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

Version Description

(3 January 2019) =

Security:

  • Patched a reflected XSS vulnerability in our administrative dashboard. Thank you to Samuel Anttila at netsec.expert for practicing responsible disclosure.

Bugs:

  • Resolved an issue that caused our Gutenberg Block to not dispaly in the post editor when the Twenty Ninteen theme is active.

Changes:

  • Product and quantity field merge tags can no longer be referenced in calculations.

=

Download this release

Release Info

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

Code changes from version 3.3.21 to 3.3.21.1

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.3.21' );
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.3.21.1' );
269
 
270
  // Plugin Folder Path
271
  if ( ! defined( 'NF_PLUGIN_DIR' ) )
includes/Admin/Menus/Forms.php CHANGED
@@ -130,7 +130,7 @@ final class NF_Admin_Menus_Forms extends NF_Abstracts_Menu
130
  <script>
131
  var nfDashItems = <?php echo( json_encode( array_values( $dash_items ) ) ); ?>;
132
  var useServices = <?php echo ( $use_services ) ? 'true' : 'false'; ?>;
133
- var serviceSuccess = '<?php echo ( isset( $_GET[ 'success' ] ) ) ? $_GET[ 'success' ] : ''; ?>';
134
  </script>
135
  <?php
136
 
130
  <script>
131
  var nfDashItems = <?php echo( json_encode( array_values( $dash_items ) ) ); ?>;
132
  var useServices = <?php echo ( $use_services ) ? 'true' : 'false'; ?>;
133
+ var serviceSuccess = '<?php echo ( isset( $_GET[ 'success' ] ) ) ? htmlspecialchars( $_GET[ 'success' ] ) : ''; ?>';
134
  </script>
135
  <?php
136
 
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.3.21
7
  Author: The WP Ninjas
8
  Author URI: http://ninjaforms.com
9
  Text Domain: ninja-forms
@@ -57,9 +57,9 @@ if( get_option( 'ninja_forms_load_deprecated', FALSE ) && ! ( isset( $_POST[ 'nf
57
  /**
58
  * @since 3.0
59
  */
60
- const VERSION = '3.3.21';
61
 
62
- const WP_MIN_VERSION = '4.7';
63
 
64
  /**
65
  * @var Ninja_Forms
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.3.21.1
7
  Author: The WP Ninjas
8
  Author URI: http://ninjaforms.com
9
  Text Domain: ninja-forms
57
  /**
58
  * @since 3.0
59
  */
60
+ const VERSION = '3.3.21.1';
61
 
62
+ const WP_MIN_VERSION = '4.8';
63
 
64
  /**
65
  * @var Ninja_Forms
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: 4.8
5
  Tested up to: 5.0
6
- Stable tag: 3.3.21
7
  License: GPLv2 or later
8
 
9
  Drag and drop fields in an intuitive UI to create contact forms, email subscription forms, order forms, payment forms, send emails and more!
@@ -111,7 +111,11 @@ For help and video tutorials, please visit our website: [Ninja Forms Documentati
111
 
112
  == Upgrade Notice ==
113
 
114
- = 3.3.21 (2 January 2019) =
 
 
 
 
115
 
116
  *Bugs:*
117
 
@@ -123,6 +127,12 @@ For help and video tutorials, please visit our website: [Ninja Forms Documentati
123
 
124
  == Changelog ==
125
 
 
 
 
 
 
 
126
  = 3.3.21 (2 January 2019) =
127
 
128
  *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: 4.8
5
  Tested up to: 5.0
6
+ Stable tag: 3.3.21.1
7
  License: GPLv2 or later
8
 
9
  Drag and drop fields in an intuitive UI to create contact forms, email subscription forms, order forms, payment forms, send emails and more!
111
 
112
  == Upgrade Notice ==
113
 
114
+ = 3.3.21.1 (3 January 2019) =
115
+
116
+ *Security:*
117
+
118
+ * Patched a reflected XSS vulnerability in our administrative dashboard. Thank you to Samuel Anttila at netsec.expert for practicing responsible disclosure.
119
 
120
  *Bugs:*
121
 
127
 
128
  == Changelog ==
129
 
130
+ = 3.3.21.1 (3 January 2019) =
131
+
132
+ *Security:*
133
+
134
+ * Patched a reflected XSS vulnerability in our administrative dashboard. Thank you to Samuel Anttila at netsec.expert for practicing responsible disclosure.
135
+
136
  = 3.3.21 (2 January 2019) =
137
 
138
  *Bugs:*