diff --git a/product-image-gallery-widget.php b/product-image-gallery-widget.php index 4d4aad1..59ffc23 100755 --- a/product-image-gallery-widget.php +++ b/product-image-gallery-widget.php @@ -2,7 +2,7 @@ /* 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: 1.7.9 +Version: 1.7.10 Author: a3rev Software Author URI: https://a3rev.com/ Requires at least: 5.0 @@ -10,7 +10,7 @@ Text Domain: woo-widget-product-slideshow Domain Path: /languages WC requires at least: 3.0 -WC tested up to: 5.5.1 +WC tested up to: 5.9 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', '1.7.9' ); +define( 'WC_PRODUCT_SLIDER_VERSION', '1.7.10' ); define( 'WC_PRODUCT_SLIDER_G_FONTS', true ); use \A3Rev\WCPSlider\FrameWork; diff --git a/readme.txt b/readme.txt index 004cc39..030ea2a 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: a3rev, nguyencongtuan Tags: WooCommerce widgets, WooCommerce, WooCommerce widget product slideshow, WooCommerce Product images, woothemes, wordpress ecommerce Requires at least: 5.0 Tested up to: 5.8 -Stable tag: 1.7.9 +Stable tag: 1.7.10 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -97,6 +97,11 @@ You can use this plugin only when you have installed the WooCommerce plugin. == Changelog == += 1.7.10 - 2021/11/20 = +* This maintenance release has check for compatibility with PHP version 8.x and WooCommerce 5.9 +* Tweak - Test for compatibility with PHP 8.x +* Tweak - Test for compatibility with WooCommerce 5.9 + = 1.7.9 - 2021/07/20 = * This maintenance release has code tweaks for compatibility with WordPress Major version 5.8, WooCommerce version 5.5.1 and some Security Hardening. * Tweak - Test for compatibility with WordPress 5.8 @@ -529,6 +534,9 @@ You can use this plugin only when you have installed the WooCommerce plugin. == Upgrade Notice == += 1.7.10 = +This maintenance release has check for compatibility with PHP version 8.x and WooCommerce 5.9 + = 1.7.9 = This maintenance release has code tweaks for compatibility with WordPress Major version 5.8, WooCommerce version 5.5.1 and some Security Hardening.