Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms - Version 1.13.10

Version Description

  • Bugfix: Email tab settings weren't correctly saved.
Download this release

Release Info

Developer happyforms
Plugin Icon 128x128 Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms
Version 1.13.10
Comparing to
See all releases

Code changes from version 1.13.9 to 1.13.10

happyforms.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://happyforms.io
6
  * Description: We're changin' WordPress forms.
7
  * Author: Happyforms
8
- * Version: 1.13.9
9
  * Author URI: https://happyforms.io
10
  * Upgrade URI: https://happyforms.io/upgrade
11
  */
@@ -22,7 +22,7 @@ if ( defined( 'HAPPYFORMS_UPGRADE_VERSION' ) ) {
22
  /**
23
  * The current version of the plugin.
24
  */
25
- define( 'HAPPYFORMS_VERSION', '1.13.9' );
26
 
27
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
28
  /**
5
  * Plugin URI: https://happyforms.io
6
  * Description: We're changin' WordPress forms.
7
  * Author: Happyforms
8
+ * Version: 1.13.10
9
  * Author URI: https://happyforms.io
10
  * Upgrade URI: https://happyforms.io/upgrade
11
  */
22
  /**
23
  * The current version of the plugin.
24
  */
25
+ define( 'HAPPYFORMS_VERSION', '1.13.10' );
26
 
27
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
28
  /**
inc/assets/js/customize.js CHANGED
@@ -1698,8 +1698,7 @@
1698
  classes.views.FormEmail = classes.views.FormSetup.extend( {
1699
  template: '#happyforms-form-email-template',
1700
 
1701
-
1702
- events: _.extend( {}, classes.views.Base.prototype.events, {
1703
  'click .customize-control-checkbox_dummy': 'openUpgradeModal',
1704
  'click .customize-control-email-parts-list_dummy': 'openUpgradeModal',
1705
  } ),
1698
  classes.views.FormEmail = classes.views.FormSetup.extend( {
1699
  template: '#happyforms-form-email-template',
1700
 
1701
+ events: _.extend( {}, classes.views.FormSetup.prototype.events, {
 
1702
  'click .customize-control-checkbox_dummy': 'openUpgradeModal',
1703
  'click .customize-control-email-parts-list_dummy': 'openUpgradeModal',
1704
  } ),
languages/happyforms.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Happyforms (free) plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Happyforms (free) 1.13.9\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n"
7
  "Last-Translator: The Theme Foundry\n"
8
  "Language-Team: The Theme Foundry\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-11-29T13:26:14+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: happyforms\n"
2
  # This file is distributed under the same license as the Happyforms (free) plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Happyforms (free) 1.13.10\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n"
7
  "Last-Translator: The Theme Foundry\n"
8
  "Language-Team: The Theme Foundry\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-12-04T12:37:55+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: happyforms\n"
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: contact form, contact form plugin, forms, form builder, custom form, intak
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
  Requires PHP: 7.0
8
- Stable tag: 1.13.9
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -151,6 +151,9 @@ Aw, honestly, the thought that you're writing about our contact form builder is
151
 
152
  == Changelog ==
153
 
 
 
 
154
  = 1.13.9 =
155
  * Bugfix: A trailing comma was triggering errors on old versions of PHP.
156
 
@@ -882,6 +885,9 @@ Aw, honestly, the thought that you're writing about our contact form builder is
882
 
883
  == Upgrade Notice ==
884
 
 
 
 
885
  = 1.13.9 =
886
  * Minor bugfixes.
887
 
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
  Requires PHP: 7.0
8
+ Stable tag: 1.13.10
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
151
 
152
  == Changelog ==
153
 
154
+ = 1.13.10 =
155
+ * Bugfix: Email tab settings weren't correctly saved.
156
+
157
  = 1.13.9 =
158
  * Bugfix: A trailing comma was triggering errors on old versions of PHP.
159
 
885
 
886
  == Upgrade Notice ==
887
 
888
+ = 1.13.10 =
889
+ * Bugfixes.
890
+
891
  = 1.13.9 =
892
  * Minor bugfixes.
893