Skip to content

Commit

Permalink
Merge pull request #380 from athemes/plugin-new-update
Browse files Browse the repository at this point in the history
Update plugin version & changelog
  • Loading branch information
DevWael authored Jan 6, 2025
2 parents 258d871 + 9bdae62 commit d939a66
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1
* Version: 1.11.2
* 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.1' );
define( 'MERCHANT_VERSION', '1.11.2' );
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
7 changes: 6 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.1
Stable tag: 1.11.2
Contributors: aThemes
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -218,6 +218,11 @@ Absolutely not. You can enable and customize modules without any coding knowledg
15. Cookie Banner Module

== Changelog ==
= 1.11.2 =
* Fixed - Pre-Orders and Variable Products: Corrected an issue where the wrong price range was displayed when discounts were disabled
* Fixed - Real-Time Search: Prevented hidden products from the catalog from appearing in search results
* Fixed - Trust Badges: Ensured alt text displays correctly when using the shortcode

= 1.11.1 =
* Added - Christmas banner

Expand Down

0 comments on commit d939a66

Please sign in to comment.