Version Description
Download this release
Release Info
Developer | supsystic.com |
Plugin | Data Tables Generator by Supsystic |
Version | 1.10.16 |
Comparing to | |
See all releases |
Code changes from version 1.10.15 to 1.10.16
- app/SupsysticTables.php +1 -1
- index.php +1 -1
- readme.txt +4 -1
- src/SupsysticTables/Tables/Module.php +1 -3
app/SupsysticTables.php
CHANGED
@@ -18,7 +18,7 @@ class SupsysticTables
|
|
18 |
|
19 |
$menuSlug = 'supsystic-tables';
|
20 |
$pluginPath = dirname(dirname(__FILE__));
|
21 |
-
$environment = new Rsc_Environment('st', '1.10.
|
22 |
|
23 |
/* Configure */
|
24 |
$environment->configure(
|
18 |
|
19 |
$menuSlug = 'supsystic-tables';
|
20 |
$pluginPath = dirname(dirname(__FILE__));
|
21 |
+
$environment = new Rsc_Environment('st', '1.10.16', $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.16
|
8 |
* Author: supsystic.com
|
9 |
* Author URI: http://supsystic.com
|
10 |
* Text Domain: supsystic_tables
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ 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.0
|
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,6 +217,9 @@ 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.15 /07.06.2022 =
|
221 |
* Add support WordPress 6.0
|
222 |
* Add fix for stripslashes
|
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.0
|
8 |
+
Stable tag: 1.10.16
|
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.16 /07.06.2022 =
|
221 |
+
* Change own moment.js to wordpress
|
222 |
+
|
223 |
1.10.15 /07.06.2022 =
|
224 |
* Add support WordPress 6.0
|
225 |
* Add fix for stripslashes
|
src/SupsysticTables/Tables/Module.php
CHANGED
@@ -1206,11 +1206,9 @@ class SupsysticTables_Tables_Module extends SupsysticTables_Core_BaseModule
|
|
1206 |
);
|
1207 |
|
1208 |
$ui->add(
|
1209 |
-
$ui->createScript('
|
1210 |
->setHookName($dynamicHookName)
|
1211 |
-
->setSource($tablesModulePath . '/assets/libraries/moment.min.js')
|
1212 |
->setCachingAllowed(true)
|
1213 |
-
->setVersion('2.8.4')
|
1214 |
);
|
1215 |
|
1216 |
$ui->add(
|
1206 |
);
|
1207 |
|
1208 |
$ui->add(
|
1209 |
+
$ui->createScript('moment')
|
1210 |
->setHookName($dynamicHookName)
|
|
|
1211 |
->setCachingAllowed(true)
|
|
|
1212 |
);
|
1213 |
|
1214 |
$ui->add(
|