Skip to content

Commit

Permalink
1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Jun 2, 2020
1 parent 0bb5245 commit 4f8a703
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 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.4
Stable tag: 1.5.7
Stable tag: 1.5.8
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,9 @@ If you are having any issues with this plugin, please feel free to report any th

== Changelog ==

= 1.5.8 (2020-06-02)=
* Fix: missing function breaking site

= 1.5.7 (2020-06-02) =
* Tweak: Backend assets versioning
* Tested up to WooCommerce 4.2
Expand Down
6 changes: 3 additions & 3 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.7
* Version: 1.5.8
* Author: Ewout Fernhout
* Author URI: http://www.wpovernight.com
* License: GPLv2 or later
Expand All @@ -14,7 +14,7 @@

class ImprovedExternalProducts {

protected $plugin_version = '1.5.7';
protected $plugin_version = '1.5.8';

/**
* Construct.
Expand Down Expand Up @@ -51,7 +51,7 @@ private function define( $name, $value ) {
define( $name, $value );
}
}

/**
* Redirect: Make It So
*
Expand Down

0 comments on commit 4f8a703

Please sign in to comment.