Ninja Forms – The Easy and Powerful Forms Builder - Version 3.4.15

Version Description

(18 June 2019) =

Bugs:

  • Resolved an issue that sometimes caused required updates to fail due to allowed server memory.
  • Public form link should now be more reliable without needing to update site permalinks.
  • Corrected a typo in the shortcode output of the Display Your Form settings.
  • Dailed back our add-on updater script. It was checking for updates too often.
  • Resolved an issue that was sometimes causing form submission to hang on processing, even though it had finished submitting data.
  • Corrected a typo in the help text for auto-adding a submit button.
  • Dynamic options in lists should now work properly everywhere, not just on form display.
  • Fixed a couple of broken links on our Get Help page.
  • The public link setting should no longer appear on the dashboard for forms where it is not enabled.
  • Resolved an issue that sometimes caused the form dashboard to not display.

Changes:

  • Updated our Details page in the WordPress repo.
  • Date fields can no longer be added to calculations.

=

Download this release

Release Info

Developer krmoorhouse
Plugin Icon 128x128 Ninja Forms – The Easy and Powerful Forms Builder
Version 3.4.15
Comparing to
See all releases

Code changes from version 3.4.14 to 3.4.15

deprecated/ninja-forms.php CHANGED
@@ -265,7 +265,7 @@ class Ninja_Forms {
265
 
266
  // Plugin version
267
  if ( ! defined( 'NF_PLUGIN_VERSION' ) )
268
- define( 'NF_PLUGIN_VERSION', '3.4.14' );
269
 
270
  // Plugin Folder Path
271
  if ( ! defined( 'NF_PLUGIN_DIR' ) )
265
 
266
  // Plugin version
267
  if ( ! defined( 'NF_PLUGIN_VERSION' ) )
268
+ define( 'NF_PLUGIN_VERSION', '3.4.15' );
269
 
270
  // Plugin Folder Path
271
  if ( ! defined( 'NF_PLUGIN_DIR' ) )
includes/Templates/admin-menu-dashboard.html.php CHANGED
@@ -279,7 +279,7 @@
279
  Ninja_Forms()->menus[ 'add-ons']->display();
280
 
281
  ?>
282
-
283
 
284
  <!-- Section: Required Updates -->
285
  <script id="tmpl-nf-requiredUpdates" type="text/template">
279
  Ninja_Forms()->menus[ 'add-ons']->display();
280
 
281
  ?>
282
+ </script>
283
 
284
  <!-- Section: Required Updates -->
285
  <script id="tmpl-nf-requiredUpdates" type="text/template">
ninja-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
- Version: 3.4.14
7
  Author: The WP Ninjas
8
  Author URI: http://ninjaforms.com
9
  Text Domain: ninja-forms
@@ -59,7 +59,7 @@ if( get_option( 'ninja_forms_load_deprecated', FALSE ) && ! ( isset( $_POST[ 'nf
59
  * @since 3.0
60
  */
61
 
62
- const VERSION = '3.4.14';
63
 
64
  /**
65
  * @since 3.4.0
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
+ Version: 3.4.15
7
  Author: The WP Ninjas
8
  Author URI: http://ninjaforms.com
9
  Text Domain: ninja-forms
59
  * @since 3.0
60
  */
61
 
62
+ const VERSION = '3.4.15';
63
 
64
  /**
65
  * @since 3.4.0
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpninjasllc, kstover, jameslaws, kbjohnson90, klhall1987, krmoorho
3
  Tags: form, forms, contact form, custom form, form builder, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation, form administration,
4
  Requires at least: 5.0
5
  Tested up to: 5.2
6
- Stable tag: 3.4.14
7
  License: GPLv2 or later
8
 
9
  Ninja Forms is an easy to use drag and drop form builder with an intuitive UI that can be used to create contact forms, email subscription forms, lead generation forms, WordPress registration and login forms, order forms, payment and donation forms, and much more!
@@ -137,7 +137,7 @@ This section describes how to install the plugin and get it working.
137
 
138
  == Upgrade Notice ==
139
 
140
- = 3.4.14 (18 June 2019) =
141
 
142
  *Bugs:*
143
 
@@ -150,6 +150,7 @@ This section describes how to install the plugin and get it working.
150
  * Dynamic options in lists should now work properly everywhere, not just on form display.
151
  * Fixed a couple of broken links on our Get Help page.
152
  * The public link setting should no longer appear on the dashboard for forms where it is not enabled.
 
153
 
154
  *Changes:*
155
 
@@ -158,6 +159,12 @@ This section describes how to install the plugin and get it working.
158
 
159
  == Changelog ==
160
 
 
 
 
 
 
 
161
  = 3.4.14 (18 June 2019) =
162
 
163
  *Bugs:*
3
  Tags: form, forms, contact form, custom form, form builder, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation, form administration,
4
  Requires at least: 5.0
5
  Tested up to: 5.2
6
+ Stable tag: 3.4.15
7
  License: GPLv2 or later
8
 
9
  Ninja Forms is an easy to use drag and drop form builder with an intuitive UI that can be used to create contact forms, email subscription forms, lead generation forms, WordPress registration and login forms, order forms, payment and donation forms, and much more!
137
 
138
  == Upgrade Notice ==
139
 
140
+ = 3.4.15 (18 June 2019) =
141
 
142
  *Bugs:*
143
 
150
  * Dynamic options in lists should now work properly everywhere, not just on form display.
151
  * Fixed a couple of broken links on our Get Help page.
152
  * The public link setting should no longer appear on the dashboard for forms where it is not enabled.
153
+ * Resolved an issue that sometimes caused the form dashboard to not display.
154
 
155
  *Changes:*
156
 
159
 
160
  == Changelog ==
161
 
162
+ = 3.4.15 (18 June 2019) =
163
+
164
+ *Bugs:*
165
+
166
+ * Resolved an issue that sometimes caused the form dashboard to not display.
167
+
168
  = 3.4.14 (18 June 2019) =
169
 
170
  *Bugs:*