Skip to content

Commit

Permalink
ver: 3.3.4.2 & readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Aug 1, 2024
1 parent 892f390 commit a46f949
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 @@ -4,6 +4,9 @@ Advanced form builder plugin for Gutenberg. Create forms from the ground up, cus

# ChangeLog

## 3.3.4.2
* FIX: Privilege escalation with administrator-level via the Register / Update User actions

## 3.3.4.1
* FIX: Advanced Validation with Server-Side callback does not work on frontend
* FIX: Honeypot protection breaks the form on frontend
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.3.4.1
* Version: 3.3.4.2
* Author: Crocoblock
* Author URI: https://crocoblock.com/
* Text Domain: jet-form-builder
Expand All @@ -17,7 +17,7 @@
die();
}

const JET_FORM_BUILDER_VERSION = '3.3.4.1';
const JET_FORM_BUILDER_VERSION = '3.3.4.2';

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.0
Tested up to: 6.5.3
Tested up to: 6.6.1
Requires PHP: 7.0
Stable tag: 3.3.4.1
Stable tag: 3.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,9 @@ Once you set the <a href="https://jetformbuilder.com/features/how-to-use-store-f

== Changelog ==

**3.3.4.2**
- FIX: Privilege escalation with administrator-level via the Register / Update User actions

**3.3.4.1**
- FIX: Advanced Validation with Server-Side callback does not work on frontend
- FIX: Honeypot protection breaks the form on frontend
Expand Down

0 comments on commit a46f949

Please sign in to comment.