From 8a64e143039ca87b2b81a4ec0fe0450158a51233 Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Wed, 26 Jun 2024 11:20:54 +0100 Subject: [PATCH] v1.6.4 --- readme.txt | 5 ++++- wc-improved-external-products.php | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 6a4d218..8747a63 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.wpovernight.com/ Tags: woocommerce, affiliate, external product, link, new tab, external/affiliate Requires at least: 3.5 Tested up to: 6.6 -Stable tag: 1.6.3 +Stable tag: 1.6.4 Requires PHP: 7.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,9 @@ If you are having any issues with this plugin, please feel free to report any th == Changelog == += 1.6.4 (2024-06-26) = +* Tested up to WordPress 6.6 and WooCommerce 9.0 + = 1.6.3 (2024-03-06) = * New: bumps PHP min version to 7.2 * Fix: deprecated warnings with PHP 8.2 diff --git a/wc-improved-external-products.php b/wc-improved-external-products.php index 04ba52d..aae9e49 100644 --- a/wc-improved-external-products.php +++ b/wc-improved-external-products.php @@ -3,14 +3,14 @@ * Plugin Name: Improved External Products for WooCommerce * Plugin URI: https://wordpress.org/plugins/woocommerce-improved-external-products/ * Description: Opens External/Affiliate products in a new tab. - * Version: 1.6.3 + * Version: 1.6.4 * Author: WP Overnight * Author URI: https://wpovernight.com/ * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html * Text Domain: woocommerce-improved-external-products * WC requires at least: 3.0 - * WC tested up to: 8.7 + * WC tested up to: 9.0 */ class ImprovedExternalProducts { @@ -18,7 +18,7 @@ class ImprovedExternalProducts { /** * @var string */ - protected $plugin_version = '1.6.3'; + protected $plugin_version = '1.6.4'; /** * @var WPO_WCIEP_Settings