Changeset 3231930
- Timestamp:
- 01/30/2025 10:21:09 AM (14 months ago)
- Location:
- wc-product-table-lite/trunk
- Files:
-
- 2 edited
-
main.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-product-table-lite/trunk/main.php
r3206540 r3231930 7 7 * Author: WC Product Table 8 8 * Author URI: https://profiles.wordpress.org/wcproducttable/ 9 * Version: 3.9. 49 * Version: 3.9.5 10 10 * 11 11 * WC requires at least: 3.4.4 12 * WC tested up to: 9. 4.312 * WC tested up to: 9.6.0 13 13 * 14 14 * Text Domain: wc-product-table-pro … … 23 23 // define('WCPT_DEV', TRUE); 24 24 25 define('WCPT_VERSION', '3.9. 4');25 define('WCPT_VERSION', '3.9.5'); 26 26 define('WCPT_PLUGIN_PATH', plugin_dir_path(__FILE__)); 27 27 define('WCPT_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 1859 1859 if (is_numeric($id)) { 1860 1860 // remove square brackets and < brackets to prevent shortcode or js execution 1861 $sc_attrs = preg_replace('/ \[\]\s|<\s/', '', $sc_attrs);1861 $sc_attrs = preg_replace('/[\[\]<>]/', '', $sc_attrs); 1862 1862 echo do_shortcode('[product_table id="' . $id . '" ' . $sc_attrs . ' ]'); 1863 1863 } -
wc-product-table-lite/trunk/readme.txt
r3206540 r3231930 13 13 == Description == 14 14 15 WooCommerce Product Table plugin helps you show your woocommerce products in a beautiful table or list layout to improve shopping experience and increase sale conversions on your woocommerce store.15 WooCommerce Product Table Lite / PRO plugin helps you show your woocommerce products in a beautiful table or list layout to improve shopping experience and increase sale conversions on your woocommerce store. 16 16 17 17 This is the most highly rated and downloaded woocommerce product table wordpress plugin that has been tried and tested by thousands of users around the world. The best product table plugin with the most facilities and flexibility to create a perfect shopping experience and increase sales on your woocommerce store. Enjoy! … … 72 72 73 73 * **Audio shop** 74 * [Audio shop - demo 1](http ://45.76.111.58/audio-demo-1/) (standard table layout)74 * [Audio shop - demo 1](https://pro.demo.wcproducttable.com/audio-demo-1/) (standard table layout) 75 75 * [Audio shop - demo 2](http://audio.demo.wcproducttable.com) (large table with fixed columns) 76 76 * [Audio shop - demo 3](https://audio.demo.wcproducttable.com/album-view/) (small table view) … … 83 83 84 84 * **Other** 85 * [Spare parts table - demo](http ://45.76.111.58/spare-parts-demo-1/) (large table with sticky columns)86 * [Electronics / Affiliate store - demo](http ://45.76.111.58/electronics-demo-1/) (woocommerce product list view)85 * [Spare parts table - demo](https://pro.demo.wcproducttable.com/spare-parts-demo-1/) (large table with sticky columns) 86 * [Electronics / Affiliate store - demo](https://pro.demo.wcproducttable.com/electronics-demo-1/) (woocommerce product list view) 87 87 88 88 … … 178 178 179 179 == Changelog == 180 181 = 3.9.5 (30th January '25) = 182 183 Fixed 184 * Security vulnerability related to ajax navigation 180 185 181 186 = 3.9.4 (11th December '24) =
Note: See TracChangeset
for help on using the changeset viewer.