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

Version Description

Download this release

Release Info

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

Code changes from version 1.8.0 to 1.8.1

Files changed (3) hide show
  1. includes/NinjaTableClass.php +1 -1
  2. ninja-tables.php +1 -1
  3. readme.txt +1 -1
includes/NinjaTableClass.php CHANGED
@@ -69,7 +69,7 @@ class NinjaTableClass {
69
  public function __construct() {
70
 
71
  $this->plugin_name = 'ninja-tables';
72
- $this->version = '1.6.0';
73
 
74
  $this->load_dependencies();
75
 
69
  public function __construct() {
70
 
71
  $this->plugin_name = 'ninja-tables';
72
+ $this->version = '1.8.1';
73
 
74
  $this->load_dependencies();
75
 
ninja-tables.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Ninja Tables
17
  * Plugin URI: https://wpmanageninja.com/plugins/ninja-tables/
18
  * Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
19
- * Version: 1.6.0
20
  * Author: WPManageNinja
21
  * Author URI: https://wpmanageninja.com/
22
  * License: GPL-2.0+
16
  * Plugin Name: Ninja Tables
17
  * Plugin URI: https://wpmanageninja.com/plugins/ninja-tables/
18
  * Description: The Easiest & Fastest Responsive Table Plugin on WordPress. Multiple templates, drag-&-drop live table builder, multiple color scheme, and styles.
19
+ * Version: 1.8.1
20
  * Author: WPManageNinja
21
  * Author URI: https://wpmanageninja.com/
22
  * License: GPL-2.0+
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: WordPress tables Plugin, wp tables, data tables, datatables plugin, table
5
  Requires at least: 4.0
6
  Requires PHP: 5.4 or greater
7
  Tested up to: 4.9.4
8
- Stable tag: 1.8.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
5
  Requires at least: 4.0
6
  Requires PHP: 5.4 or greater
7
  Tested up to: 4.9.4
8
+ Stable tag: 1.8.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11