diff --git a/product-image-gallery-widget.php b/product-image-gallery-widget.php index 62bd9d2..1c6494f 100755 --- a/product-image-gallery-widget.php +++ b/product-image-gallery-widget.php @@ -2,15 +2,15 @@ /* Plugin Name: Product Widget Slider for WooCommerce Description: Adds visually stunning WooCommerce product sliders to any widgeted area. Fully customizable, Widget Skin. Fully mobile responsive. Show any number of products from a selected product category. -Version: 2.2.2 +Version: 2.2.3 Author: a3rev Software Author URI: https://a3rev.com/ Requires at least: 6.0 -Tested up to: 6.4 +Tested up to: 6.6 Text Domain: woo-widget-product-slideshow Domain Path: /languages WC requires at least: 6.0 -WC tested up to: 8.2 +WC tested up to: 9.0 License: GPLv2 or later WooCommerce Widget Product Slider Lite plugin. @@ -41,7 +41,7 @@ define( 'WC_PRODUCT_SLIDER_KEY', 'woo_gallery_widget' ); define( 'WC_PRODUCT_SLIDER_PREFIX', 'wc_product_slider_' ); -define( 'WC_PRODUCT_SLIDER_VERSION', '2.2.2' ); +define( 'WC_PRODUCT_SLIDER_VERSION', '2.2.3' ); define( 'WC_PRODUCT_SLIDER_G_FONTS', true ); // declare compatibility with new HPOS of WooCommerce diff --git a/readme.txt b/readme.txt index 901fb08..f926e72 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: a3rev, nguyencongtuan Tags: WooCommerce widgets, WooCommerce, WooCommerce widget product slideshow, WooCommerce Product images, woothemes, wordpress ecommerce Requires at least: 6.0 -Tested up to: 6.4 -Stable tag: 2.2.2 +Tested up to: 6.6 +Stable tag: 2.2.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -95,6 +95,11 @@ You can use this plugin only when you have installed the WooCommerce plugin. == Changelog == += 2.2.3 - 2024/07/13 = +* This release has various tweaks for compatibility with WordPress 6.6 and WooCommerce 8.9.3. +* Tweak - Tested for compatibility with WordPress 6.6 +* Tweak - Tested for compatibility with WooCommerce 8.9.3 + = 2.2.2 - 2023/11/22 = * This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, a WPML compatibility fix plus update backward compatibility to WooCommerce 6.0. * Tweak - Remove backward compatibility for WooCommerce versions less than 6.0 @@ -598,6 +603,9 @@ You can use this plugin only when you have installed the WooCommerce plugin. == Upgrade Notice == += 2.2.3 = +This release has various tweaks for compatibility with WordPress 6.6 and WooCommerce 8.9.3 + = 2.2.2 = This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, a WPML compatibility fix plus update backward compatibility to WooCommerce 6.0.