Version Description
Download this release
Release Info
Developer | supsystic.com |
Plugin | Data Tables Generator by Supsystic |
Version | 1.10.25 |
Comparing to | |
See all releases |
Code changes from version 1.10.24 to 1.10.25
- app/SupsysticTables.php +1 -1
- index.php +1 -1
- readme.txt +7 -3
app/SupsysticTables.php
CHANGED
@@ -18,7 +18,7 @@ class SupsysticTables
|
|
18 |
|
19 |
$menuSlug = 'supsystic-tables';
|
20 |
$pluginPath = dirname(dirname(__FILE__));
|
21 |
-
$environment = new RscDtgs_Environment('st', '1.10.
|
22 |
|
23 |
/* Configure */
|
24 |
$environment->configure(
|
18 |
|
19 |
$menuSlug = 'supsystic-tables';
|
20 |
$pluginPath = dirname(dirname(__FILE__));
|
21 |
+
$environment = new RscDtgs_Environment('st', '1.10.25', $pluginPath);
|
22 |
|
23 |
/* Configure */
|
24 |
$environment->configure(
|
index.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Data Tables Generator by Supsystic
|
5 |
* Plugin URI: http://supsystic.com
|
6 |
* Description: Create and manage beautiful data tables with custom design. No HTML knowledge is required
|
7 |
-
* Version: 1.10.
|
8 |
* Author: supsystic.com
|
9 |
* Author URI: http://supsystic.com
|
10 |
* Text Domain: supsystic_tables
|
4 |
* Plugin Name: Data Tables Generator by Supsystic
|
5 |
* Plugin URI: http://supsystic.com
|
6 |
* Description: Create and manage beautiful data tables with custom design. No HTML knowledge is required
|
7 |
+
* Version: 1.10.25
|
8 |
* Author: supsystic.com
|
9 |
* Author URI: http://supsystic.com
|
10 |
* Text Domain: supsystic_tables
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Author URI: https://supsystic.com/
|
|
4 |
Plugin URI: https://supsystic.com/plugins/data-tables-generator-plugin/
|
5 |
Donate link: https://supsystic.com/plugins/data-tables-generator-plugin/
|
6 |
Tags: data table, spreadsheet, table builder, charts, graphs, wordpress table plugin, excel, line chart, pie chart, visualise data
|
7 |
-
Tested up to: 6.
|
8 |
-
Stable tag: 1.10.
|
9 |
|
10 |
Create data tables with charts and graphs. Custom design, navigation, searching and ordering functions. Export to PDF, CSV, Print. Excel spreadsheet. WooCommerce Integration.
|
11 |
|
@@ -217,7 +217,11 @@ It's perfect for product [Price List](http://woo.supsystic.com/price-list "Price
|
|
217 |
Create custom order forms which increase your conversion rate!
|
218 |
|
219 |
== Changelog ==
|
220 |
-
1.10.
|
|
|
|
|
|
|
|
|
221 |
* Notice FOR USER's with PRO version.
|
222 |
With the new update free version from 1.10.23 and PRO 1.7.12 - you should have the latest versions installed.
|
223 |
The new free version 1.10.23 will not be compatible with old PRO version. - less then 1.7.12
|
4 |
Plugin URI: https://supsystic.com/plugins/data-tables-generator-plugin/
|
5 |
Donate link: https://supsystic.com/plugins/data-tables-generator-plugin/
|
6 |
Tags: data table, spreadsheet, table builder, charts, graphs, wordpress table plugin, excel, line chart, pie chart, visualise data
|
7 |
+
Tested up to: 6.1
|
8 |
+
Stable tag: 1.10.25
|
9 |
|
10 |
Create data tables with charts and graphs. Custom design, navigation, searching and ordering functions. Export to PDF, CSV, Print. Excel spreadsheet. WooCommerce Integration.
|
11 |
|
217 |
Create custom order forms which increase your conversion rate!
|
218 |
|
219 |
== Changelog ==
|
220 |
+
1.10.25 / 08.11.2022 =
|
221 |
+
* WP fixes
|
222 |
+
* Add support WP 6.1
|
223 |
+
|
224 |
+
1.10.24 / 01.09.2022 =
|
225 |
* Notice FOR USER's with PRO version.
|
226 |
With the new update free version from 1.10.23 and PRO 1.7.12 - you should have the latest versions installed.
|
227 |
The new free version 1.10.23 will not be compatible with old PRO version. - less then 1.7.12
|