Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorici committed Apr 22, 2024
1 parent 7ac9491 commit 46938dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wpzoom-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 46938dc

Please sign in to comment.