Skip to content

Commit

Permalink
Update plugin version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DevWael committed Dec 18, 2024
1 parent 34633c0 commit e969635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions merchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Merchant
* Plugin URI: https://athemes.com/merchant
* Description: All-in-one plugin designed to help you grow your WooCommerce store. Pre-orders, Buy Now buttons, product labels, trust badges, payment logos, and more.
* Version: 1.11.0
* Version: 1.11.1
* Author: aThemes
* Author URI: https://athemes.com
* License: GPLv3 or later License
Expand All @@ -24,7 +24,7 @@
}

// Merchant constants.
define( 'MERCHANT_VERSION', '1.11.0' );
define( 'MERCHANT_VERSION', '1.11.1' );
define( 'MERCHANT_DB_VERSION', '1.0.0' ); // Update only when the database structure changes. In inc/classes/class-merchant-db-tables.php
define( 'MERCHANT_FILE', __FILE__ );
define( 'MERCHANT_BASE', trailingslashit( plugin_basename( MERCHANT_FILE ) ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Tags: pre-orders, buy now button, product labels, quick view, clear cart
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 7.2
Stable tag: 1.11.0
Stable tag: 1.11.1
Contributors: aThemes
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -218,6 +218,9 @@ Absolutely not. You can enable and customize modules without any coding knowledg
15. Cookie Banner Module

== Changelog ==
= 1.11.1 =
* Added - Christmas banner

= 1.11.0 =
* Added - Pre-orders: Added validation for shipping date selection. System now prevents setting pre-order start/end dates when shipping date is unselected and shows an alert message
* Fixed - Pre-Orders: Resolved fatal error occurring on newer PHP versions when variable products lack pricing information
Expand Down

0 comments on commit e969635

Please sign in to comment.