Skip to content

Commit

Permalink
UPD: version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Dec 27, 2024
1 parent 051ed8c commit 19aed1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.5
* Version: 3.4.5.1
* 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.5';
const JET_FORM_BUILDER_VERSION = '3.4.5.1';

const JET_FORM_BUILDER__FILE__ = __FILE__;
const JET_FORM_BUILDER_SITE = 'https://jetformbuilder.com';
Expand Down
7 changes: 5 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.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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19aed1f

Please sign in to comment.