wpDataTables Lite - Version 2.1.39

Version Description

Bugfix: Fix for Display tab settings not being aligned inside rows. Other small bug fixes and stability improvements.

Download this release

Release Info

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

Code changes from version 2.1.38 to 2.1.39

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.38');
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.39');
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.1
8
  Requires PHP: 5.6
9
- Stable tag: 2.1.38
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -351,6 +351,9 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
351
  12. Google chart settings
352
 
353
  == Changelog ==
 
 
 
354
 
355
  = 2.1.38 =
356
  * Feature: Added single cell shortcode. More about this in our docs about [Single cell shortcode](https://wpdatatables.com/documentation/table-features/single-cell-shortcode/).
6
  Requires at least: 4.0
7
  Tested up to: 6.0.1
8
  Requires PHP: 5.6
9
+ Stable tag: 2.1.39
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
351
  12. Google chart settings
352
 
353
  == Changelog ==
354
+ = 2.1.39 =
355
+ Bugfix: Fix for Display tab settings not being aligned inside rows.
356
+ Other small bug fixes and stability improvements.
357
 
358
  = 2.1.38 =
359
  * Feature: Added single cell shortcode. More about this in our docs about [Single cell shortcode](https://wpdatatables.com/documentation/table-features/single-cell-shortcode/).
templates/admin/dashboard/dashboard.inc.php CHANGED
@@ -337,17 +337,12 @@ $tableChartsCount = (int)WDTTools::getTablesCount('chart');
337
  </span>
338
  </p>
339
  <p class="wpdt-text wpdt-font m-b-18">
340
- A major update with new features, improvements 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>Feature:</strong> Responsive datatables now each datatable can be responsive where you can choose which columns do you want to be visible or hidden on tablets and/or mobiles.</li>
346
- <li><strong>Feature:</strong> Added options for responsive actions in datatables – icon, row or cell.</li>
347
- <li><strong>Feature:</strong> Responsive Charts – now each chart (both Google and Chartjs) can be responsive – just tick the “responsive” checkbox near the width input. Responsive chart will occupy 100% width of the container, instead of having fixed width, therefore always render correctly on any device types, and when you resize browser window.</li>
348
- <li><strong>Feature:</strong> Grouping Charts – rows with same labels would be treated as a single entry, summing up all the values in other cells.</li>
349
- <li><strong>Improvement:</strong> Enabled options in Google chart: Horizontal crosshair, Horizontal axis direction, Vertical crosshair, Vertical axis direction and Invert axis</li>
350
- <li><strong>BugFix:</strong> Fixed issue with PHP notice.</li>
351
  <li>Other small bug fixes and stability improvements.</li>
352
  </ul>
353
  </div>
@@ -712,7 +707,7 @@ $tableChartsCount = (int)WDTTools::getTablesCount('chart');
712
  </div>
713
  <div class="row">
714
  <h4 class="wdt-row-title m-b-20 text-center">
715
- <?php esc_html_e('Need free booking plugin?', 'wpdatatables'); ?></h4>
716
  </div>
717
  <div class="row">
718
  <div class="col-sm-12 p-l-0 p-r-0">
337
  </span>
338
  </p>
339
  <p class="wpdt-text wpdt-font m-b-18">
340
+ A minor update with new a bug fix 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> Fix for Display tab settings not being aligned inside rows.</li>
 
 
 
 
 
346
  <li>Other small bug fixes and stability improvements.</li>
347
  </ul>
348
  </div>
707
  </div>
708
  <div class="row">
709
  <h4 class="wdt-row-title m-b-20 text-center">
710
+ <?php esc_html_e('Need a free booking plugin?', 'wpdatatables'); ?></h4>
711
  </div>
712
  <div class="row">
713
  <div class="col-sm-12 p-l-0 p-r-0">
templates/admin/table-settings/table_settings_block.inc.php CHANGED
@@ -287,6 +287,11 @@
287
 
288
  </div>
289
 
 
 
 
 
 
290
  <div class="col-sm-4 m-b-20 wdt-hide-until-load-block">
291
 
292
  <h4 class="c-title-color m-b-2">
@@ -302,11 +307,6 @@
302
 
303
  </div>
304
 
305
- </div>
306
- <!-- /.row -->
307
-
308
- <div class="row">
309
-
310
  <div class="col-sm-4 wdt-default-rows-per-page">
311
  <h4 class="c-title-color m-b-2">
312
  <?php esc_html_e('Default rows per page', 'wpdatatables'); ?>
@@ -380,6 +380,11 @@
380
 
381
  </div>
382
 
 
 
 
 
 
383
  <div class="col-sm-4 m-b-20 wdt-scrollable-block">
384
 
385
  <h4 class="c-title-color m-b-2">
@@ -412,11 +417,6 @@
412
 
413
  </div>
414
 
415
- </div>
416
- <!-- /.row -->
417
-
418
- <div class="row">
419
-
420
  <div class="col-sm-4 m-b-20">
421
 
422
  <h4 class="c-title-color m-b-2">
@@ -479,6 +479,10 @@
479
  </div>
480
  </div>
481
 
 
 
 
 
482
  <div class="col-sm-4 m-b-20 word-wrap-settings-block hidden">
483
 
484
  <h4 class="c-title-color m-b-2">
@@ -510,10 +514,6 @@
510
 
511
  </div>
512
 
513
- </div>
514
- <!-- /.row -->
515
- <div class="row">
516
-
517
  <div class="col-sm-4 m-b-16">
518
 
519
  <h4 class="c-title-color m-b-2">
@@ -573,6 +573,18 @@
573
 
574
  </div>
575
 
 
 
 
 
 
 
 
 
 
 
 
 
576
  <div class="col-sm-4 m-b-16 pagination-layout-settings-block">
577
 
578
  <h4 class="c-title-color m-b-2">
@@ -607,18 +619,6 @@
607
 
608
  </div>
609
 
610
- </div>
611
- <!-- /.row -->
612
-
613
-
614
- </div>
615
- <!-- /Table display settings -->
616
-
617
- <!-- Table sorting and filtering settings -->
618
- <div role="tabpanel" class="tab-pane fade" id="table-sorting-filtering-settings">
619
- <!-- .row -->
620
- <div class="row">
621
-
622
  <div class="col-sm-4 m-b-20">
623
 
624
  <h4 class="c-title-color m-b-2">
@@ -684,6 +684,11 @@
684
 
685
  </div>
686
 
 
 
 
 
 
687
  <div class="col-sm-4 m-b-20">
688
 
689
  <h4 class="c-title-color m-b-2">
@@ -715,12 +720,6 @@
715
 
716
  </div>
717
 
718
- </div>
719
- <!-- /.row -->
720
-
721
- <!-- row -->
722
- <div class="row">
723
-
724
  <div class="col-sm-4 m-b-20 filtering-form-block <?php echo 'hidden' ?>">
725
 
726
  <h4 class="c-title-color m-b-2">
287
 
288
  </div>
289
 
290
+ </div>
291
+ <!-- /.row -->
292
+
293
+ <div class="row">
294
+
295
  <div class="col-sm-4 m-b-20 wdt-hide-until-load-block">
296
 
297
  <h4 class="c-title-color m-b-2">
307
 
308
  </div>
309
 
 
 
 
 
 
310
  <div class="col-sm-4 wdt-default-rows-per-page">
311
  <h4 class="c-title-color m-b-2">
312
  <?php esc_html_e('Default rows per page', 'wpdatatables'); ?>
380
 
381
  </div>
382
 
383
+ </div>
384
+ <!-- /.row -->
385
+
386
+ <div class="row">
387
+
388
  <div class="col-sm-4 m-b-20 wdt-scrollable-block">
389
 
390
  <h4 class="c-title-color m-b-2">
417
 
418
  </div>
419
 
 
 
 
 
 
420
  <div class="col-sm-4 m-b-20">
421
 
422
  <h4 class="c-title-color m-b-2">
479
  </div>
480
  </div>
481
 
482
+ </div>
483
+ <!-- /.row -->
484
+ <div class="row">
485
+
486
  <div class="col-sm-4 m-b-20 word-wrap-settings-block hidden">
487
 
488
  <h4 class="c-title-color m-b-2">
514
 
515
  </div>
516
 
 
 
 
 
517
  <div class="col-sm-4 m-b-16">
518
 
519
  <h4 class="c-title-color m-b-2">
573
 
574
  </div>
575
 
576
+ </div>
577
+ <!-- /.row -->
578
+
579
+
580
+ </div>
581
+ <!-- /Table display settings -->
582
+
583
+ <!-- Table sorting and filtering settings -->
584
+ <div role="tabpanel" class="tab-pane fade" id="table-sorting-filtering-settings">
585
+ <!-- .row -->
586
+ <div class="row">
587
+
588
  <div class="col-sm-4 m-b-16 pagination-layout-settings-block">
589
 
590
  <h4 class="c-title-color m-b-2">
619
 
620
  </div>
621
 
 
 
 
 
 
 
 
 
 
 
 
 
622
  <div class="col-sm-4 m-b-20">
623
 
624
  <h4 class="c-title-color m-b-2">
684
 
685
  </div>
686
 
687
+ </div>
688
+ <!-- /.row -->
689
+
690
+ <!-- row -->
691
+ <div class="row">
692
  <div class="col-sm-4 m-b-20">
693
 
694
  <h4 class="c-title-color m-b-2">
720
 
721
  </div>
722
 
 
 
 
 
 
 
723
  <div class="col-sm-4 m-b-20 filtering-form-block <?php echo 'hidden' ?>">
724
 
725
  <h4 class="c-title-color m-b-2">
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.38
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.39
7
  Author: TMS-Plugins
8
  Author URI: https://tms-outsource.com
9
  Text Domain: wpdatatables