Version Description
- Bugfix: Style tab in form builder was not loading.
Download this release
Release Info
Developer | thethemefoundry |
Plugin | Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms |
Version | 1.9.16 |
Comparing to | |
See all releases |
Code changes from version 1.9.15 to 1.9.16
- happyforms.php +2 -2
- inc/assets/js/customize.js +2 -0
- languages/happyforms.pot +2 -2
- readme.txt +7 -1
happyforms.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: HappyForms
|
8 |
-
* Version: 1.9.
|
9 |
* Author URI: https://happyforms.me
|
10 |
* Upgrade URI: https://happyforms.me/upgrade
|
11 |
*/
|
@@ -13,7 +13,7 @@
|
|
13 |
/**
|
14 |
* The current version of the plugin.
|
15 |
*/
|
16 |
-
define( 'HAPPYFORMS_VERSION', '1.9.
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
5 |
* Plugin URI: https://happyforms.me
|
6 |
* Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
|
7 |
* Author: HappyForms
|
8 |
+
* Version: 1.9.16
|
9 |
* Author URI: https://happyforms.me
|
10 |
* Upgrade URI: https://happyforms.me/upgrade
|
11 |
*/
|
13 |
/**
|
14 |
* The current version of the plugin.
|
15 |
*/
|
16 |
+
define( 'HAPPYFORMS_VERSION', '1.9.16' );
|
17 |
|
18 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
19 |
/**
|
inc/assets/js/customize.js
CHANGED
@@ -1625,6 +1625,8 @@
|
|
1625 |
},
|
1626 |
|
1627 |
applyConditionClasses: function() {
|
|
|
|
|
1628 |
var partTypes = happyForms.form.get( 'parts' ).map( function( model ) {
|
1629 |
return model.get( 'type' );
|
1630 |
} );
|
1625 |
},
|
1626 |
|
1627 |
applyConditionClasses: function() {
|
1628 |
+
var self = this;
|
1629 |
+
|
1630 |
var partTypes = happyForms.form.get( 'parts' ).map( function( model ) {
|
1631 |
return model.get( 'type' );
|
1632 |
} );
|
languages/happyforms.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: HappyForms 1.9.
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
-
"POT-Creation-Date: 2020-07-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
2 |
# This file is distributed under the same license as the HappyForms package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: HappyForms 1.9.16\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2020-07-20 06:42:28+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: contact, contact form, email, feedback form, form, form builder, custom fo
|
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.9.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -97,6 +97,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
97 |
|
98 |
== Changelog ==
|
99 |
|
|
|
|
|
|
|
100 |
= 1.9.15 =
|
101 |
* Improvement: Tooltip icon now displays next to label instead of inside field input and inherits label color.
|
102 |
* Improvement: Various improvements to form styles and UI.
|
@@ -632,6 +635,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
|
|
632 |
|
633 |
== Upgrade Notice ==
|
634 |
|
|
|
|
|
|
|
635 |
= 1.9.15 =
|
636 |
* Improved styles for descriptions shown in tooltip. Styling improvements.
|
637 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.4
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.9.16
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
97 |
|
98 |
== Changelog ==
|
99 |
|
100 |
+
= 1.9.16 =
|
101 |
+
* Bugfix: Style tab in form builder was not loading.
|
102 |
+
|
103 |
= 1.9.15 =
|
104 |
* Improvement: Tooltip icon now displays next to label instead of inside field input and inherits label color.
|
105 |
* Improvement: Various improvements to form styles and UI.
|
635 |
|
636 |
== Upgrade Notice ==
|
637 |
|
638 |
+
= 1.9.16 =
|
639 |
+
* Fixed issue with Style tab not loading.
|
640 |
+
|
641 |
= 1.9.15 =
|
642 |
* Improved styles for descriptions shown in tooltip. Styling improvements.
|
643 |
|