Plugin Directory

Changeset 3231930


Ignore:
Timestamp:
01/30/2025 10:21:09 AM (14 months ago)
Author:
wcproducttable
Message:

v3.9.5

Location:
wc-product-table-lite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wc-product-table-lite/trunk/main.php

    r3206540 r3231930  
    77 * Author: WC Product Table
    88 * Author URI: https://profiles.wordpress.org/wcproducttable/
    9  * Version: 3.9.4
     9 * Version: 3.9.5
    1010 *
    1111 * WC requires at least: 3.4.4
    12  * WC tested up to: 9.4.3
     12 * WC tested up to: 9.6.0
    1313 *
    1414 * Text Domain: wc-product-table-pro
     
    2323// define('WCPT_DEV', TRUE);
    2424
    25 define('WCPT_VERSION', '3.9.4');
     25define('WCPT_VERSION', '3.9.5');
    2626define('WCPT_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2727define('WCPT_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    18591859    if (is_numeric($id)) {
    18601860      // 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);
    18621862      echo do_shortcode('[product_table id="' . $id . '" ' . $sc_attrs . ' ]');
    18631863    }
  • wc-product-table-lite/trunk/readme.txt

    r3206540 r3231930  
    1313== Description ==
    1414
    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.
     15WooCommerce 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.
    1616
    1717This 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!
     
    7272
    7373* **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)
    7575 * [Audio shop - demo 2](http://audio.demo.wcproducttable.com) (large table with fixed columns)
    7676 * [Audio shop - demo 3](https://audio.demo.wcproducttable.com/album-view/) (small table view)
     
    8383
    8484* **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)
    8787
    8888
     
    178178
    179179== Changelog ==
     180
     181= 3.9.5 (30th January '25) =
     182
     183Fixed
     184* Security vulnerability related to ajax navigation
    180185
    181186= 3.9.4 (11th December '24) =
Note: See TracChangeset for help on using the changeset viewer.