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

Version Description

(18 September 2020) =

Changes:

  • The Views Table Block has arrived!
  • Updated the Ninja Forms Block to be more in-line with current Gutenberg conventions.
  • Improved the efficiency of submission limit checks.
  • The SendWP service can now be linked to the Ninja Forms dashboard.
  • Apps & Integrations are now grouped by category for easier sorting.
  • Updated color contrast of the form builder to be WCAG compliant.
  • Custom Action now requires developer mode to be enabled.
  • Updated the File Upload form template.

Bugs:

  • Corrected improperly named filter for save action settings.
  • Cleaned up some improperly escaped code on our get help page.
  • Updated graphics associated with our add-ons to make them display properly.
  • Corrected an issue that was causing the password field on our settings page to not properly save values.
  • Increased the priority of our form builder class to ensure it properly loads over other elements on the page.
  • Field duplication no longer improperly updates the target of calculations.
  • Corrected the order of our submenu items.
  • Added missing dependency for our blocks.

Security:

  • Patched a CSRF vulnerability in our services integration reported responsibly by Slavco Mihajloski.
  • Patched a validation bypass vulnerability in our email field.
  • Added escaping for HTML content of fields in the submissions table.

=

Download this release

Release Info

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

Code changes from version 3.4.28 to 3.4.29

blocks/form/block.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "icon": "feedback",
3
+ "category": "common",
4
+ "attributes": {
5
+ "formID": {
6
+ "type": "integer"
7
+ },
8
+ "formTitle": {
9
+ "type": "string"
10
+ }
11
+ }
12
+ }
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.28' );
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.29' );
269
 
270
  // Plugin Folder Path
271
  if ( ! defined( 'NF_PLUGIN_DIR' ) )
ninja-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=readme
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
- Version: 3.4.28
7
  Author: Saturday Drive
8
  Author URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=Plugins+WP+Dashboard
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.28';
63
 
64
  /**
65
  * @since 3.4.0
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=readme
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
+ Version: 3.4.29
7
  Author: Saturday Drive
8
  Author URI: http://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=Plugins+WP+Dashboard
9
  Text Domain: ninja-forms
59
  * @since 3.0
60
  */
61
 
62
+ const VERSION = '3.4.29';
63
 
64
  /**
65
  * @since 3.4.0
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpninjasllc, kstover, jameslaws, kbjohnson90, klhall1987, krmoorho
3
  Tags: forms, contact form, email form, form builder, custom form, pdf form, registration form, payment form, login form, contact me, signature form, upload form, file upload form, conditional form, feedback form, appointment form, quote form, survey form, contact button, signup form, form plugin, contact form plugin, subscription form, email subscription form, newsletter form, donation form, booking form, quote request form, multi page form, conditional logic form, subscription form, application form, employment verification form, star rating form, rating form, event form, mailchimp form, campaign monitor form, constant contact form, mailpoet form, aweber form, cleverreach form, emma form, convertkit form, active campaign form, salesforce form, zoho form, capsule form, insightly form, pipelinedeals form, onepagecrm form
4
  Requires at least: 5.3
5
  Tested up to: 5.5
6
- Stable tag: 3.4.28
7
  License: GPLv2 or later
8
 
9
  The 100% beginner friendly WordPress form builder. Drag & drop form fields to build beautiful, professional contact forms in minutes.
@@ -303,7 +303,7 @@ This section describes how to install the plugin and get it working.
303
 
304
  == Upgrade Notice ==
305
 
306
- = 3.4.28 (18 September 2020) =
307
 
308
  *Changes:*
309
 
@@ -325,6 +325,7 @@ This section describes how to install the plugin and get it working.
325
  * Increased the priority of our form builder class to ensure it properly loads over other elements on the page.
326
  * Field duplication no longer improperly updates the target of calculations.
327
  * Corrected the order of our submenu items.
 
328
 
329
  *Security:*
330
 
@@ -334,6 +335,12 @@ This section describes how to install the plugin and get it working.
334
 
335
  == Changelog ==
336
 
 
 
 
 
 
 
337
  = 3.4.28 (18 September 2020) =
338
 
339
  *Changes:*
3
  Tags: forms, contact form, email form, form builder, custom form, pdf form, registration form, payment form, login form, contact me, signature form, upload form, file upload form, conditional form, feedback form, appointment form, quote form, survey form, contact button, signup form, form plugin, contact form plugin, subscription form, email subscription form, newsletter form, donation form, booking form, quote request form, multi page form, conditional logic form, subscription form, application form, employment verification form, star rating form, rating form, event form, mailchimp form, campaign monitor form, constant contact form, mailpoet form, aweber form, cleverreach form, emma form, convertkit form, active campaign form, salesforce form, zoho form, capsule form, insightly form, pipelinedeals form, onepagecrm form
4
  Requires at least: 5.3
5
  Tested up to: 5.5
6
+ Stable tag: 3.4.29
7
  License: GPLv2 or later
8
 
9
  The 100% beginner friendly WordPress form builder. Drag & drop form fields to build beautiful, professional contact forms in minutes.
303
 
304
  == Upgrade Notice ==
305
 
306
+ = 3.4.29 (18 September 2020) =
307
 
308
  *Changes:*
309
 
325
  * Increased the priority of our form builder class to ensure it properly loads over other elements on the page.
326
  * Field duplication no longer improperly updates the target of calculations.
327
  * Corrected the order of our submenu items.
328
+ * Added missing dependency for our blocks.
329
 
330
  *Security:*
331
 
335
 
336
  == Changelog ==
337
 
338
+ = 3.4.29 (18 September 2020) =
339
+
340
+ *Bugs:*
341
+
342
+ * Added missing dependency for our blocks.
343
+
344
  = 3.4.28 (18 September 2020) =
345
 
346
  *Changes:*
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInitb394b102ba78e04f57b23fe9d66ef582::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit70c50760e196c2ff91afb2279bac5f30::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInitb394b102ba78e04f57b23fe9d66ef582
6
  {
7
  private static $loader;
8
 
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitb394b102ba78e04f57b23fe9d66ef582
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInitb394b102ba78e04f57b23fe9d66ef582', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInitb394b102ba78e04f57b23fe9d66ef582', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
- call_user_func(\Composer\Autoload\ComposerStaticInitb394b102ba78e04f57b23fe9d66ef582::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit70c50760e196c2ff91afb2279bac5f30
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit70c50760e196c2ff91afb2279bac5f30', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit70c50760e196c2ff91afb2279bac5f30', 'loadClassLoader'));
25
 
26
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
27
  if ($useStaticLoader) {
28
  require_once __DIR__ . '/autoload_static.php';
29
 
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit70c50760e196c2ff91afb2279bac5f30::getInitializer($loader));
31
  } else {
32
  $map = require __DIR__ . '/autoload_namespaces.php';
33
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInitb394b102ba78e04f57b23fe9d66ef582
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'N' =>
@@ -36,9 +36,9 @@ class ComposerStaticInitb394b102ba78e04f57b23fe9d66ef582
36
  public static function getInitializer(ClassLoader $loader)
37
  {
38
  return \Closure::bind(function () use ($loader) {
39
- $loader->prefixLengthsPsr4 = ComposerStaticInitb394b102ba78e04f57b23fe9d66ef582::$prefixLengthsPsr4;
40
- $loader->prefixDirsPsr4 = ComposerStaticInitb394b102ba78e04f57b23fe9d66ef582::$prefixDirsPsr4;
41
- $loader->classMap = ComposerStaticInitb394b102ba78e04f57b23fe9d66ef582::$classMap;
42
 
43
  }, null, ClassLoader::class);
44
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit70c50760e196c2ff91afb2279bac5f30
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'N' =>
36
  public static function getInitializer(ClassLoader $loader)
37
  {
38
  return \Closure::bind(function () use ($loader) {
39
+ $loader->prefixLengthsPsr4 = ComposerStaticInit70c50760e196c2ff91afb2279bac5f30::$prefixLengthsPsr4;
40
+ $loader->prefixDirsPsr4 = ComposerStaticInit70c50760e196c2ff91afb2279bac5f30::$prefixDirsPsr4;
41
+ $loader->classMap = ComposerStaticInit70c50760e196c2ff91afb2279bac5f30::$classMap;
42
 
43
  }, null, ClassLoader::class);
44
  }