Skip to content

Commit

Permalink
Release new version 2.2.3
Browse files Browse the repository at this point in the history
= 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
  • Loading branch information
alextuan committed Jul 13, 2024
1 parent b0d8d90 commit 0d69147
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions product-image-gallery-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 0d69147

Please sign in to comment.