Version Description
Download this release
Release Info
Developer | techjewel |
Plugin | Ninja Tables – WP Data Table Plugin for WordPress |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- includes/NinjaTableClass.php +1 -1
- includes/libs/TableDrivers/NinjaFooTable.php +2 -2
- ninja-tables.php +1 -1
- readme.txt +1 -1
includes/NinjaTableClass.php
CHANGED
@@ -68,7 +68,7 @@ class NinjaTableClass {
|
|
68 |
*/
|
69 |
public function __construct() {
|
70 |
$this->plugin_name = 'ninja-tables';
|
71 |
-
$this->version = '2.0.
|
72 |
$this->load_dependencies();
|
73 |
$this->set_locale();
|
74 |
$this->define_admin_hooks();
|
68 |
*/
|
69 |
public function __construct() {
|
70 |
$this->plugin_name = 'ninja-tables';
|
71 |
+
$this->version = '2.0.1';
|
72 |
$this->load_dependencies();
|
73 |
$this->set_locale();
|
74 |
$this->define_admin_hooks();
|
includes/libs/TableDrivers/NinjaFooTable.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php namespace NinjaTable\TableDrivers;
|
2 |
|
3 |
class NinjaFooTable {
|
4 |
-
public static $version = '2.0.
|
5 |
|
6 |
public static function run( $tableArray ) {
|
7 |
self::enqueue_assets();
|
@@ -124,7 +124,7 @@ class NinjaFooTable {
|
|
124 |
color: '.$table_color_secondary.';
|
125 |
border: none;
|
126 |
}';
|
127 |
-
wp_add_inline_style('
|
128 |
}
|
129 |
}
|
130 |
|
1 |
<?php namespace NinjaTable\TableDrivers;
|
2 |
|
3 |
class NinjaFooTable {
|
4 |
+
public static $version = '2.0.1';
|
5 |
|
6 |
public static function run( $tableArray ) {
|
7 |
self::enqueue_assets();
|
124 |
color: '.$table_color_secondary.';
|
125 |
border: none;
|
126 |
}';
|
127 |
+
wp_add_inline_style('footable_styles', $css);
|
128 |
}
|
129 |
}
|
130 |
|
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: 2.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: 2.0.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.5
|
6 |
Requires PHP: 5.4 or greater
|
7 |
Tested up to: 4.9.4
|
8 |
-
Stable tag: 2.0.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
5 |
Requires at least: 4.5
|
6 |
Requires PHP: 5.4 or greater
|
7 |
Tested up to: 4.9.4
|
8 |
+
Stable tag: 2.0.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|