diff --git a/README.md b/README.md index 3bcee8f5..91618bfb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/jet-form-builder.php b/jet-form-builder.php index f71fc308..f8fbb252 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.3.4.1 + * Version: 3.3.4.2 * Author: Crocoblock * Author URI: https://crocoblock.com/ * Text Domain: jet-form-builder @@ -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'; diff --git a/readme.txt b/readme.txt index 2e73a5b6..d9593c39 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.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 @@ -272,6 +272,9 @@ Once you set the