Skip to content

Releases: Crocoblock/jetformbuilder

3.4.2

09 Sep 11:46
Compare
Choose a tag to compare
  • FIX: Sanitization of Form Field Names
  • FIX: Issue with saving values in Repeater Fields
  • FIX: Elementor editor styles for Checkbox & Radio Fields
  • FIX: Server-Side callback Validation
  • FIX: Issue with Calculated Fields and Select Fields

3.4.1

23 Aug 12:04
Compare
Choose a tag to compare
  • FIX: Timezone issue in calculated fields
  • FIX: Compatibility with JetEngine Bulk Options for meta-field
  • FIX: Register User UI. Description for add_user_id option
  • FIX: Apply rich content on max_size & max_files attributes in Media Field
  • FIX: Eye icon position in RTL
  • FIX: A layout option for radio block doesn't work
  • FIX: Incorrect saving groups in the Mailchimp action

3.4.0

13 Aug 13:38
Compare
Choose a tag to compare
  • ADD: New UI for actions
  • ADD: Preview or quickly use a form
  • ADD: Check Mark block for JetEngine Listings
  • ADD: Autocomplete search input for the Map Field
  • ADD: CC & BCC options for Send Email action
  • FIX: Indexing repeater
  • FIX: Incorrect form update request in the editor

3.3.4.2

02 Aug 11:15
Compare
Choose a tag to compare

FIX: Privilege escalation with administrator-level via the Register / Update User actions

3.3.4.1

31 May 06:50
Compare
Choose a tag to compare
  • FIX: Advanced Validation with Server-Side callback does not work on frontend
  • FIX: Honeypot protection breaks the form on frontend
  • FIX: Incorrect value in Calculated Field after page loading
  • FIX: Compatibility with PHP version < 8.0

3.3.4

29 May 11:29
Compare
Choose a tag to compare
  • ADD: Eye-icon for password field
  • ADD: Gap controls for Checkbox / Radio fields (props @stijnvanouplines)
  • ADD: PHP actions jet-form-builder/before-field & jet-form-builder/after-field (props @stijnvanouplines)
  • ADD: Style controls for disabled Next Button
  • FIX: Advanced validation compatibility with Map Field
  • FIX: When returned to the form page, the Calculated values of the fields were not updated
  • FIX: The option to manage WP nonce was not in the correct state when creating a new form
  • FIX: Error in the database when trying to send a form on a page without the current post
  • FIX: Compatibility with JetBooking & Calculated Field

3.3.3.1

21 May 08:36
Compare
Choose a tag to compare
  • Tweak: banner for admin-pages

3.3.3

18 Apr 13:34
Compare
Choose a tag to compare
  • UPD: The Update Post action will fail if you try to change the post type. Use this filter to allow post type change: add_filter( 'jet-form-builder/action/insert-post/allow-change-post-type', '__return_true' );
  • UPD: When you activate the plugin for new sites, the following options will be updated: Disable Next button => disabled, Scroll to the top on page change => enabled, Automatic focus => enabled
  • ADD: Added missing size units & responsive controls for the JetForm Elementor widget (props @stijnvanouplines)
  • FIX: Ignoring "0" as default, minimum, and maximum attributes
  • FIX: Automatic page transition failed if the trigger field was inside a conditional block that disappears from the tree DOM.
  • FIX: Correct apply changes in daterangepicker on change value (jet-booking compatibility)
  • FIX: Form generation via AI on local servers
  • FIX: Captcha in a listing grid / query loop does not work correctly

3.3.2

15 Feb 13:44
Compare
Choose a tag to compare
  • FIX: Use macros in Send Email when verifying a submission or processing a gateway.
  • FIX: Apply advanced validation for optional field
  • Tweak: Support for old namespaces for Radio, Select, Checkbox classes

3.3.1

08 Feb 14:42
Compare
Choose a tag to compare
  • ADD: Implementing rich content using the "jet-form-builder/rich-content" filter. It supports shortcodes, macros with field names (usually used in action settings) and dynamic preset (JSON-style)
  • ADD: Many block attributes support rich content now. And also some settings in actions and notifications about the result of the form execution.
  • UPD: Internal API for field (Select, Radio, Checkbox) options. Added jet-form-builder/option-query/set-in-block hook.
  • FIX: aria-required attribute in Advanced Choices Field
  • FIX: Accessibility Improvements for several fields
  • FIX: Default validation with the Repeater Field
  • FIX: "Labels" font styles replace "Heading" font styles in JetFormBuilder widget (Bricks)
  • FIX: Switcher style is broken in JetFormBuilder widget (Bricks)
  • FIX: Select field on mobile, select arrow is on the wrong side RTL