From f6448ab26cb06100c3dbcee19d2c813633b7fd0d Mon Sep 17 00:00:00 2001 From: Ewout Fernhout Date: Thu, 25 Feb 2021 10:37:34 +0100 Subject: [PATCH] 1.5.10 --- readme.txt | 7 ++++++- wc-improved-external-products.php | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 082f911..f1a3a57 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: 5.6 -Stable tag: 1.5.9 +Stable tag: 1.5.10 Requires PHP: 5.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,11 @@ If you are having any issues with this plugin, please feel free to report any th == Changelog == += 1.5.10 (2021-02-25) = +* Fix: Extra checks for product object +* Fix: Internationalization (textdomain definition + translatability of various strings) +* Marked Tested up to WP5.6 and WooCommerce 5.1 + = 1.5.9 (2020-09-07)= * Tweak: Updated settings page * Tested up to WP5.5 and WooCommerce 4.5 diff --git a/wc-improved-external-products.php b/wc-improved-external-products.php index 8c48839..2b15660 100644 --- a/wc-improved-external-products.php +++ b/wc-improved-external-products.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Improved External Products * Plugin URI: https://wpovernight.com/ * Description: Opens External/Affiliate products in a new tab. - * Version: 1.5.9 + * Version: 1.5.10 * Author: Ewout Fernhout * Author URI: https://www.wpovernight.com * License: GPLv2 or later @@ -15,7 +15,7 @@ class ImprovedExternalProducts { - protected $plugin_version = '1.5.9'; + protected $plugin_version = '1.5.10'; /** * Construct.