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

Version Description

Download this release

Release Info

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

Code changes from version 3.4.2 to 3.4.3

ninja-tables.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: Ninja Tables - Best WP Data Table Plugin for WordPress
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: 3.4.2
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', '3.4.2');
37
  define('NINJA_TABLES_ASSET_VERSION', '3.1.0');
38
 
39
  $ninja_table_instances = array();
16
  * Plugin Name: Ninja Tables - Best WP Data Table Plugin for WordPress
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: 3.4.3
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', '3.4.3');
37
  define('NINJA_TABLES_ASSET_VERSION', '3.1.0');
38
 
39
  $ninja_table_instances = array();
public/views/table_inner_html.php CHANGED
@@ -49,6 +49,8 @@ if ($table_rows && count($table_columns)):
49
  $columnValueDataAtts = json_encode($column_value);
50
  $column_value = implode(', ', $column_value);
51
  $column_value = do_shortcode($column_value);
 
 
52
  }
53
  $colspan = false;
54
  if ($index != $columnLength) {
49
  $columnValueDataAtts = json_encode($column_value);
50
  $column_value = implode(', ', $column_value);
51
  $column_value = do_shortcode($column_value);
52
+ } else {
53
+ $column_value = do_shortcode($column_value);
54
  }
55
  $colspan = false;
56
  if ($index != $columnLength) {
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: table, Data Tables, WP Data tables, WordPress table Plugin, Table Grid, w
5
  Requires at least: 4.5
6
  Requires PHP: 5.4 or greater
7
  Tested up to: 5.2.1
8
- Stable tag: 3.4.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -239,7 +239,7 @@ Yes, For that please check pro add one <a href="https://wpmanageninja.com/downlo
239
 
240
  == Changelog ==
241
 
242
- =3.4.2 ( Date: May 27, 2019 ) =
243
  - Fix Shortcode rendering issue
244
  - Added few UI changes
245
 
5
  Requires at least: 4.5
6
  Requires PHP: 5.4 or greater
7
  Tested up to: 5.2.1
8
+ Stable tag: 3.4.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
239
 
240
  == Changelog ==
241
 
242
+ =3.4.3 ( Date: May 27, 2019 ) =
243
  - Fix Shortcode rendering issue
244
  - Added few UI changes
245