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

Version Description

  • Bugfix: A trailing comma was triggering errors on old versions of PHP.
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.9
Comparing to
See all releases

Code changes from version 1.13.8 to 1.13.9

core/classes/class-form-admin.php CHANGED
@@ -590,7 +590,7 @@ class HappyForms_Form_Admin {
590
  AND post_status IN ( 'publish', 'future', 'draft', 'pending', 'private' )
591
  ORDER BY post_date DESC",
592
  $search_string_block,
593
- $search_string_shortcode,
594
  );
595
 
596
  $posts = $wpdb->get_results( $query );
590
  AND post_status IN ( 'publish', 'future', 'draft', 'pending', 'private' )
591
  ORDER BY post_date DESC",
592
  $search_string_block,
593
+ $search_string_shortcode
594
  );
595
 
596
  $posts = $wpdb->get_results( $query );
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.8
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.8' );
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.9
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.9' );
26
 
27
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
28
  /**
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.8\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-11-29T07:39:54+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.9\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-11-29T13:26:14+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.8
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.8 =
155
  * New feature: "All Forms" screen now shows where a form is being used.
156
  * Improvement: Better support for international emails and website addresses.
@@ -879,6 +882,9 @@ Aw, honestly, the thought that you're writing about our contact form builder is
879
 
880
  == Upgrade Notice ==
881
 
 
 
 
882
  = 1.13.8 =
883
  * New "Added to" column in "All Forms" screen, punycode support.
884
 
5
  Requires at least: 5.0
6
  Tested up to: 5.8
7
  Requires PHP: 7.0
8
+ Stable tag: 1.13.9
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.9 =
155
+ * Bugfix: A trailing comma was triggering errors on old versions of PHP.
156
+
157
  = 1.13.8 =
158
  * New feature: "All Forms" screen now shows where a form is being used.
159
  * Improvement: Better support for international emails and website addresses.
882
 
883
  == Upgrade Notice ==
884
 
885
+ = 1.13.9 =
886
+ * Minor bugfixes.
887
+
888
  = 1.13.8 =
889
  * New "Added to" column in "All Forms" screen, punycode support.
890