Version Description
Download this release
Release Info
Developer | supsystic.com |
Plugin | Pricing Table by Supsystic |
Version | 1.9.7 |
Comparing to | |
See all releases |
Code changes from version 1.9.6 to 1.9.7
- config.php +1 -1
- js/core.js +1 -1
- pts.php +1 -1
- readme.txt +4 -1
config.php
CHANGED
@@ -48,7 +48,7 @@
|
|
48 |
define('PTS_EOL', "\n");
|
49 |
|
50 |
define('PTS_PLUGIN_INSTALLED', true);
|
51 |
-
define('PTS_VERSION', '1.9.
|
52 |
define('PTS_USER', 'user');
|
53 |
|
54 |
define('PTS_CLASS_PREFIX', 'ptsc');
|
48 |
define('PTS_EOL', "\n");
|
49 |
|
50 |
define('PTS_PLUGIN_INSTALLED', true);
|
51 |
+
define('PTS_VERSION', '1.9.7');
|
52 |
define('PTS_USER', 'user');
|
53 |
|
54 |
define('PTS_CLASS_PREFIX', 'ptsc');
|
js/core.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
if(typeof(PTS_DATA) == 'undefined')
|
2 |
var PTS_DATA = {};
|
3 |
-
if(
|
4 |
PTS_DATA.animationSpeed = parseInt(PTS_DATA.animationSpeed);
|
5 |
else if(jQuery.inArray(PTS_DATA.animationSpeed, ['fast', 'slow']) == -1)
|
6 |
PTS_DATA.animationSpeed = 'fast';
|
1 |
if(typeof(PTS_DATA) == 'undefined')
|
2 |
var PTS_DATA = {};
|
3 |
+
if(isFinite(PTS_DATA.animationSpeed))
|
4 |
PTS_DATA.animationSpeed = parseInt(PTS_DATA.animationSpeed);
|
5 |
else if(jQuery.inArray(PTS_DATA.animationSpeed, ['fast', 'slow']) == -1)
|
6 |
PTS_DATA.animationSpeed = 'fast';
|
pts.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Pricing Table by Supsystic
|
4 |
* Plugin URI: https://supsystic.com/plugins/pricing-table/
|
5 |
* Description: Pricing Table generator by Supsystic allow you to create responsive pricing tables or comparison table without any programming skills
|
6 |
-
* Version: 1.9.
|
7 |
* Author: supsystic.com
|
8 |
* Author URI: http://supsystic.com/
|
9 |
* Text Domain: pricing-table-by-supsystic
|
3 |
* Plugin Name: Pricing Table by Supsystic
|
4 |
* Plugin URI: https://supsystic.com/plugins/pricing-table/
|
5 |
* Description: Pricing Table generator by Supsystic allow you to create responsive pricing tables or comparison table without any programming skills
|
6 |
+
* Version: 1.9.7
|
7 |
* Author: supsystic.com
|
8 |
* Author URI: http://supsystic.com/
|
9 |
* Text Domain: pricing-table-by-supsystic
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: supsystic.com
|
|
3 |
Donate link: https://supsystic.com/plugins/pricing-table
|
4 |
Tags: price table, pricing table, price, pricing, table, comparison table, css table, comparison, price gird, pricing gird, pricing box, price chart, price plan, chart, plan
|
5 |
Tested up to: 5.8
|
6 |
-
Stable tag: 1.9.
|
7 |
|
8 |
Pricing Table generator by Supsystic allows you to create responsive pricing tables or comparison table without any programming skills
|
9 |
|
@@ -159,6 +159,9 @@ Responsiveness is one of the standard practice if you want to create a good cust
|
|
159 |
Our Pricing Table plugin is a mobile-ready, means that it will render on the devices with different screen size. The [responsive mode](https://supsystic.com/feature/fully-responsive-pricing-table?utm_source=wordpress&utm_medium=responsive&utm_campaign=pricingtable "Responsive mode") is turn on by default, but you can switch off it anytime. Also, plugin provides an opportunity to set a minimum column size.
|
160 |
|
161 |
== Changelog ==
|
|
|
|
|
|
|
162 |
1.9.6 / 02.08.2021
|
163 |
* Minor fixes
|
164 |
|
3 |
Donate link: https://supsystic.com/plugins/pricing-table
|
4 |
Tags: price table, pricing table, price, pricing, table, comparison table, css table, comparison, price gird, pricing gird, pricing box, price chart, price plan, chart, plan
|
5 |
Tested up to: 5.8
|
6 |
+
Stable tag: 1.9.7
|
7 |
|
8 |
Pricing Table generator by Supsystic allows you to create responsive pricing tables or comparison table without any programming skills
|
9 |
|
159 |
Our Pricing Table plugin is a mobile-ready, means that it will render on the devices with different screen size. The [responsive mode](https://supsystic.com/feature/fully-responsive-pricing-table?utm_source=wordpress&utm_medium=responsive&utm_campaign=pricingtable "Responsive mode") is turn on by default, but you can switch off it anytime. Also, plugin provides an opportunity to set a minimum column size.
|
160 |
|
161 |
== Changelog ==
|
162 |
+
1.9.7 / 13.12.2021
|
163 |
+
* Add fix for core.js
|
164 |
+
|
165 |
1.9.6 / 02.08.2021
|
166 |
* Minor fixes
|
167 |
|