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

Preapre release v2.0.3 #188

Merged
merged 6 commits into from
Nov 24, 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/views/notices/black-friday.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
<span class="btn-text"><?php esc_html_e( 'DISMISS', 'wc-min-max-quantities' ); ?></span>
</a>
</div>
<span class="black-friday-footer-text"><?php esc_html_e( 'Valid until November 7, 2024', 'wc-min-max-quantities' ); ?></span>
<span class="black-friday-footer-text"><?php esc_html_e( 'Valid until November 10, 2024', 'wc-min-max-quantities' ); ?></span>
</div>
11 changes: 4 additions & 7 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.2\n"
"Project-Id-Version: WC Min Max Quantities 2.0.3\n"
"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
"POT-Creation-Date: 2024-11-24 10:21:59+00:00\n"
"POT-Creation-Date: 2024-11-24 10:38:27+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -249,7 +249,8 @@ msgid "DISMISS"
msgstr ""

#: includes/Admin/views/notices/black-friday.php:50
msgid "Valid until November 7, 2024"
#: includes/Admin/views/notices/halloween.php:54
msgid "Valid until November 10, 2024"
msgstr ""

#: includes/Admin/views/notices/halloween.php:19
Expand All @@ -271,10 +272,6 @@ msgstr ""
msgid "Never show this again!"
msgstr ""

#: includes/Admin/views/notices/halloween.php:54
msgid "Valid until November 10, 2024"
msgstr ""

#: includes/Admin/views/notices/review.php:19
msgid "Enjoying Min Max Quantities?"
msgstr ""
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.2",
"version": "2.0.3",
"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
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: pluginever,manikmist09
Tags: limit quantity, limit cost, woocommerce limits, range to buy, min and max to purchase, product limits to buy, products min, products max, set min and max, woocommerce min and max, quantity limits for products, quantity limits for product variations, quantity limits for products in cart, cost limits for products in cart, minimum product quantity, maximum product quantity, product quantity, product quantity category, quantity order, minimum, maximum, quantity, minimum purchase, maximum purchase, max quantity, cart maximum, max purchase, cart max, order limit, products purchase limit, limit products purchase, min max products purchase limit, min and max quantity for woocommerce
Requires at least: 5.0
Tested up to: 6.6
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 2.0.2
Stable tag: 2.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -167,6 +167,12 @@ The cart will maintain the global or product rules if the cart rule is not set.
2. Global settings

== Changelog ==
= 2.0.3 (24th Nov 2024) =
- New: Update the plugin framework.
- Enhance: Improved the optimized autoload class for better performance.
- Compatibility: Checked compatibility with the latest version of WordPress and WooCommerce.
- Fix: Few known issues.

= 2.0.2 (23rd Oct 2024) =
- Enhance: Improved the layout of the settings page.
- Fix: Few known issues.
Expand Down
4 changes: 2 additions & 2 deletions 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/woocommerce-min-max-quantities-pro/
* Description: The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.
* Version: 2.0.2
* Version: 2.0.3
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: PluginEver
Expand All @@ -14,7 +14,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Tested up to: 6.7
* WC requires at least: 3.0.0
* WC tested up to: 9.3
* WC tested up to: 9.4
* Requires Plugins: woocommerce
*
* @package WooCommerceMinMaxQuantities
Expand Down
Loading