Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Mar 6, 2024
1 parent 2899a9f commit c0a8352
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Improved External Products for WooCommerce ===
Contributors: pomegranate, jprummer
Contributors: pomegranate, jprummer, alexmigf, yordansoares, kluver, dpeyou, dwpriv
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.4
Stable tag: 1.6.2
Requires PHP: 5.3
Tested up to: 6.5
Stable tag: 1.6.3
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,12 @@ If you are having any issues with this plugin, please feel free to report any th

== Changelog ==

= 1.6.3 (2024-03-06) =
* New: bumps PHP min version to 7.2
* Fix: deprecated warnings with PHP 8.2
* Translations: Updated translation template (POT)
* Tested up to WordPress 6.5 and WooCommerce 8.7

= 1.6.2 (2023-11-07) =
* Tweak: adds POT language file and loads textdomain
* Tested up to WordPress 6.4 and WooCommerce 8.3
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,22 +3,22 @@
* 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.2
* Version: 1.6.3
* 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: 8.3
* WC tested up to: 8.7
*/

class ImprovedExternalProducts {

/**
* @var string
*/
protected $plugin_version = '1.6.2';
protected $plugin_version = '1.6.3';

/**
* @var WPO_WCIEP_Settings
Expand Down

0 comments on commit c0a8352

Please sign in to comment.