wpDataTables Lite - Version 2.1.1

Version Description

  • Bug fixes and stability improvements.
  • Compatibility with WordPress 5.5 approved.
Download this release

Release Info

Developer wpDataTables
Plugin Icon 128x128 wpDataTables Lite
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1 to 2.1.1

assets/js/wpdatatables/admin/table-settings/main.js CHANGED
@@ -740,7 +740,7 @@
740
  /**
741
  * Apply all changes on "Apply" click
742
  */
743
- $('button.wdt-apply').click(function(e){
744
  if ( wpdatatable_config.editable ){
745
  if( $('#wdt-mysql-table-name').val() == '' ){
746
  $('#wdt-error-modal .modal-body').html( 'MySQL table name for front-end editing is not set!' );
740
  /**
741
  * Apply all changes on "Apply" click
742
  */
743
+ $(document).on('click', 'button.wdt-apply', function () {
744
  if ( wpdatatable_config.editable ){
745
  if( $('#wdt-mysql-table-name').val() == '' ){
746
  $('#wdt-error-modal .modal-body').html( 'MySQL table name for front-end editing is not set!' );
config/config.inc.php CHANGED
@@ -9,7 +9,7 @@ defined('ABSPATH') or die("Cannot access pages directly.");
9
 
10
  // Current version
11
 
12
- define('WDT_CURRENT_VERSION', '2.1');
13
 
14
  /**
15
  * Regular Expressions
9
 
10
  // Current version
11
 
12
+ define('WDT_CURRENT_VERSION', '2.1.1');
13
 
14
  /**
15
  * Regular Expressions
readme.txt CHANGED
@@ -4,9 +4,9 @@ Author URI: https://tms-outsource.com
4
  Plugin URI: https://wpdatatables.com/
5
  Tags: data tables, tables, table, charts, tables from csv, tables from excel, datatables, responsive tables, charting, pie charts, mysql tables, table plugin, wp table, WordPress table Plugin, Google Charts, Excel, JSON, XML, PHP array, line chart, donut, bar chart, histogram, area chart, bubble chart, gauge chart, scatter chart, candlestick, waterfall
6
  Requires at least: 4.0
7
- Tested up to: 5.4.2
8
  Requires PHP: 5.4
9
- Stable tag: 2.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -182,6 +182,10 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
182
 
183
  == Changelog ==
184
 
 
 
 
 
185
  = 2.1 =
186
  * Design: New fresh admin UI.
187
  * New page: New Dashboard page with lots of useful information and guides.
4
  Plugin URI: https://wpdatatables.com/
5
  Tags: data tables, tables, table, charts, tables from csv, tables from excel, datatables, responsive tables, charting, pie charts, mysql tables, table plugin, wp table, WordPress table Plugin, Google Charts, Excel, JSON, XML, PHP array, line chart, donut, bar chart, histogram, area chart, bubble chart, gauge chart, scatter chart, candlestick, waterfall
6
  Requires at least: 4.0
7
+ Tested up to: 5.5
8
  Requires PHP: 5.4
9
+ Stable tag: 2.1.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
182
 
183
  == Changelog ==
184
 
185
+ = 2.1.1 =
186
+ * Bug fixes and stability improvements.
187
+ * Compatibility with WordPress 5.5 approved.
188
+
189
  = 2.1 =
190
  * Design: New fresh admin UI.
191
  * New page: New Dashboard page with lots of useful information and guides.
templates/admin/dashboard/dashboard.inc.php CHANGED
@@ -336,23 +336,14 @@ $tableChartsCount = WDTTools::getTablesCount('chart');
336
  </span>
337
  </p>
338
  <p class="wpdt-text wpdt-font m-b-18">
339
- <?php _e('A major update including stability improvements and bugfixes.', 'wpdatatables'); ?>
340
  </p>
341
- <div class="alert alert-info m-b-0" role="alert">
342
- <i class="wpdt-icon-info-circle-full"></i>
343
- <ul>
344
- <li class="alert-desc"><?php _e('Design: New fresh admin UI.', 'wpdatatables'); ?></li>
345
- <li class="alert-desc"><?php _e('New page: New Dashboard page with lots of useful information and guides.', 'wpdatatables'); ?></li>
346
- <li class="alert-desc"><?php _e('New page: New detailed System Info page which simplifies resolving external conflicts.', 'wpdatatables'); ?></li>
347
- <li class="alert-desc"><?php _e('Feature: New Popup First-launch Guide with feature explanations for new users.', 'wpdatatables'); ?></li>
348
- <li class="alert-desc"><?php _e('Feature: New options like Feature suggestion, Subscription and lot more.', 'wpdatatables'); ?></li>
349
- <li class="alert-desc"><?php _e('Feature: Now it is possible to create all Google charts.', 'wpdatatables'); ?></li>
350
- <li class="alert-desc"><?php _e('Feature: Chart Tooltips are enabled.', 'wpdatatables'); ?></li>
351
- <li class="alert-desc"><?php _e('Feature: Global Table Customization are available. (Color And Font Settings)', 'wpdatatables'); ?></li>
352
- <li class="alert-desc"><?php _e('Notice: For next update of wpDataTables Lite it will be required 5.6 version of PHP, so the users who have still 5.4 will have time to upgrade.', 'wpdatatables'); ?></li>
353
- <li class="alert-desc"><?php _e('Bug fixes and stability improvements.', 'wpdatatables'); ?></li>
354
- </ul>
355
- </div>
356
 
357
  </div>
358
  </div>
336
  </span>
337
  </p>
338
  <p class="wpdt-text wpdt-font m-b-18">
339
+ <?php _e('A minor stability update including some patches for compatibility with WordPress version 5.5.', 'wpdatatables'); ?>
340
  </p>
341
+ <!-- <div class="alert alert-info m-b-0" role="alert">-->
342
+ <!-- <i class="wpdt-icon-info-circle-full"></i>-->
343
+ <!-- <ul>-->
344
+ <!-- <li class="alert-desc"></li>-->
345
+ <!-- </ul>-->
346
+ <!-- </div>-->
 
 
 
 
 
 
 
 
 
347
 
348
  </div>
349
  </div>
wpdatatables.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin Name: wpDataTables - Tables & Table Charts
6
  Plugin URI: https://wpdatatables.com
7
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
8
- Version: 2.1
9
  Author: TMS-Plugins
10
  Author URI: https://tms-outsource.com
11
  Text Domain: wpdatatables
5
  Plugin Name: wpDataTables - Tables & Table Charts
6
  Plugin URI: https://wpdatatables.com
7
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
8
+ Version: 2.1.1
9
  Author: TMS-Plugins
10
  Author URI: https://tms-outsource.com
11
  Text Domain: wpdatatables