Version Description
- Bugfix: Removed extra quotes from img element in simple table
- Compatibility with WordPress 5.9 approved.
- Other small bug fixes and stability improvements.
Download this release
Release Info
Developer | wpDataTables |
Plugin | wpDataTables Lite |
Version | 2.1.25 |
Comparing to | |
See all releases |
Code changes from version 2.1.24 to 2.1.25
assets/js/wpdatatables/admin/constructor/wdt.simpleTable.js
CHANGED
@@ -936,7 +936,7 @@
|
|
936 |
}
|
937 |
switch (type) {
|
938 |
case 'image':
|
939 |
-
content = '<img ' + dataTypeContent + ' src="' + url + '" class="' + classes + '" ' + attrs + '
|
940 |
if (link) {
|
941 |
content = '<a href="' + link + '">' + content + '</a>';
|
942 |
}
|
936 |
}
|
937 |
switch (type) {
|
938 |
case 'image':
|
939 |
+
content = '<img ' + dataTypeContent + ' src="' + url + '" class="' + classes + '" ' + attrs + ' />';
|
940 |
if (link) {
|
941 |
content = '<a href="' + link + '">' + content + '</a>';
|
942 |
}
|
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.25');
|
13 |
|
14 |
/**
|
15 |
* Regular Expressions
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Author URI: https://tms-outsource.com
|
|
4 |
Plugin URI: https://wpdatatables.com/
|
5 |
Tags: table, table builder, data tables, tables, charts, datatables, simple table, tables from csv, tables from excel, responsive tables, charting, pie charts, mysql tables, table plugin, wp table, WordPress table Plugin, Google Charts, Excel, JSON, XML, PHP array, line chart, donut, bar chart, histogram, area chart, bubble chart, gauge chart, scatter chart, candlestick, waterfall
|
6 |
Requires at least: 4.0
|
7 |
-
Tested up to: 5.
|
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 |
|
@@ -238,6 +238,11 @@ This can be changed from the “Number format” drop-down menu in the wpDataTab
|
|
238 |
|
239 |
== Changelog ==
|
240 |
|
|
|
|
|
|
|
|
|
|
|
241 |
= 2.1.24 =
|
242 |
* Compatibility with WordPress 5.8.3 approved.
|
243 |
* Other small bug fixes and stability improvements.
|
4 |
Plugin URI: https://wpdatatables.com/
|
5 |
Tags: table, table builder, data tables, tables, charts, datatables, simple table, tables from csv, tables from excel, responsive tables, charting, pie charts, mysql tables, table plugin, wp table, WordPress table Plugin, Google Charts, Excel, JSON, XML, PHP array, line chart, donut, bar chart, histogram, area chart, bubble chart, gauge chart, scatter chart, candlestick, waterfall
|
6 |
Requires at least: 4.0
|
7 |
+
Tested up to: 5.9
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 2.1.25
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
238 |
|
239 |
== Changelog ==
|
240 |
|
241 |
+
= 2.1.25 =
|
242 |
+
* Bugfix: Removed extra quotes from img element in simple table
|
243 |
+
* Compatibility with WordPress 5.9 approved.
|
244 |
+
* Other small bug fixes and stability improvements.
|
245 |
+
|
246 |
= 2.1.24 =
|
247 |
* Compatibility with WordPress 5.8.3 approved.
|
248 |
* Other small bug fixes and stability improvements.
|
templates/admin/dashboard/dashboard.inc.php
CHANGED
@@ -342,7 +342,8 @@ $tableChartsCount = WDTTools::getTablesCount('chart');
|
|
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>Other small bug fixes and stability improvements.</li>
|
347 |
</ul>
|
348 |
</div>
|
342 |
<div class="alert alert-info m-b-0" role="alert">
|
343 |
<i class="wpdt-icon-info-circle-full"></i>
|
344 |
<ul>
|
345 |
+
<li>Bugfix: Removed extra quotes from img element in simple table.</li>
|
346 |
+
<li>Compatibility with WordPress 5.9 approved.</li>
|
347 |
<li>Other small bug fixes and stability improvements.</li>
|
348 |
</ul>
|
349 |
</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. 60,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.25
|
7 |
Author: TMS-Plugins
|
8 |
Author URI: https://tms-outsource.com
|
9 |
Text Domain: wpdatatables
|