Plugin Directory

Changeset 3424500


Ignore:
Timestamp:
12/21/2025 07:45:38 AM (3 months ago)
Author:
tplugins
Message:

version 2.0.6

Location:
tp-product-image-flipper-for-woocommerce
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • tp-product-image-flipper-for-woocommerce/trunk/README.txt

    r3360885 r3424500  
    55Requires at least: 4.2
    66Tested up to: 6.7.1
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128== Changelog ==
    129129
     130= 2.0.6 - Update =
     131* Update - WordPress 6.9 compatibility
     132* Update - WooCommerce 10.4.2 compatibility
     133
    130134= 2.0.5 - Update =
    131135* Update - WordPress 6.8.2 compatibility
  • tp-product-image-flipper-for-woocommerce/trunk/tp-product-image-flipper-for-woocommerce.php

    r3360885 r3424500  
    1717 * Plugin URI:        https://www.tplugins.com/
    1818 * Description:       Flip between 2 images on product shop/category page.
    19  * Version:           2.0.5
     19 * Version:           2.0.6
    2020 * Requires at least: 4.2
    2121 * Requires PHP:      5.6
     
    2626 * Domain Path:       /languages
    2727 * WC requires at least: 3.0
    28  * WC tested up to: 10.1.2
     28 * WC tested up to: 10.4.2
    2929 */
    3030
     
    3939 * Rename this for your plugin and update it as you release new versions.
    4040 */
    41 define( 'TP_PRODUCT_IMAGE_FLIPPER_FOR_WOOCOMMERCE_VERSION', '2.0.5' );
     41define( 'TP_PRODUCT_IMAGE_FLIPPER_FOR_WOOCOMMERCE_VERSION', '2.0.6' );
    4242define( 'TP_PRODUCT_IMAGE_FLIPPER_PRO_URL', 'https://www.tplugins.com/product/tp-woocommerce-category-product-slider/' );
    4343define( 'TP_PRODUCT_IMAGE_FLIPPER_NAME', 'TP Product Image Flipper Settings' );
Note: See TracChangeset for help on using the changeset viewer.