wpDataTables Lite - Version 2.1.41

Version Description

  • CSS update. Other small bug fixes and stability improvements.
Download this release

Release Info

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

Code changes from version 2.1.40 to 2.1.41

assets/css/wdt-skins/light.css CHANGED
@@ -2,8 +2,6 @@
2
  * WPDataTables Light skin styles
3
  */
4
 
5
- /* Table */
6
-
7
  /* Table Header */
8
 
9
  .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
2
  * WPDataTables Light skin styles
3
  */
4
 
 
 
5
  /* Table Header */
6
 
7
  .wpDataTablesWrapper table.wpDataTable > thead > tr > th {
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.40');
13
 
14
  // Number of active plugin installs for wpDataTables
15
  define('WDT_NUMBER_OF_ACTIVE_INSTALLS', '66,000+');
9
 
10
  // Current version
11
 
12
+ define('WDT_CURRENT_VERSION', '2.1.41');
13
 
14
  // Number of active plugin installs for wpDataTables
15
  define('WDT_NUMBER_OF_ACTIVE_INSTALLS', '66,000+');
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: table, table builder, data tables, tables, charts, datatables, csv, excel,
6
  Requires at least: 4.0
7
  Tested up to: 6.0.2
8
  Requires PHP: 5.6
9
- Stable tag: 2.1.40
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -352,6 +352,10 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
352
 
353
  == Changelog ==
354
 
 
 
 
 
355
  = 2.1.40 =
356
  * Bugfix: Fixed issue with saving CSS rules on simple table.
357
  * Bugfix: Fixed issue with popup CSS style.
6
  Requires at least: 4.0
7
  Tested up to: 6.0.2
8
  Requires PHP: 5.6
9
+ Stable tag: 2.1.41
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
352
 
353
  == Changelog ==
354
 
355
+ = 2.1.41 =
356
+ * CSS update.
357
+ Other small bug fixes and stability improvements.
358
+
359
  = 2.1.40 =
360
  * Bugfix: Fixed issue with saving CSS rules on simple table.
361
  * Bugfix: Fixed issue with popup CSS style.
templates/admin/dashboard/dashboard.inc.php CHANGED
@@ -337,14 +337,12 @@ $tableChartsCount = (int)WDTTools::getTablesCount('chart');
337
  </span>
338
  </p>
339
  <p class="wpdt-text wpdt-font m-b-18">
340
- A minor update with a bug fixes and stability improvements:
341
  </p>
342
  <div class="alert alert-info m-b-0" role="alert">
343
  <i class="wpdt-icon-info-circle-full"></i>
344
  <ul>
345
- <li><strong>BugFix:</strong> Fixed issue with saving CSS rules on simple table.</li>
346
- <li><strong>BugFix:</strong> Fixed issue with popup CSS style.</li>
347
- <li>Compatibility with WordPress 6.0.2 approved.</li>
348
  <li>Other small bug fixes and stability improvements.</li>
349
  </ul>
350
  </div>
337
  </span>
338
  </p>
339
  <p class="wpdt-text wpdt-font m-b-18">
340
+ A minor update with CSS updates and stability improvements:
341
  </p>
342
  <div class="alert alert-info m-b-0" role="alert">
343
  <i class="wpdt-icon-info-circle-full"></i>
344
  <ul>
345
+ <li>CSS updates</li>
 
 
346
  <li>Other small bug fixes and stability improvements.</li>
347
  </ul>
348
  </div>
wpdatatables.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: wpDataTables - Tables & Table Charts
4
  Plugin URI: https://wpdatatables.com
5
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
6
- Version: 2.1.40
7
  Author: TMS-Plugins
8
  Author URI: https://tms-outsource.com
9
  Text Domain: wpdatatables
3
  Plugin Name: wpDataTables - Tables & Table Charts
4
  Plugin URI: https://wpdatatables.com
5
  Description: Create responsive, sortable tables & charts from Excel, CSV or PHP. Add tables & charts to any post in minutes with DataTables.
6
+ Version: 2.1.41
7
  Author: TMS-Plugins
8
  Author URI: https://tms-outsource.com
9
  Text Domain: wpdatatables