Skip to content

Commit

Permalink
UPD: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Feb 7, 2024
1 parent d487bbc commit e273e83
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Advanced form builder plugin for Gutenberg. Create forms from the ground up, cus

# ChangeLog

## 3.3.1
* 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

## 3.3.0
* ADD: Switcher Field
* ADD: Welcome block with form patterns
Expand Down
16 changes: 15 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: blocks, forms, form builder, contact form, gutenberg, gutenberg forms, mul
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 7.0
Stable tag: 3.3.0
Stable tag: 3.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -272,6 +272,20 @@ Once you set the <a href="https://jetformbuilder.com/features/how-to-use-store-f

== Changelog ==

**3.3.1**
- 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: Improve 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

**3.3.0**
- ADD: Switcher Field
- ADD: Welcome block with form patterns
Expand Down

0 comments on commit e273e83

Please sign in to comment.