Skip to content

Commit

Permalink
Merge pull request #171 from pluginever/release/2.0.1
Browse files Browse the repository at this point in the history
Prepare release & Remove notices class
  • Loading branch information
kawsarahmedr authored Sep 3, 2024
2 parents 25d0353 + 3ea849c commit 064ae6d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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

0 comments on commit 064ae6d

Please sign in to comment.