-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '5.3' into feature/enabled-tax-rates
- Loading branch information
Showing
40 changed files
with
1,393 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,30 @@ | ||
# Release Notes for Craft Commerce (WIP) | ||
|
||
## Administration | ||
|
||
### Store Management | ||
- It is now possible to design card views for Products and Variants. ([#3809](https://github.com/craftcms/commerce/pull/3809)) | ||
- Order conditions can now have a “Coupon Code” rule. ([#3776](https://github.com/craftcms/commerce/discussions/3776)) | ||
- Order conditions can now have a “Payment Gateway” rule. ([#3722](https://github.com/craftcms/commerce/discussions/3722)) | ||
- Variant conditions can now have a “Product” rule. | ||
- Tax rates now have statuses. ([#3790](https://github.com/craftcms/commerce/discussions/3790)) | ||
- Added support for `to`, `bcc`, and `cc` email fields to support environment variables. ([#3738](https://github.com/craftcms/commerce/issues/3738)) | ||
|
||
### Administration | ||
- The `to`, `bcc`, and `cc` email fields now support environment variables. ([#3738](https://github.com/craftcms/commerce/issues/3738)) | ||
|
||
### Development | ||
- Added the `couponCode` order query param. | ||
- Added an `originalCart` value to the `commerce/update-cart` failed ajax response. ([#430](https://github.com/craftcms/commerce/issues/430)) | ||
- Added a new "Payment Gateway" order condition rule. ([#3722](https://github.com/craftcms/commerce/discussions/3722)) | ||
|
||
### Extensibility | ||
- Added `craft\commerce\base\InventoryItemTrait`. | ||
- Added `craft\commerce\base\InventoryLocationTrait`. | ||
- Added `craft\commerce\elements\conditions\orders\CouponCodeConditionRule`. | ||
- Added `craft\commerce\elements\conditions\variants\ProductConditionRule`. | ||
- Added `craft\commerce\elements\db\OrderQuery::$couponCode`. | ||
- Added `craft\commerce\elements\db\OrderQuery::couponCode()`. | ||
- Added `craft\commerce\services\Inventory::updateInventoryLevel()`. | ||
- Added `craft\commerce\services\Inventory::updatePurchasableInventoryLevel()`. | ||
- Added `craft\commerce\services\TaxRates::getAllEnabledTaxRates()`. | ||
|
||
### System | ||
- Craft Commerce now requires Craft CMS 5.5 or later. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.