Plugin Directory

Changeset 3360895


Ignore:
Timestamp:
09/13/2025 06:25:25 AM (7 months ago)
Author:
tplugins
Message:

update version 1.0.3

Location:
tp-product-quick-view-for-woocommerce
Files:
43 added
2 edited

Legend:

Unmodified
Added
Removed
  • tp-product-quick-view-for-woocommerce/trunk/README.txt

    r2987360 r3360895  
    55Requires at least: 4.5
    66Tested up to: 6.3.2
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.0.3 Update  =
     116* Update - WordPress 6.8.2 compatibility
     117* Update - WooCommerce 10.1.2 compatibility
     118
    115119= 1.0.2 Update  =
    116120* Update - WordPress 6.3.2 compatibility
  • tp-product-quick-view-for-woocommerce/trunk/tp-product-quick-view-for-woocommerce.php

    r2987360 r3360895  
    1717 * Plugin URI:        www.tplugins.com
    1818 * Description:       TP Product Quick View for Woocommerce adds a ‘quick view’ button to product loops that show product details in a lightbox when clicked.
    19  * Version:           1.0.2
     19 * Version:           1.0.3
    2020 * Author:            TP Plugins
    2121 * Author URI:        www.tplugins.com/category/documentation
     
    2525 * Domain Path:       /languages
    2626 * WC requires at least: 3.5
    27  * WC tested up to: 8.2.1
     27 * WC tested up to: 10.1.2
    2828 */
    2929
     
    3838 * Rename this for your plugin and update it as you release new versions.
    3939 */
    40 define('TP_PRODUCT_QUICK_VIEW_FOR_WOOCOMMERCE_VERSION', '1.0.2');
     40define('TP_PRODUCT_QUICK_VIEW_FOR_WOOCOMMERCE_VERSION', '1.0.3');
    4141define('TPPQW_PLUGIN_NAME', 'TP Product Quick View for Woocommerce');
    4242define('TPPQW_PLUGIN_BASENAME', plugin_basename(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.