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

Version Description

  • Bugfix: A typo in helper file was preventing submissions to complete.
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.8.1
Comparing to
See all releases

Code changes from version 1.8.0 to 1.8.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: The Theme Foundry
8
- * Version: 1.8.0
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
@@ -13,7 +13,7 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.8.0' );
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: The Theme Foundry
8
+ * Version: 1.8.1
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.8.1' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
inc/core/helpers/helper-misc.php CHANGED
@@ -520,7 +520,7 @@ if ( ! function_exists( 'happyforms_get_email_part_value' ) ):
520
 
521
  function happyforms_get_email_part_value( $message, $part = array(), $form = array() ) {
522
  $part_id = $part['id'];
523
- $value = happyforms_get_message_part_value( $message['parts'][$part_id], $part, 'email' );
524
  $value = apply_filters( 'happyforms_email_part_value', $value, $message, $part, $form );
525
 
526
  return $value;
520
 
521
  function happyforms_get_email_part_value( $message, $part = array(), $form = array() ) {
522
  $part_id = $part['id'];
523
+ $value = happyforms_get_message_part_value( $message[$part_id], $part, 'email' );
524
  $value = apply_filters( 'happyforms_email_part_value', $value, $message, $part, $form );
525
 
526
  return $value;
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.8.0\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2019-05-02 06:15:59+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.8.1\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2019-05-02 10:27:50+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.1
7
  Requires PHP: 5.3
8
- Stable tag: 1.8.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -107,6 +107,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
107
 
108
  == Changelog ==
109
 
 
 
 
110
  = 1.8.0 =
111
  * Removed: Responses
112
 
@@ -483,6 +486,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
483
 
484
  == Upgrade Notice ==
485
 
 
 
 
486
  = 1.8.0 =
487
  * Removed responses.
488
 
5
  Requires at least: 4.8
6
  Tested up to: 5.1
7
  Requires PHP: 5.3
8
+ Stable tag: 1.8.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
107
 
108
  == Changelog ==
109
 
110
+ = 1.8.1 =
111
+ * Bugfix: A typo in helper file was preventing submissions to complete.
112
+
113
  = 1.8.0 =
114
  * Removed: Responses
115
 
486
 
487
  == Upgrade Notice ==
488
 
489
+ = 1.8.1 =
490
+ * Bugfixes.
491
+
492
  = 1.8.0 =
493
  * Removed responses.
494