Skip to content

Commit

Permalink
1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Feb 25, 2021
1 parent ba54052 commit f6448ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wc-improved-external-products.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,7 +15,7 @@

class ImprovedExternalProducts {

protected $plugin_version = '1.5.9';
protected $plugin_version = '1.5.10';

/**
* Construct.
Expand Down

0 comments on commit f6448ab

Please sign in to comment.