Skip to content

Commit

Permalink
Release new version 1.7.10
Browse files Browse the repository at this point in the history
= 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
  • Loading branch information
alextuan committed Nov 21, 2021
1 parent 049e852 commit 4663638
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 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: 1.7.9
Version: 1.7.10
Author: a3rev Software
Author URI: https://a3rev.com/
Requires at least: 5.0
Tested up to: 5.8
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.
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', '1.7.9' );
define( 'WC_PRODUCT_SLIDER_VERSION', '1.7.10' );
define( 'WC_PRODUCT_SLIDER_G_FONTS', true );

use \A3Rev\WCPSlider\FrameWork;
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down

0 comments on commit 4663638

Please sign in to comment.