Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release & Remove notices class #171

Merged
merged 5 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/Admin/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );.
}

/**
Expand Down
4 changes: 2 additions & 2 deletions languages/wc-min-max-quantities.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wc-min-max-quantities.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading