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

Version Description

  • Bugfix: Wrong email template path was preventing submissions from completing.
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.2
Comparing to
See all releases

Code changes from version 1.8.1 to 1.8.2

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.1
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.1' );
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.2
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.2' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
inc/core/helpers/helper-misc.php CHANGED
@@ -541,7 +541,7 @@ endif;
541
  if ( ! function_exists( 'happyforms_owner_email_template_path' ) ):
542
 
543
  function happyforms_owner_email_template_path() {
544
- $path = happyforms_get_include_folder() . '/core/templates/email-owner.php';
545
  $path = apply_filters( 'happyforms_owner_email_template_path', $path );
546
 
547
  return $path;
@@ -552,7 +552,7 @@ endif;
552
  if ( ! function_exists( 'happyforms_user_email_template_path' ) ):
553
 
554
  function happyforms_user_email_template_path() {
555
- $path = happyforms_get_include_folder() . '/core/templates/email-user.php';
556
  $path = apply_filters( 'happyforms_user_email_template_path', $path );
557
 
558
  return $path;
541
  if ( ! function_exists( 'happyforms_owner_email_template_path' ) ):
542
 
543
  function happyforms_owner_email_template_path() {
544
+ $path = happyforms_get_include_folder() . '/templates/email-owner.php';
545
  $path = apply_filters( 'happyforms_owner_email_template_path', $path );
546
 
547
  return $path;
552
  if ( ! function_exists( 'happyforms_user_email_template_path' ) ):
553
 
554
  function happyforms_user_email_template_path() {
555
+ $path = happyforms_get_include_folder() . '/templates/email-user.php';
556
  $path = apply_filters( 'happyforms_user_email_template_path', $path );
557
 
558
  return $path;
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.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"
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.8.2\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2019-05-02 11:22:39+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.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -107,8 +107,11 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
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
@@ -486,6 +489,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more po
486
 
487
  == Upgrade Notice ==
488
 
 
 
 
489
  = 1.8.1 =
490
  * Bugfixes.
491
 
5
  Requires at least: 4.8
6
  Tested up to: 5.1
7
  Requires PHP: 5.3
8
+ Stable tag: 1.8.2
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.2 =
111
+ * Bugfix: Wrong email template path was preventing submissions from completing.
112
+
113
  = 1.8.1 =
114
+ * Bugfix: A typo in helper file was preventing submissions from completing.
115
 
116
  = 1.8.0 =
117
  * Removed: Responses
489
 
490
  == Upgrade Notice ==
491
 
492
+ = 1.8.2 =
493
+ * Bugfixes.
494
+
495
  = 1.8.1 =
496
  * Bugfixes.
497