From 6bc3c5ab5719f3afac932b0956d848f19ba51cb3 Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Tue, 3 Sep 2024 13:26:37 +0600 Subject: [PATCH 1/5] Remove notices class --- includes/Admin/Admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Admin/Admin.php b/includes/Admin/Admin.php index 88e6fe9..3c5b911 100644 --- a/includes/Admin/Admin.php +++ b/includes/Admin/Admin.php @@ -34,7 +34,7 @@ public function init() { wc_min_max_quantities()->set( 'settings', Settings::instance() ); wc_min_max_quantities()->set( 'meta_boxes', MetaBoxes::class ); wc_min_max_quantities()->set( 'actions', Actions::class ); - wc_min_max_quantities()->set( 'notices', Notices::class ); + // TODO: Need to include Notices class: wc_min_max_quantities()->set( 'notices', Notices::class );. } /** From d900d7601f05aa38a24bcd86ac6d482fc12edc74 Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Tue, 3 Sep 2024 13:28:38 +0600 Subject: [PATCH 2/5] Fix #170 --- wc-min-max-quantities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wc-min-max-quantities.php b/wc-min-max-quantities.php index 5c67a99..3e4d1a3 100644 --- a/wc-min-max-quantities.php +++ b/wc-min-max-quantities.php @@ -3,7 +3,7 @@ * Plugin Name: WC Min Max Quantities * Plugin URI: https://pluginever.com/ * Description: The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order. - * Version: 2.0.0 + * Version: 2.0.1 * Requires at least: 5.0 * Requires PHP: 7.4 * Author: PluginEver From 9c666e3817854d76aceb9475b9929b8377e1aa4b Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Tue, 3 Sep 2024 13:29:36 +0600 Subject: [PATCH 3/5] Update readme file --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 96cfd1e..45ee24f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: limit quantity, limit cost, woocommerce limits, range to buy, min and max Requires at least: 5.0 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 6231ca7f0454c095136d8c5df2117211354b0d6c Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Tue, 3 Sep 2024 13:29:55 +0600 Subject: [PATCH 4/5] Update package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 310676a..0105c42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wc-min-max-quantities", "title": "Min Max Quantities for WooCommerce", - "version": "2.0.0", + "version": "2.0.1", "description": "The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.", "homepage": "https://pluginever.com/", "license": "GPL v2 or laterr", From 3ea849c207e8bf9f91a139e0e14a3dce1d639177 Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Tue, 3 Sep 2024 13:30:46 +0600 Subject: [PATCH 5/5] Update package --- languages/wc-min-max-quantities.pot | 4 ++-- package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/wc-min-max-quantities.pot b/languages/wc-min-max-quantities.pot index e9b26cf..f365676 100644 --- a/languages/wc-min-max-quantities.pot +++ b/languages/wc-min-max-quantities.pot @@ -2,9 +2,9 @@ # This file is distributed under the GPL v2 or later. msgid "" msgstr "" -"Project-Id-Version: WC Min Max Quantities 2.0.0\n" +"Project-Id-Version: WC Min Max Quantities 2.0.1\n" "Report-Msgid-Bugs-To: https://pluginever.com/support/\n" -"POT-Creation-Date: 2024-09-03 05:18:56+00:00\n" +"POT-Creation-Date: 2024-09-03 07:30:36+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package-lock.json b/package-lock.json index 95563d7..d697731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wc-min-max-quantities", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wc-min-max-quantities", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL v2 or laterr", "devDependencies": { "@lodder/time-grunt": "^4.0.0",