Plugin Directory

Changeset 2987360


Ignore:
Timestamp:
11/01/2023 12:32:48 PM (2 years ago)
Author:
tplugins
Message:

New version 1.0.2

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

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

    r2651344 r2987360  
    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.1
     19 * Version:           1.0.2
    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: 6.0.0
     27 * WC tested up to: 8.2.1
    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.1');
     40define('TP_PRODUCT_QUICK_VIEW_FOR_WOOCOMMERCE_VERSION', '1.0.2');
    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.