Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Aug 9, 2023
1 parent 7169676 commit fc6ae33
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: 6.3
Stable tag: 1.6.0
Stable tag: 1.6.1
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.6.1 (2023-08-09) =
* Tested up to WordPress 6.3 and WooCommerce 8.0

= 1.6.0 (2023-07-24) =
* New: WooCommerce HPOS compatibility (beta)
* Tested up to WooCommerce 7.9
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,19 +3,19 @@
* 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.0
* Version: 1.6.1
* 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: 7.9
* WC tested up to: 8.0
*/

class ImprovedExternalProducts {

protected $plugin_version = '1.6.0';
protected $plugin_version = '1.6.1';
public $settings;

/**
Expand Down

0 comments on commit fc6ae33

Please sign in to comment.