From c02e56b7c246580357e24dde3ecabc1bf3071313 Mon Sep 17 00:00:00 2001 From: Niels Lange Date: Tue, 7 Apr 2020 20:18:16 +0700 Subject: [PATCH] #9: Declaring required and supported WooCommerce version --- README.md | 9 ++++----- readme.txt | 9 ++++++++- smntcs-woocommerce-free-gift.php | 6 ++++-- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6021247..feab2bb 100644 --- a/README.md +++ b/README.md @@ -25,23 +25,22 @@ You can find the plugin on https://wordpress.org/plugins/smntcs-woocommerce-free ## Changelog -### 1.4 +### 1.5 +* [Declaring required and supported WooCommerce version](https://github.com/nielslange/smntcs-woocommerce-free-gift/issues/9) +* Test up to 5.4 +### 1.4 * Test up to 5.3 ### 1.3 - * Test up to 5.2 ### 1.2 - * Add README.md * Test up to 5.0 ### 1.1 - * Save settings as option, not as theme_mod ### 1.0 - * Initial release \ No newline at end of file diff --git a/readme.txt b/readme.txt index 17de09f..b0bb186 100644 --- a/readme.txt +++ b/readme.txt @@ -3,10 +3,12 @@ Contributors: nielslange Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P6EQ8QQ3SZSCU Tags: WooCommerce, WooCommerce Gift, Free Gift -Stable tag: 1.4 +Stable tag: 1.5 Requires at least: 3.4 Tested up to: 5.3 Requires PHP: 5.6 +WC requires at least: 3.0 +WC tested up to: 4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -58,6 +60,11 @@ No, at the moment a random gift will be assigned. == Changelog == += 1.5 = + +* [Declaring required and supported WooCommerce version](https://github.com/nielslange/smntcs-woocommerce-free-gift/issues/9) +* Test up to 5.4 + = 1.4 = * Test up to 5.3 diff --git a/smntcs-woocommerce-free-gift.php b/smntcs-woocommerce-free-gift.php index cfd5cb1..d6cd067 100644 --- a/smntcs-woocommerce-free-gift.php +++ b/smntcs-woocommerce-free-gift.php @@ -7,10 +7,12 @@ * Author URI: https://nielslange.com * Text Domain: smntcs-woocommerce-free-gift * Domain Path: /languages/ - * Version: 1.4 + * Version: 1.5 * Requires at least: 3.4 * Requires PHP: 5.6 - * Tested up to: 5.3 + * Tested up to: 5.4 + * WC requires at least: 3.0 + * WC tested up to: 4.0 * License: GPL2+ * License URI: https://www.gnu.org/licenses/gpl-2.0.html *