From 46938dcd9f795b8c7867bf65a086e70b823c658a Mon Sep 17 00:00:00 2001 From: Pavel Ciorici Date: Mon, 22 Apr 2024 14:20:22 +0200 Subject: [PATCH] v1.2.0 --- readme.txt | 13 +++++++++++-- wpzoom-forms.php | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 28f2eaa..a88b52e 100644 --- a/readme.txt +++ b/readme.txt @@ -5,10 +5,10 @@ Author URI: https://www.wpzoom.com/ Requires at least: 6.0 Requires PHP: 7.4 Tested up to: 6.5 -Stable tag: 1.1.5 +Stable tag: 1.2.0 License: GNU General Public License v2 License URI: http://www.gnu.org/licenses/gpl-2.0.html -Tags: contact, form, contact form, submission, email, block, gutenberg, form builder, elementor +Tags: contact, form, contact form, form builder **WPZOOM Forms** is a simple, user-friendly contact form plugin for WordPress that utilizes Gutenberg blocks for easy form building and customization. @@ -76,6 +76,15 @@ To export form submissions, navigate to the Tools > Export page in Dashboard and == Changelog == += 1.2.0 = +* Added new form templates: Advanced Form with Full Address, Wedding Invitation, Quote Form, Feedback Form, Appointment Form +* Added a new "Date" field +* Added a new "Multi checkboxes" option +* Added forms filter in the Submissions section +* Added bulk editor to Select and Multi checkboxes fields +* Added predefined lists with all countries and US states to the Selected field +* Multiple fixes and improvements + = 1.1.5 = * Fixed an issue with line breaks in the email template. * Removed the Submission counter in the admin menu diff --git a/wpzoom-forms.php b/wpzoom-forms.php index 27851bf..5c178a5 100644 --- a/wpzoom-forms.php +++ b/wpzoom-forms.php @@ -13,7 +13,7 @@ * Description: Simple, user-friendly contact form plugin for WordPress that utilizes Gutenberg blocks for easy form building and customization. * Author: WPZOOM * Author URI: https://www.wpzoom.com - * Version: 1.1.5 + * Version: 1.2.0 * License: GPL2+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ @@ -61,7 +61,7 @@ class WPZOOM_Forms { * @access public * @since 1.0.0 */ - public const VERSION = '1.1.3'; + public const VERSION = '1.2.0'; /** * Whether the plugin has been initialized.