From bf7a32d12c7313d67632b70d6c4cf2c1d2681667 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Mon, 3 Mar 2025 09:29:36 +0000 Subject: [PATCH] Umbraco Commerce 13.2.0 and 15.2.0 release notes --- 13/umbraco-commerce/release-notes/README.md | 7 +++++++ 15/umbraco-commerce/release-notes/README.md | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index ae1b41ed69d..02f18d1c116 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -16,6 +16,13 @@ If you are upgrading to a new major version, check the breaking changes in the [ This section contains the release notes for Umbraco Commerce 13 including all changes for this version. +#### [13.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) (Mar 3rd 2025) + +* Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments. +* Fixed custom headers missing from display in carts list [#672](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/672). +* Fixed the `OrderHasCustomerEmailAddress` query specification performing the wrong comparison (essentially inverted). +* Fixed issue where a recalculation of an order with a shipping method that no longer meets it's eligability criteria rolls back the Unit of Work even if the failure can be automatically rectified. + #### [13.1.19](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.19) (Feb 19th 2025) * Fixed regression from 13.1.18 where a Unit of Work was not populating the ambient reference when using `uow.Create` [#670](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/670). diff --git a/15/umbraco-commerce/release-notes/README.md b/15/umbraco-commerce/release-notes/README.md index d4b9f02234e..d04574787af 100644 --- a/15/umbraco-commerce/release-notes/README.md +++ b/15/umbraco-commerce/release-notes/README.md @@ -18,6 +18,15 @@ If you are upgrading to a new major version, check the breaking changes in the [ This section contains the release notes for Umbraco Commerce 14 including all changes for this version. +#### [15.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) (Mar 3rd 2025) + +* Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments. +* Fixed issue with amount based discounts not persisting the amount value correctly [#674](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/674). +* Fixed issue with member group discounts throwing error [#675](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/675). +* Fixed the `OrderHasCustomerEmailAddress` query specification performing the wrong comparison (essentially inverted). +* Fixed issue where a recalculation of an order with a shipping method that no longer meets it's eligability criteria rolls back the Unit of Work even if the failure can be automatically rectified. +* Added "Customer Source" config option to member group discount rule to allow you choose where the customer should be resolved from. Either the order or the session. + #### [15.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.1) (19th Feb 2025) * Fixed bug in price property editor not formatting prices correctly on load when using a non US currency format [#666](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/666).