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

Version Description

  • Bugfix: Setting "Label display" to "Hidden" was hiding the form in the block editor.
  • Bugfix: A missing trailing slash in Edit Form preview frame was causing issues on some server configurations.
Download this release

Release Info

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

Code changes from version 1.9.23 to 1.9.24

core/assets/css/color.css CHANGED
@@ -464,7 +464,7 @@
464
  color: var(--happyforms-color-submit-text);
465
  }
466
 
467
- .happyforms-styles .happyforms-visuallyhidden {
468
  position: absolute;
469
  border: 0;
470
  clip: rect(0 0 0 0);
464
  color: var(--happyforms-color-submit-text);
465
  }
466
 
467
+ .happyforms-visuallyhidden {
468
  position: absolute;
469
  border: 0;
470
  clip: rect(0 0 0 0);
core/classes/class-form-styles.php CHANGED
@@ -204,7 +204,7 @@ class HappyForms_Form_Styles {
204
  'left' => __( 'Left', 'happyforms' ),
205
  'hidden' => __( 'Hidden', 'happyforms' ),
206
  ),
207
- 'target' => 'form_class',
208
  'sanitize' => 'sanitize_text_field'
209
  ),
210
  'part_description_alignment' => array(
204
  'left' => __( 'Left', 'happyforms' ),
205
  'hidden' => __( 'Hidden', 'happyforms' ),
206
  ),
207
+ 'target' => '',
208
  'sanitize' => 'sanitize_text_field'
209
  ),
210
  'part_description_alignment' => array(
core/classes/class-wp-customize-form-manager.php CHANGED
@@ -303,9 +303,9 @@ class HappyForms_WP_Customize_Form_Manager {
303
  );
304
 
305
  $data = array(
306
- 'form' => $this->get_current_form(),
307
  'formParts' => $this->library->get_parts(),
308
- 'baseUrl' => get_site_url(),
309
  );
310
 
311
  wp_localize_script( 'happyforms-customize', '_happyFormsSettings', $data );
303
  );
304
 
305
  $data = array(
306
+ 'form' => $this->get_current_form(),
307
  'formParts' => $this->library->get_parts(),
308
+ 'baseUrl' => get_site_url( null, '/' ),
309
  );
310
 
311
  wp_localize_script( 'happyforms-customize', '_happyFormsSettings', $data );
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.23
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.23' );
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.24
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.24' );
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 package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: HappyForms 1.9.23\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2020-10-15 14:46:37+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 package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.9.24\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2020-10-30 15:03:52+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.5.1
7
  Requires PHP: 5.3
8
- Stable tag: 1.9.23
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -97,6 +97,10 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
97
 
98
  == Changelog ==
99
 
 
 
 
 
100
  = 1.9.23 =
101
  * Improvement: "Label display" control was made global and moved to Style step.
102
  * Improvement: "Description display" control was made global and moved to Style step.
@@ -670,6 +674,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
670
 
671
  == Upgrade Notice ==
672
 
 
 
 
673
  = 1.9.23 =
674
  * Style controls improvements, miscellaneous bugfixes.
675
 
5
  Requires at least: 4.8
6
  Tested up to: 5.5.1
7
  Requires PHP: 5.3
8
+ Stable tag: 1.9.24
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.24 =
101
+ * Bugfix: Setting "Label display" to "Hidden" was hiding the form in the block editor.
102
+ * Bugfix: A missing trailing slash in Edit Form preview frame was causing issues on some server configurations.
103
+
104
  = 1.9.23 =
105
  * Improvement: "Label display" control was made global and moved to Style step.
106
  * Improvement: "Description display" control was made global and moved to Style step.
674
 
675
  == Upgrade Notice ==
676
 
677
+ = 1.9.24 =
678
+ * Minor bugfixes.
679
+
680
  = 1.9.23 =
681
  * Style controls improvements, miscellaneous bugfixes.
682