Skip to content

Commit

Permalink
v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 4, 2024
1 parent ef9215b commit 841a44b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: pomegranate, jprummer, alexmigf, yordansoares, kluver, dpeyou, dwp
Donate link: https://www.wpovernight.com/
Tags: woocommerce, affiliate, external product, link, external/affiliate
Requires at least: 3.5
Tested up to: 6.6
Stable tag: 1.6.7
Tested up to: 6.7
Stable tag: 1.6.8
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -40,6 +40,10 @@ If you are having any issues with this plugin, please feel free to report any th

== Changelog ==

= 1.6.8 (2024-11-04) =
* Fix: remove files from SVN that were mistakenly left undeleted
* Tested up to WordPress 6.7

= 1.6.7 (2024-10-31) =
* Fix: additional changes for plugin review compliance
* Translations: Updated translation template (POT)
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: Improved External Products for WooCommerce
* Plugin URI: https://wpovernight.com/downloads/improved-external-products-pro/
* Description: Opens External/Affiliate products in a new tab.
* Version: 1.6.7
* Version: 1.6.8
* Author: WP Overnight
* Author URI: https://wpovernight.com/
* License: GPLv2 or later
Expand All @@ -22,7 +22,7 @@ class ImprovedExternalProducts {
/**
* @var string
*/
protected $plugin_version = '1.6.7';
protected $plugin_version = '1.6.8';

/**
* @var WPO_WCIEP_Settings
Expand Down

0 comments on commit 841a44b

Please sign in to comment.