Ninja Tables – WP Data Table Plugin for WordPress - Version 4.1.4

Version Description

Download this release

Release Info

Developer adreastrian
Plugin Icon 128x128 Ninja Tables – WP Data Table Plugin for WordPress
Version 4.1.4
Comparing to
See all releases

Code changes from version 4.1.3 to 4.1.4

Files changed (3) hide show
  1. ninja-tables.php +2 -2
  2. public/NinjaTablePublic.php +1 -1
  3. readme.txt +3 -0
ninja-tables.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Ninja Tables
17
  * Plugin URI: https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/
18
  * Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
19
- * Version: 4.1.3
20
  * Author: WPManageNinja LLC
21
  * Author URI: https://wpmanageninja.com/
22
  * License: GPL-2.0+
@@ -33,7 +33,7 @@ if (!defined('WPINC')) {
33
  define('NINJA_TABLES_DIR_URL', plugin_dir_url(__FILE__));
34
  define('NINJA_TABLES_DIR_PATH', plugin_dir_path(__FILE__));
35
  define('NINJA_TABLES_PUBLIC_DIR_URL', NINJA_TABLES_DIR_URL . 'public/');
36
- define('NINJA_TABLES_VERSION', '4.1.3');
37
  define('NINJA_TABLES_ASSET_VERSION', '3.1.0');
38
  define('NINJA_TABLES_PRELOAD_FONT_VERSION', "1a82860cb5286f7833a2c33fbdd1d76c");
39
 
16
  * Plugin Name: Ninja Tables
17
  * Plugin URI: https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/
18
  * Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
19
+ * Version: 4.1.4
20
  * Author: WPManageNinja LLC
21
  * Author URI: https://wpmanageninja.com/
22
  * License: GPL-2.0+
33
  define('NINJA_TABLES_DIR_URL', plugin_dir_url(__FILE__));
34
  define('NINJA_TABLES_DIR_PATH', plugin_dir_path(__FILE__));
35
  define('NINJA_TABLES_PUBLIC_DIR_URL', NINJA_TABLES_DIR_URL . 'public/');
36
+ define('NINJA_TABLES_VERSION', '4.1.4');
37
  define('NINJA_TABLES_ASSET_VERSION', '3.1.0');
38
  define('NINJA_TABLES_PRELOAD_FONT_VERSION', "1a82860cb5286f7833a2c33fbdd1d76c");
39
 
public/NinjaTablePublic.php CHANGED
@@ -62,7 +62,7 @@ class NinjaTablePublic
62
 
63
  public function register_ajax_routes()
64
  {
65
- ninjaTablesValidateNonce('ninja_table_public_nonce');
66
 
67
  $validRoutes = array(
68
  'get-all-data' => 'getAllData',
62
 
63
  public function register_ajax_routes()
64
  {
65
+ // ninjaTablesValidateNonce('ninja_table_public_nonce');
66
 
67
  $validRoutes = array(
68
  'get-all-data' => 'getAllData',
readme.txt CHANGED
@@ -315,6 +315,9 @@ Yes, you can connect your Google spreadsheets to your WordPress table plugin by
315
 
316
  == Changelog ==
317
 
 
 
 
318
  =4.1.3 (Date: Feb 13, 2021)
319
  - Adds transformed value sorting & filtering.
320
  - Improves formula support for European numbers.
315
 
316
  == Changelog ==
317
 
318
+ =4.1.4 (Date: Feb 16, 2021)
319
+ - Fixes AJAX data loading for public nonce issue.
320
+
321
  =4.1.3 (Date: Feb 13, 2021)
322
  - Adds transformed value sorting & filtering.
323
  - Improves formula support for European numbers.