Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
devsabbirhossain committed Dec 1, 2024
1 parent a8d5372 commit 52e913f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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 07, 2024', 'wc-min-max-quantities' ); ?></span>
<span class="black-friday-footer-text"><?php esc_html_e( 'Valid until December 07, 2024', 'wc-min-max-quantities' ); ?></span>
</div>
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.4",
"version": "2.0.5",
"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
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ The cart will maintain the global or product rules if the cart rule is not set.
2. Global settings

== Changelog ==
= 2.0.4 (26th Jan 2025) =
= 2.0.5 (1st Dec 2024) =
- Fix: Framework Small Issue

= 2.0.4 (26th Jan 2024) =
- Fix: Downgrade the required PHP version to 7.4

= 2.0.3 (24th Nov 2024) =
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/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.4
* Version: 2.0.5
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: PluginEver
Expand Down

0 comments on commit 52e913f

Please sign in to comment.