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

Version Description

( Date: June 10, 2018 ) * Added Duplicate table feature ( Most wanted feature by our users ) * Added CSS Box into the table editor, Now you can paste your css for a table. * Added feature to re-arrange the rows. * Now, You can add table row at the first / at the last / you can sort manually. * Overall Performance improvements

Download this release

Release Info

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

Code changes from version 2.2.5 to 2.2.6

Files changed (2) hide show
  1. ninja-tables.php +2 -2
  2. readme.txt +2 -2
ninja-tables.php CHANGED
@@ -15,7 +15,7 @@
15
  * Plugin Name: Ninja Tables
16
  * Plugin URI: https://wpmanageninja.com/ninja-tables/
17
  * Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
18
- * Version: 2.2.5
19
  * Author: WPManageNinja
20
  * Author URI: https://wpmanageninja.com/
21
  * License: GPL-2.0+
@@ -32,7 +32,7 @@ if (!defined('WPINC')) {
32
  define('NINJA_TABLES_DIR_URL', plugin_dir_url(__FILE__));
33
  define('NINJA_TABLES_DIR_PATH', plugin_dir_path(__FILE__));
34
  define('NINJA_TABLES_PUBLIC_DIR_URL', NINJA_TABLES_DIR_URL.'public/');
35
- define('NINJA_TABLES_VERSION', '2.2.5');
36
  define('NINJA_TABLES_ASSET_VERSION', '2.1');
37
 
38
  /**
15
  * Plugin Name: Ninja Tables
16
  * Plugin URI: https://wpmanageninja.com/ninja-tables/
17
  * Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
18
+ * Version: 2.2.6
19
  * Author: WPManageNinja
20
  * Author URI: https://wpmanageninja.com/
21
  * License: GPL-2.0+
32
  define('NINJA_TABLES_DIR_URL', plugin_dir_url(__FILE__));
33
  define('NINJA_TABLES_DIR_PATH', plugin_dir_path(__FILE__));
34
  define('NINJA_TABLES_PUBLIC_DIR_URL', NINJA_TABLES_DIR_URL.'public/');
35
+ define('NINJA_TABLES_VERSION', '2.2.6');
36
  define('NINJA_TABLES_ASSET_VERSION', '2.1');
37
 
38
  /**
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: table, WordPress tables Plugin, wp tables, data tables, datatables plugin
5
  Requires at least: 4.5
6
  Requires PHP: 5.4 or greater
7
  Tested up to: 4.9.7
8
- Stable tag: 2.2.5
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -165,7 +165,7 @@ Yes, For that please check pro add one <a href="https://wpmanageninja.com/downlo
165
  * Added Permission for User Role based. You can assign custom role now.
166
  * Fix few css bug for table cell text wrap issues ( Thanks to our users to report it )
167
 
168
- = 2.2.0 ( Date: June 10, 2018 )
169
  * Added Duplicate table feature ( Most wanted feature by our users )
170
  * Added CSS Box into the table editor, Now you can paste your css for a table.
171
  * Added feature to re-arrange the rows.
5
  Requires at least: 4.5
6
  Requires PHP: 5.4 or greater
7
  Tested up to: 4.9.7
8
+ Stable tag: 2.2.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
165
  * Added Permission for User Role based. You can assign custom role now.
166
  * Fix few css bug for table cell text wrap issues ( Thanks to our users to report it )
167
 
168
+ = 2.2.6 ( Date: June 10, 2018 )
169
  * Added Duplicate table feature ( Most wanted feature by our users )
170
  * Added CSS Box into the table editor, Now you can paste your css for a table.
171
  * Added feature to re-arrange the rows.