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.17 |
Comparing to | |
See all releases |
Code changes from version 2.1.16 to 2.1.17
- assets/css/bootstrap/wpdatatables-bootstrap.css +0 -4
- config/config.inc.php +1 -1
- readme.txt +6 -1
- wpdatatables.php +1 -2
assets/css/bootstrap/wpdatatables-bootstrap.css
CHANGED
@@ -10312,10 +10312,6 @@ select.input-group-lg > .input-group-btn > .btn {
|
|
10312 |
font-size: 30px;
|
10313 |
}
|
10314 |
|
10315 |
-
.wpdt-c .easy-pie.main-pie .pie-title {
|
10316 |
-
color: #fff;
|
10317 |
-
}
|
10318 |
-
|
10319 |
.wpdt-c .easy-pie:not(.main-pie) .percent {
|
10320 |
font-size: 24px;
|
10321 |
margin-top: 33px;
|
10312 |
font-size: 30px;
|
10313 |
}
|
10314 |
|
|
|
|
|
|
|
|
|
10315 |
.wpdt-c .easy-pie:not(.main-pie) .percent {
|
10316 |
font-size: 24px;
|
10317 |
margin-top: 33px;
|
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.17');
|
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.8
|
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 |
|
@@ -237,6 +237,11 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
|
|
237 |
|
238 |
== Changelog ==
|
239 |
|
|
|
|
|
|
|
|
|
|
|
240 |
= 2.1.16 =
|
241 |
|
242 |
* Feature: Added Font and Font size options in simple table.
|
6 |
Requires at least: 4.0
|
7 |
Tested up to: 5.8
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 2.1.17
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
237 |
|
238 |
== Changelog ==
|
239 |
|
240 |
+
= 2.1.17 =
|
241 |
+
|
242 |
+
* Bugfix: Removed unnecessary CSS.
|
243 |
+
* Other small bug fixes and stability improvements.
|
244 |
+
|
245 |
= 2.1.16 =
|
246 |
|
247 |
* Feature: Added Font and Font size options in simple table.
|
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
|
@@ -27,7 +27,6 @@ if (!defined('WDT_BASENAME')) {
|
|
27 |
// Config file
|
28 |
require_once(WDT_ROOT_PATH . 'config/config.inc.php');
|
29 |
|
30 |
-
|
31 |
// Plugin functions
|
32 |
require_once(WDT_ROOT_PATH . 'controllers/wdt_functions.php');
|
33 |
|
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.17
|
7 |
Author: TMS-Plugins
|
8 |
Author URI: https://tms-outsource.com
|
9 |
Text Domain: wpdatatables
|
27 |
// Config file
|
28 |
require_once(WDT_ROOT_PATH . 'config/config.inc.php');
|
29 |
|
|
|
30 |
// Plugin functions
|
31 |
require_once(WDT_ROOT_PATH . 'controllers/wdt_functions.php');
|
32 |
|