Changeset 3360885
- Timestamp:
- 09/13/2025 05:55:51 AM (7 months ago)
- Location:
- tp-product-image-flipper-for-woocommerce
- Files:
-
- 6 added
- 2 edited
-
tags/2.0.5 (added)
-
tags/2.0.5/README.txt (added)
-
tags/2.0.5/css (added)
-
tags/2.0.5/css/tp-product-image-flipper-for-woocommerce.css (added)
-
tags/2.0.5/settings.php (added)
-
tags/2.0.5/tp-product-image-flipper-for-woocommerce.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/tp-product-image-flipper-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tp-product-image-flipper-for-woocommerce/trunk/README.txt
r3222041 r3360885 5 5 Requires at least: 4.2 6 6 Tested up to: 6.7.1 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 128 128 == Changelog == 129 129 130 = 2.0.5 - Update = 131 * Update - WordPress 6.8.2 compatibility 132 * Update - WooCommerce 10.1.2 compatibility 133 130 134 = 2.0.4 - Update = 131 135 * Update - WordPress 6.7.1 compatibility -
tp-product-image-flipper-for-woocommerce/trunk/tp-product-image-flipper-for-woocommerce.php
r3222041 r3360885 17 17 * Plugin URI: https://www.tplugins.com/ 18 18 * Description: Flip between 2 images on product shop/category page. 19 * Version: 2.0. 419 * Version: 2.0.5 20 20 * Requires at least: 4.2 21 21 * Requires PHP: 5.6 … … 26 26 * Domain Path: /languages 27 27 * WC requires at least: 3.0 28 * WC tested up to: 9.5.228 * WC tested up to: 10.1.2 29 29 */ 30 30 … … 39 39 * Rename this for your plugin and update it as you release new versions. 40 40 */ 41 define( 'TP_PRODUCT_IMAGE_FLIPPER_FOR_WOOCOMMERCE_VERSION', '2.0. 4' );41 define( 'TP_PRODUCT_IMAGE_FLIPPER_FOR_WOOCOMMERCE_VERSION', '2.0.5' ); 42 42 define( 'TP_PRODUCT_IMAGE_FLIPPER_PRO_URL', 'https://www.tplugins.com/product/tp-woocommerce-category-product-slider/' ); 43 43 define( 'TP_PRODUCT_IMAGE_FLIPPER_NAME', 'TP Product Image Flipper Settings' );
Note: See TracChangeset
for help on using the changeset viewer.