diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md deleted file mode 100644 index a25694b96e..0000000000 --- a/CHANGELOG-WIP.md +++ /dev/null @@ -1,19 +0,0 @@ -# Release Notes for Craft Commerce 4.7 (WIP) - -### Store Management -- It’s now possible for discounts to explicitly require a coupon code. ([#3132](https://github.com/craftcms/commerce/issues/3132)) -- New order addresses now default to the store’s country on Order Edit screens. ([#3306](https://github.com/craftcms/commerce/issues/3306)) -- Product conditions can now have a “Variant Search” rule. ([#3689](https://github.com/craftcms/commerce/issues/3689)) - -### Extensibility -- Added `craft\commerce\console\controllers\UpgradeController::$v3droppableColumns` -- Added `craft\commerce\console\controllers\UpgradeController::EVENT_BEFORE_DROP_V3_DATABASE_ENTITIES`. -- Added `craft\commerce\elements\conditions\products\ProductVariantSearchConditionRule`. -- Added `craft\commerce\events\UpgradeEvent`. -- Added `craft\commerce\models\Discount::$requireCouponCode`. - -### System -- Improved the performance of adding items to the cart. -- Improved the performance of shipping rule matching when an order condition formula is used. ([3653](https://github.com/craftcms/commerce/pull/3653)) -- Craft Commerce now requires Money PHP 4.2 or later. -- Fixed a bug where outstanding order balances could be calculated incorrectly. ([#3403](https://github.com/craftcms/commerce/issues/3403)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554645cc57..a2889e0be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Release Notes for Craft Commerce +## 4.7.0 - 2024-10-16 + +### Store Management +- It’s now possible for discounts to explicitly require a coupon code. ([#3132](https://github.com/craftcms/commerce/issues/3132)) +- New order addresses now default to the store’s country on Order Edit screens. ([#3306](https://github.com/craftcms/commerce/issues/3306)) +- Product conditions can now have a “Variant Search” rule. ([#3689](https://github.com/craftcms/commerce/issues/3689)) + +### Extensibility +- Added `craft\commerce\console\controllers\UpgradeController::$v3droppableColumns` +- Added `craft\commerce\console\controllers\UpgradeController::EVENT_BEFORE_DROP_V3_DATABASE_ENTITIES`. +- Added `craft\commerce\elements\conditions\products\ProductVariantSearchConditionRule`. +- Added `craft\commerce\events\UpgradeEvent`. +- Added `craft\commerce\models\Discount::$requireCouponCode`. + +### System +- Improved the performance of adding items to the cart. +- Improved the performance of shipping rule matching when an order condition formula is used. ([3653](https://github.com/craftcms/commerce/pull/3653)) +- Craft Commerce now requires Money PHP 4.2 or later. +- Fixed a bug where outstanding order balances could be calculated incorrectly. ([#3403](https://github.com/craftcms/commerce/issues/3403)) + ## 4.6.14 - 2024-10-16 - Fixed a PHP error that could occur when creating a subscription. ([#3710](https://github.com/craftcms/commerce/issues/3710))