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

Version Description

  • Bugfix: Hiding labels was changing fields width.
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.12.4
Comparing to
See all releases

Code changes from version 1.12.3 to 1.12.4

core/assets/css/layout.css CHANGED
@@ -332,8 +332,7 @@ h3.happyforms-form__title {
332
  width: 100%;
333
  }
334
 
335
- .happyforms-part--label-left .happyforms-part-wrap,
336
- .happyforms-part--label-hidden .happyforms-part-wrap {
337
  display: flex;
338
  flex-flow: row;
339
  flex-wrap: wrap;
332
  width: 100%;
333
  }
334
 
335
+ .happyforms-part--label-left .happyforms-part-wrap {
 
336
  display: flex;
337
  flex-flow: row;
338
  flex-wrap: wrap;
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.12.3
9
  * Author URI: https://happyforms.io
10
  * Upgrade URI: https://happyforms.io/upgrade
11
  */
@@ -13,7 +13,7 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.12.3' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
5
  * Plugin URI: https://happyforms.io
6
  * Description: We're changin' WordPress forms.
7
  * Author: Happyforms
8
+ * Version: 1.12.4
9
  * Author URI: https://happyforms.io
10
  * Upgrade URI: https://happyforms.io/upgrade
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.12.4' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
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.12.3\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2021-04-12 11:23:56+00:00\n"
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.12.4\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2021-04-13 06:41:40+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.7
7
  Requires PHP: 5.3
8
- Stable tag: 1.12.3
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.12.3 =
155
  * New feature: Labels can now be toggled on a per-field basis.
156
  * Improvement: Better support for Elementor popups.
@@ -788,6 +791,9 @@ Aw, honestly, the thought that you're writing about our contact form builder is
788
 
789
  == Upgrade Notice ==
790
 
 
 
 
791
  = 1.12.3 =
792
  * Per-field label toggling, better Elementor popup support, improvements and bugfixes.
793
 
5
  Requires at least: 4.8
6
  Tested up to: 5.7
7
  Requires PHP: 5.3
8
+ Stable tag: 1.12.4
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
151
 
152
  == Changelog ==
153
 
154
+ = 1.12.4 =
155
+ * Bugfix: Hiding labels was changing fields width.
156
+
157
  = 1.12.3 =
158
  * New feature: Labels can now be toggled on a per-field basis.
159
  * Improvement: Better support for Elementor popups.
791
 
792
  == Upgrade Notice ==
793
 
794
+ = 1.12.4 =
795
+ * Bugfixes.
796
+
797
  = 1.12.3 =
798
  * Per-field label toggling, better Elementor popup support, improvements and bugfixes.
799