Version Description
- Bug fix: Issue with padding in container for Aqua skin in backend
- Bug fix: Issue with padding for ellipsis button in pagination
- Compatibility with WordPress 5.4 approved.
Download this release
Release Info
Developer | wpDataTables |
Plugin | wpDataTables Lite |
Version | 2.0.19 |
Comparing to | |
See all releases |
Code changes from version 2.0.18 to 2.0.19
- assets/css/wdt-skins/aqua.css +5 -2
- assets/css/wdt-skins/dark.css +1 -1
- assets/css/wdt-skins/purple.css +1 -1
- assets/js/wpdatatables/admin/doc.js +1 -1
- config/config.inc.php +1 -1
- controllers/wdt_functions.php +1 -0
- readme.txt +7 -2
- wpdatatables.php +1 -1
assets/css/wdt-skins/aqua.css
CHANGED
@@ -29,7 +29,10 @@
|
|
29 |
.wpdt-c .wpDataTableContainer {
|
30 |
background:none;
|
31 |
}
|
32 |
-
|
|
|
|
|
|
|
33 |
/* Above the table */
|
34 |
|
35 |
/* Display length and Global search */
|
@@ -380,7 +383,7 @@
|
|
380 |
}
|
381 |
|
382 |
.wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
|
383 |
-
padding:
|
384 |
display: inline-block;
|
385 |
}
|
386 |
|
29 |
.wpdt-c .wpDataTableContainer {
|
30 |
background:none;
|
31 |
}
|
32 |
+
div#wpdatatable-preview-container.wpDataTablesWrapper, div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper {
|
33 |
+
background: #ffffff;
|
34 |
+
padding: 0;
|
35 |
+
}
|
36 |
/* Above the table */
|
37 |
|
38 |
/* Display length and Global search */
|
383 |
}
|
384 |
|
385 |
.wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
|
386 |
+
padding: 6px 7px 7px;
|
387 |
display: inline-block;
|
388 |
}
|
389 |
|
assets/css/wdt-skins/dark.css
CHANGED
@@ -451,7 +451,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper{
|
|
451 |
}
|
452 |
|
453 |
.wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
|
454 |
-
padding:
|
455 |
display: inline-block;
|
456 |
}
|
457 |
|
451 |
}
|
452 |
|
453 |
.wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
|
454 |
+
padding: 6px 7px 7px;
|
455 |
display: inline-block;
|
456 |
}
|
457 |
|
assets/css/wdt-skins/purple.css
CHANGED
@@ -389,7 +389,7 @@ div#wpdatatable-preview-container.wpDataTablesWrapper .wpDataTablesWrapper
|
|
389 |
}
|
390 |
|
391 |
.wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
|
392 |
-
padding:
|
393 |
display: inline-block;
|
394 |
}
|
395 |
|
389 |
}
|
390 |
|
391 |
.wpdt-c .wpDataTablesWrapper .dataTables_paginate .ellipsis {
|
392 |
+
padding: 6px 7px 7px;
|
393 |
display: inline-block;
|
394 |
}
|
395 |
|
assets/js/wpdatatables/admin/doc.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
var activeTab = '';
|
2 |
var step = '';
|
3 |
-
var docsHomeUrl = '
|
4 |
|
5 |
var tableSettingsLinks = {
|
6 |
'main-table-settings': '#table-settings-data-source',
|
1 |
var activeTab = '';
|
2 |
var step = '';
|
3 |
+
var docsHomeUrl = 'https://wpdatatables.com';
|
4 |
|
5 |
var tableSettingsLinks = {
|
6 |
'main-table-settings': '#table-settings-data-source',
|
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.0.
|
13 |
|
14 |
/**
|
15 |
* Regular Expressions
|
9 |
|
10 |
// Current version
|
11 |
|
12 |
+
define('WDT_CURRENT_VERSION', '2.0.19');
|
13 |
|
14 |
/**
|
15 |
* Regular Expressions
|
controllers/wdt_functions.php
CHANGED
@@ -721,6 +721,7 @@ if ($wp_version < 4.4) {
|
|
721 |
}
|
722 |
}
|
723 |
|
|
|
724 |
/**
|
725 |
* Optional Visual Composer integration
|
726 |
*/
|
721 |
}
|
722 |
}
|
723 |
|
724 |
+
|
725 |
/**
|
726 |
* Optional Visual Composer integration
|
727 |
*/
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Author URI: https://tms-outsource.com
|
|
4 |
Plugin URI: https://wpdatatables.com/
|
5 |
Tags: data 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
|
6 |
Requires at least: 4.0
|
7 |
-
Tested up to: 5.
|
8 |
Requires PHP: 5.4
|
9 |
-
Stable tag: 2.0.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -167,6 +167,11 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
|
|
167 |
|
168 |
== Changelog ==
|
169 |
|
|
|
|
|
|
|
|
|
|
|
170 |
= 2.0.18 =
|
171 |
* Added option for title on Print button
|
172 |
* Bug fix: Issue for enabling Apply button on input/paste URL input
|
4 |
Plugin URI: https://wpdatatables.com/
|
5 |
Tags: data 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
|
6 |
Requires at least: 4.0
|
7 |
+
Tested up to: 5.4
|
8 |
Requires PHP: 5.4
|
9 |
+
Stable tag: 2.0.19
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
167 |
|
168 |
== Changelog ==
|
169 |
|
170 |
+
= 2.0.19 =
|
171 |
+
* Bug fix: Issue with padding in container for Aqua skin in backend
|
172 |
+
* Bug fix: Issue with padding for ellipsis button in pagination
|
173 |
+
* Compatibility with WordPress 5.4 approved.
|
174 |
+
|
175 |
= 2.0.18 =
|
176 |
* Added option for title on Print button
|
177 |
* Bug fix: Issue for enabling Apply button on input/paste URL input
|
wpdatatables.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Plugin Name: wpDataTables - Tables & Table Charts
|
6 |
Plugin URI: https://tms-outsource.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.0.
|
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://tms-outsource.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.0.19
|
9 |
Author: TMS-Plugins
|
10 |
Author URI: https://tms-outsource.com
|
11 |
Text Domain: wpdatatables
|