Version Description
- Bugfix: A typo was causing errors on older PHP versions.
Download this release
Release Info
Developer | happyforms |
Plugin | Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms |
Version | 1.13.3 |
Comparing to | |
See all releases |
Code changes from version 1.13.2 to 1.13.3
- happyforms.php +2 -2
- integrations/classes/class-integrations-page-controller.php +1 -2
- languages/happyforms.pot +2 -2
- readme.txt +7 -1
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 |
* 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.
|
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.3
|
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.3' );
|
26 |
|
27 |
if ( ! function_exists( 'happyforms_plugin_file' ) ):
|
28 |
/**
|
integrations/classes/class-integrations-page-controller.php
CHANGED
@@ -42,7 +42,6 @@ class HappyForms_Integrations_Page_Controller {
|
|
42 |
[ 'id' => 'integromat', 'label' => __( 'Integromat', 'happyforms' ), 'context' => 'column3' ],
|
43 |
[ 'id' => 'integrately', 'label' => __( 'Integrately', 'happyforms' ), 'context' => 'column3' ],
|
44 |
[ 'id' => 'google-analytics', 'label' => __( 'Google Analytics', 'happyforms' ), 'context' => 'column4' ],
|
45 |
-
|
46 |
];
|
47 |
|
48 |
foreach( $widgets as $widget ) {
|
@@ -51,7 +50,7 @@ class HappyForms_Integrations_Page_Controller {
|
|
51 |
$widget['label'], function() use ( $widget ) {
|
52 |
require( happyforms_get_integrations_folder() . '/templates/widget-' . $widget['id'] . '-dummy.php' );
|
53 |
},
|
54 |
-
$screen, $widget['context']
|
55 |
);
|
56 |
}
|
57 |
}
|
42 |
[ 'id' => 'integromat', 'label' => __( 'Integromat', 'happyforms' ), 'context' => 'column3' ],
|
43 |
[ 'id' => 'integrately', 'label' => __( 'Integrately', 'happyforms' ), 'context' => 'column3' ],
|
44 |
[ 'id' => 'google-analytics', 'label' => __( 'Google Analytics', 'happyforms' ), 'context' => 'column4' ],
|
|
|
45 |
];
|
46 |
|
47 |
foreach( $widgets as $widget ) {
|
50 |
$widget['label'], function() use ( $widget ) {
|
51 |
require( happyforms_get_integrations_folder() . '/templates/widget-' . $widget['id'] . '-dummy.php' );
|
52 |
},
|
53 |
+
$screen, $widget['context']
|
54 |
);
|
55 |
}
|
56 |
}
|
languages/happyforms.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Happyforms (free) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Happyforms (free) 1.13.
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
-
"POT-Creation-Date: 2021-09-
|
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 (free) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Happyforms (free) 1.13.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
|
7 |
+
"POT-Creation-Date: 2021-09-27 06:30:44+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 form, contact form plugin, forms, form builder, custom form, intak
|
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 1.13.
|
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.2 =
|
155 |
* Improvement: Faster preview of Layout Text changes.
|
156 |
* Bugfix: Honeypot mechanism was triggering browser autocomplete, preventing submissions.
|
@@ -852,6 +855,9 @@ Aw, honestly, the thought that you're writing about our contact form builder is
|
|
852 |
|
853 |
== Upgrade Notice ==
|
854 |
|
|
|
|
|
|
|
855 |
= 1.13.2 =
|
856 |
* Minor improvements and bugfixes.
|
857 |
|
5 |
Requires at least: 4.8
|
6 |
Tested up to: 5.8
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 1.13.3
|
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.3 =
|
155 |
+
* Bugfix: A typo was causing errors on older PHP versions.
|
156 |
+
|
157 |
= 1.13.2 =
|
158 |
* Improvement: Faster preview of Layout Text changes.
|
159 |
* Bugfix: Honeypot mechanism was triggering browser autocomplete, preventing submissions.
|
855 |
|
856 |
== Upgrade Notice ==
|
857 |
|
858 |
+
= 1.13.3 =
|
859 |
+
* Minor bugfixes.
|
860 |
+
|
861 |
= 1.13.2 =
|
862 |
* Minor improvements and bugfixes.
|
863 |
|