Skip to content

Commit

Permalink
ver: 3.4.2 & update readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawuww committed Sep 9, 2024
1 parent 618da7a commit 2c52a92
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Advanced form builder plugin for Gutenberg. Create forms from the ground up, cus

# ChangeLog

## 3.4.2
* 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
* FIX: Timezone issue in calculated fields
* FIX: Compatibility with JetEngine Bulk Options for meta-field
Expand Down
4 changes: 2 additions & 2 deletions jet-form-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
* Version: 3.4.2
* Author: Crocoblock
* Author URI: https://crocoblock.com/
* Text Domain: jet-form-builder
Expand All @@ -18,7 +18,7 @@
die();
}

const JET_FORM_BUILDER_VERSION = '3.4.1';
const JET_FORM_BUILDER_VERSION = '3.4.2';

const JET_FORM_BUILDER__FILE__ = __FILE__;
const JET_FORM_BUILDER_SITE = 'https://jetformbuilder.com';
Expand Down
9 changes: 8 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.1
Tested up to: 6.6.1
Requires PHP: 7.0
Stable tag: 3.4.1
Stable tag: 3.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

**3.4.2**
- 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**
- FIX: Timezone issue in calculated fields
- FIX: Compatibility with JetEngine Bulk Options for meta-field
Expand Down

0 comments on commit 2c52a92

Please sign in to comment.