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

Version Description

  • Bugfix: Jetpack synchronization was triggering a fatal error.
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.13.5
Comparing to
See all releases

Code changes from version 1.13.4 to 1.13.5

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.4
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.4' );
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.5
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.5' );
26
 
27
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
28
  /**
inc/classes/class-happyforms.php CHANGED
@@ -21,7 +21,7 @@ class HappyForms extends HappyForms_Core {
21
  add_filter( 'happyforms_email_controls', array( $this, 'add_dummy_email_controls' ) );
22
  add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
23
  add_action( 'admin_init', [ $this, 'register_modals' ] );
24
- add_action( 'current_screen', array( $this, 'redirect_to_forms_page' ) );
25
  add_action( 'happyforms_modal_dismissed', [ $this, 'modal_dismissed' ] );
26
  add_action( "wp_ajax_{$this->action_onboarding}", [ $this, 'ajax_action_onboarding' ] );
27
  add_filter( 'happyforms_dashboard_modal_settings', [ $this, 'get_dashboard_modal_settings' ] );
21
  add_filter( 'happyforms_email_controls', array( $this, 'add_dummy_email_controls' ) );
22
  add_action( 'parse_request', array( $this, 'parse_archive_request' ) );
23
  add_action( 'admin_init', [ $this, 'register_modals' ] );
24
+ add_action( 'load-plugins.php', array( $this, 'redirect_to_forms_page' ) );
25
  add_action( 'happyforms_modal_dismissed', [ $this, 'modal_dismissed' ] );
26
  add_action( "wp_ajax_{$this->action_onboarding}", [ $this, 'ajax_action_onboarding' ] );
27
  add_filter( 'happyforms_dashboard_modal_settings', [ $this, 'get_dashboard_modal_settings' ] );
languages/happyforms.pot CHANGED
@@ -2,14 +2,14 @@
2
  # This file is distributed under the same license as the Happyforms (free) plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Happyforms (free) 1.13.4\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n"
7
  "Last-Translator: The Theme Foundry\n"
8
  "Language-Team: The Theme Foundry\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2021-10-06T08:13:31+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: happyforms\n"
2
  # This file is distributed under the same license as the Happyforms (free) plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Happyforms (free) 1.13.5\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/happyforms/\n"
7
  "Last-Translator: The Theme Foundry\n"
8
  "Language-Team: The Theme Foundry\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2021-10-12T09:07:52+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.4.0\n"
15
  "X-Domain: happyforms\n"
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: contact form, contact form plugin, forms, form builder, custom form, intak
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
  Requires PHP: 7.0
8
- Stable tag: 1.13.4
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.4 =
155
  * Removal: "Message location" control led to degraded usability.
156
  * Removal: "Title" section in "Style" tab added clutter and duplicated core functionality.
@@ -860,6 +863,9 @@ Aw, honestly, the thought that you're writing about our contact form builder is
860
 
861
  == Upgrade Notice ==
862
 
 
 
 
863
  = 1.13.4 =
864
  * Usability improvements.
865
 
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
  Requires PHP: 7.0
8
+ Stable tag: 1.13.5
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.5 =
155
+ * Bugfix: Jetpack synchronization was triggering a fatal error.
156
+
157
  = 1.13.4 =
158
  * Removal: "Message location" control led to degraded usability.
159
  * Removal: "Title" section in "Style" tab added clutter and duplicated core functionality.
863
 
864
  == Upgrade Notice ==
865
 
866
+ = 1.13.5 =
867
+ * Minor bugfixes.
868
+
869
  = 1.13.4 =
870
  * Usability improvements.
871