Skip to content

Commit

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

# ChangeLog

## 3.3.0
* ADD: Switcher Field
* ADD: Welcome block with form patterns
* ADD: Generate forms with Open AI
* ADD: Improved preset sanitize. Option for disable sanitize
* ADD: Possibility to verify manually the form by admin
* ADD: "Greater than or equal" and "Less than or equal" operators were added to the Conditional Block
* UPD: Improved Server-Side validation
* FIX: Compatibility with JetBooking on the frontend

## 3.2.3
* UPD: Improve JetForm block in Block Editor with style controls for the most fields
* UPD: Improve compatibility with the Check-In/Check-Out field (JetBooking)
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: crocoblock, mjhead, hugreed
Tags: blocks, forms, form builder, contact form, gutenberg, gutenberg forms, multi step form.
Requires at least: 6.0
Tested up to: 6.4.2
Tested up to: 6.4.3
Requires PHP: 7.0
Stable tag: 3.2.3
Stable tag: 3.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

**3.3.0**
- ADD: Switcher Field
- ADD: Welcome block with form patterns
- ADD: Generate forms with Open AI
- ADD: Improved preset sanitize. Option for disable sanitize
- ADD: Possibility to verify manually the form by admin
- ADD: "Greater than or equal" and "Less than or equal" operators were added to the Conditional Block
- UPD: Improved Server-Side validation
- FIX: Compatibility with JetBooking on the frontend

**3.2.3**
- UPD: Improve JetForm block in Block Editor with style controls for the most fields
- UPD: Improve compatibility with the Check-In/Check-Out field (JetBooking)
Expand Down

0 comments on commit 90c0a4e

Please sign in to comment.