diff --git a/readme.txt b/readme.txt index 9eb94c2..0319fe9 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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) diff --git a/wc-improved-external-products.php b/wc-improved-external-products.php index 86a5097..c3096ca 100644 --- a/wc-improved-external-products.php +++ b/wc-improved-external-products.php @@ -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 @@ -22,7 +22,7 @@ class ImprovedExternalProducts { /** * @var string */ - protected $plugin_version = '1.6.7'; + protected $plugin_version = '1.6.8'; /** * @var WPO_WCIEP_Settings