Pricing Table by Supsystic - Version 1.9.2

Version Description

/ 10.03.2021 * Add fix for htmlentity

Download this release

Release Info

Developer supsystic.com
Plugin Icon 128x128 Pricing Table by Supsystic
Version 1.9.2
Comparing to
See all releases

Code changes from version 1.9.1 to 1.9.2

Files changed (4) hide show
  1. config.php +1 -1
  2. modules/tables/views/tables.php +3 -0
  3. pts.php +1 -1
  4. readme.txt +6 -3
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.1');
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.2');
52
  define('PTS_USER', 'user');
53
 
54
  define('PTS_CLASS_PREFIX', 'ptsc');
modules/tables/views/tables.php CHANGED
@@ -136,10 +136,13 @@ class tablesViewPts extends viewPts {
136
  }
137
  }
138
  }
 
 
139
  $this->assign('table', $table);
140
  }
141
  $this->pushRenderedTable($table);
142
  $content = parent::getContent('tablesRender');
 
143
  $this->_initTwig();
144
  return $this->_twig->render($content, array(
145
  'table' => $table,
136
  }
137
  }
138
  }
139
+ $table['html'] = htmlspecialchars_decode($table['html']);
140
+ $table['css'] = htmlspecialchars_decode($table['css']);
141
  $this->assign('table', $table);
142
  }
143
  $this->pushRenderedTable($table);
144
  $content = parent::getContent('tablesRender');
145
+ $content = htmlspecialchars_decode($content);
146
  $this->_initTwig();
147
  return $this->_twig->render($content, array(
148
  'table' => $table,
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.1
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.2
7
  * Author: supsystic.com
8
  * Author URI: http://supsystic.com/
9
  * Text Domain: pricing-table-by-supsystic
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  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.6
6
- Stable tag: 1.9.1
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.1 / 01.03/2021
163
  * Refactoring DB queries and code
164
  * Refactoring DB queries and code + remove cdn and add assets to local folder v7
@@ -166,7 +169,7 @@ Our Pricing Table plugin is a mobile-ready, means that it will render on the dev
166
  * Add ignore sniffer error
167
  * Add sanitize cookies
168
  * Fix badge colorpicker and add wp_kses attrs for style
169
-
170
  = 1.9.0 / 16.02/2021
171
  * Major versions
172
  * XSS Fixes
2
  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.7
6
+ Stable tag: 1.9.2
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.2 / 10.03.2021
163
+ * Add fix for htmlentity
164
+
165
  = 1.9.1 / 01.03/2021
166
  * Refactoring DB queries and code
167
  * Refactoring DB queries and code + remove cdn and add assets to local folder v7
169
  * Add ignore sniffer error
170
  * Add sanitize cookies
171
  * Fix badge colorpicker and add wp_kses attrs for style
172
+
173
  = 1.9.0 / 16.02/2021
174
  * Major versions
175
  * XSS Fixes