From 422a8d48928726c5b10dd0fe22310ae8736d301a Mon Sep 17 00:00:00 2001 From: Sasha Ivanenko <46720998+girafffee@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:26:53 +0200 Subject: [PATCH] Upd: readme & ver: 3.2.1 --- README.md | 12 ++++++++++++ jet-form-builder.php | 4 ++-- readme.txt | 14 +++++++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58c558f05..2203978a6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ Advanced form builder plugin for Gutenberg. Create forms from the ground up, cus # ChangeLog +## 3.2.1 +* ADD: Number-related sanitizers for fields +* ADD: Now you can write `
` instead of `` +* ADD: Random String option in Field Value for Hidden Field +* FIX: Prevent appearance of the select field in Safari browser +* FIX: Style controls for JetForm element in Bricks Builder +* FIX: Minor accessibility errors +* FIX: Prevent style WYSIWYG editor by the theme or global styles +* FIX: Issue with Enter key when entering Japanese IME +* FIX: Advanced choices don't work with the Radio Field +* FIX: Input mask saves the unmasked value on blur (lost focus) + ## 3.2.0 * ADD: Email Verification * ADD: Widget "JetForm" for Bricks editor diff --git a/jet-form-builder.php b/jet-form-builder.php index 252b1367a..58963f145 100644 --- a/jet-form-builder.php +++ b/jet-form-builder.php @@ -3,7 +3,7 @@ * Plugin Name: JetFormBuilder * Plugin URI: https://jetformbuilder.com/ * Description: Advanced form builder plugin for WordPress block editor. Create forms from the ground up, customize the existing ones, and style them up – all in one editor. - * Version: 3.2.0 + * Version: 3.2.1 * Author: Crocoblock * Author URI: https://crocoblock.com/ * Text Domain: jet-form-builder @@ -19,7 +19,7 @@ function jet_form_builder_init() { - define( 'JET_FORM_BUILDER_VERSION', '3.2.0' ); + define( 'JET_FORM_BUILDER_VERSION', '3.2.1' ); define( 'JET_FORM_BUILDER__FILE__', __FILE__ ); define( 'JET_FORM_BUILDER_PLUGIN_BASE', plugin_basename( JET_FORM_BUILDER__FILE__ ) ); diff --git a/readme.txt b/readme.txt index 71d8f6d5f..722dce69e 100644 --- a/readme.txt +++ b/readme.txt @@ -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.1 Requires PHP: 7.0 -Stable tag: 3.2.0 +Stable tag: 3.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -272,6 +272,18 @@ Once you set the ` instead of `` +- ADD: Random String option in Field Value for Hidden Field +- FIX: Prevent appearance of the select field in Safari browser +- FIX: Style controls for JetForm element in Bricks Builder +- FIX: Minor accessibility errors +- FIX: Prevent style WYSIWYG editor by the theme or global styles +- FIX: Issue with Enter key when entering Japanese IME +- FIX: Advanced choices don't work with the Radio Field +- FIX: Input mask saves the unmasked value on blur (lost focus) + **3.2.0** - ADD: Email Verification - ADD: Widget "JetForm" for Bricks editor