From 19aed1fc9f5ddddf691bea1ebc839b684c5c4589 Mon Sep 17 00:00:00 2001 From: Andrew Shevchenko Date: Fri, 27 Dec 2024 14:22:13 +0200 Subject: [PATCH] UPD: version bump and changelog --- README.md | 3 +++ jet-form-builder.php | 4 ++-- readme.txt | 7 +++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03b29222..1c50d1a3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro ## ChangeLog +## 3.4.5.1 +* FIX: Calculated field issues after 3.4.5 update. + ## 3.4.5 * FIX: Bricks builder checkbox & radio fields style in the JetForm widget * FIX: Resolved an issue with Calculated Field recalculation when using a Conditional Block diff --git a/jet-form-builder.php b/jet-form-builder.php index d26c93a8..018c637a 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.4.5 + * Version: 3.4.5.1 * Author: Crocoblock * Author URI: https://crocoblock.com/ * Text Domain: jet-form-builder @@ -18,7 +18,7 @@ die(); } -const JET_FORM_BUILDER_VERSION = '3.4.5'; +const JET_FORM_BUILDER_VERSION = '3.4.5.1'; const JET_FORM_BUILDER__FILE__ = __FILE__; const JET_FORM_BUILDER_SITE = 'https://jetformbuilder.com'; diff --git a/readme.txt b/readme.txt index 28317e39..9815c87e 100644 --- a/readme.txt +++ b/readme.txt @@ -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.1 -Tested up to: 6.6.1 +Tested up to: 6.7.1 Requires PHP: 7.0 -Stable tag: 3.4.5 +Stable tag: 3.4.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -275,6 +275,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro == Changelog == +**3.4.5.1** +- FIX: Calculated field issues after 3.4.5 update + **3.4.5** - FIX: Bricks builder checkbox & radio fields style in the JetForm widget - FIX: Resolved an issue with Calculated Field recalculation when using a Conditional Block