Version Description
- Bugfix: Removed unnecessary CSS.
- Other small bug fixes and stability improvements.
Download this release
Release Info
Developer | wpDataTables |
Plugin | wpDataTables Lite |
Version | 2.1.15 |
Comparing to | |
See all releases |
Code changes from version 2.1.14 to 2.1.15
assets/css/bootstrap/wpdatatables-bootstrap.css
CHANGED
@@ -4334,14 +4334,6 @@
|
|
4334 |
color: #e4e4e4;
|
4335 |
}
|
4336 |
|
4337 |
-
.wpdt-c .dropdown-menu > .disabled > a:hover, .wpdt-c .dropdown-menu > .disabled > a:focus {
|
4338 |
-
text-decoration: none;
|
4339 |
-
background-color: transparent;
|
4340 |
-
background-image: none;
|
4341 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
4342 |
-
cursor: not-allowed;
|
4343 |
-
}
|
4344 |
-
|
4345 |
.wpdt-c .open > .dropdown-menu {
|
4346 |
display: block;
|
4347 |
}
|
@@ -8967,10 +8959,6 @@ select.input-group-lg > .input-group-btn > .btn {
|
|
8967 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
|
8968 |
}
|
8969 |
|
8970 |
-
.wpdt-c html {
|
8971 |
-
overflow-x: hidden \0/;
|
8972 |
-
-ms-overflow-style: none;
|
8973 |
-
}
|
8974 |
|
8975 |
.wpdt-c html:not(.ie9) body {
|
8976 |
overflow-y: scroll;
|
4334 |
color: #e4e4e4;
|
4335 |
}
|
4336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4337 |
.wpdt-c .open > .dropdown-menu {
|
4338 |
display: block;
|
4339 |
}
|
8959 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
|
8960 |
}
|
8961 |
|
|
|
|
|
|
|
|
|
8962 |
|
8963 |
.wpdt-c html:not(.ie9) body {
|
8964 |
overflow-y: scroll;
|
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.15');
|
13 |
|
14 |
/**
|
15 |
* Regular Expressions
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: table, table builder, data tables, tables, charts, simple table, tables fr
|
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.7.2
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 2.1.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -236,7 +236,12 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
|
|
236 |
|
237 |
== Changelog ==
|
238 |
|
239 |
-
= 2.1.
|
|
|
|
|
|
|
|
|
|
|
240 |
* Added new hooks wpdatatables_filter_int_cell_data_in_charts and wpdatatables_filter_float_cell_data_in_charts.</li>
|
241 |
* Bugfix: Fixed layout of copy to clipboard element.
|
242 |
* Bugfix: Fixed CSS issue in simple tables on mobile devices.
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.7.2
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 2.1.15
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
236 |
|
237 |
== Changelog ==
|
238 |
|
239 |
+
= 2.1.15 =
|
240 |
+
|
241 |
+
* Bugfix: Removed unnecessary CSS.
|
242 |
+
* Other small bug fixes and stability improvements.
|
243 |
+
|
244 |
+
= 2.1.14 =
|
245 |
* Added new hooks wpdatatables_filter_int_cell_data_in_charts and wpdatatables_filter_float_cell_data_in_charts.</li>
|
246 |
* Bugfix: Fixed layout of copy to clipboard element.
|
247 |
* Bugfix: Fixed CSS issue in simple tables on mobile devices.
|
templates/admin/dashboard/dashboard.inc.php
CHANGED
@@ -337,16 +337,12 @@ $tableChartsCount = WDTTools::getTablesCount('chart');
|
|
337 |
</span>
|
338 |
</p>
|
339 |
<p class="wpdt-text wpdt-font m-b-18">
|
340 |
-
A minor update with
|
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>
|
346 |
-
<li> <strong>Bugfix:</strong> Fixed layout of copy to clipboard element.</li>
|
347 |
-
<li> <strong>Bugfix:</strong> Fixed CSS issue in simple tables on mobile devices.</li>
|
348 |
-
<li> <strong>Bugfix:</strong> Fixed issue with changing colors in charts.</li>
|
349 |
-
<li> <strong>Bugfix:</strong> Fixed conflict on back-end with Gravity forms tooltips</li>
|
350 |
<li> Other small bug fixes and stability improvements.</li>
|
351 |
</ul>
|
352 |
</div>
|
337 |
</span>
|
338 |
</p>
|
339 |
<p class="wpdt-text wpdt-font m-b-18">
|
340 |
+
A minor update with 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> Removed unnecessary CSS</li>
|
|
|
|
|
|
|
|
|
346 |
<li> Other small bug fixes and stability improvements.</li>
|
347 |
</ul>
|
348 |
</div>
|
templates/admin/welcome_page/welcome_page.inc.php
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
<?php _e('The Best Tables & Charts WordPress Plugin', 'wpdatatables'); ?>
|
52 |
</h2>
|
53 |
<p>
|
54 |
-
<?php _e('wpDataTables is a best-selling WordPress table plugin which makes your work with tables, charts and data management easy.
|
55 |
</p>
|
56 |
<div class="wdt-changelog-button">
|
57 |
<div class="wdt-changelog-button-background">
|
51 |
<?php _e('The Best Tables & Charts WordPress Plugin', 'wpdatatables'); ?>
|
52 |
</h2>
|
53 |
<p>
|
54 |
+
<?php _e('wpDataTables is a best-selling WordPress table plugin which makes your work with tables, charts and data management easy. 50,000+ companies.', 'wpdatatables'); ?>
|
55 |
</p>
|
56 |
<div class="wdt-changelog-button">
|
57 |
<div class="wdt-changelog-button-background">
|
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.
|
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.15
|
7 |
Author: TMS-Plugins
|
8 |
Author URI: https://tms-outsource.com
|
9 |
Text Domain: wpdatatables
|