From 4a3915845d73997bcc52a2e66a7bdf04eb783a5b Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Tue, 29 Apr 2025 09:50:57 +0100 Subject: [PATCH 1/2] Umbraco Commerce 15.3.0 Release Notes --- 15/umbraco-commerce/release-notes/README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/15/umbraco-commerce/release-notes/README.md b/15/umbraco-commerce/release-notes/README.md index 4332d81bacf..de4814c689f 100644 --- a/15/umbraco-commerce/release-notes/README.md +++ b/15/umbraco-commerce/release-notes/README.md @@ -18,7 +18,14 @@ 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.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.2) (Apr 17th 2025) +#### [15.3.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.0) (Apr 17th 2025) + +* Added Payment Links feature to allow sending a payment link to customers. +* Added partial refunds feature to allow refunding part of an order. +* Fixed duplicate message when collections have no items. +* Fixed issue with store editor not displaying in Umbraco 15.4.0-RC2 [#691](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/691). + +#### [15.2.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.2.2) (Apr 17th 2025) * Updated grouped discount logic to be more as expected [#685](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/685). * Fixed issue with order exports action not working [#689](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/689). @@ -26,14 +33,14 @@ This section contains the release notes for Umbraco Commerce 14 including all ch * Fixed issue with pagination not working on order print action preview modal. * Fixed Management API not returning Payment Provider meta data properties due to being saved as server side only. -#### [15.2.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.1) (Mar 31st 2025) +#### [15.2.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.2.1) (Mar 31st 2025) * Fixed an issue in the previous migration that increased the monetary column precision [#681](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/681). * Fixed bug with Umbraco Commerce price property editor causing error when accessing content via Delivery API [#683](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/683). * Fixed issue with order list performance being slow [#680](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/680). * Fixed issue with stock field in multi variants editor always returning zero [#676](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/676). -#### [15.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) (Mar 3rd 2025) +#### [15.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+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). @@ -42,7 +49,7 @@ This section contains the release notes for Umbraco Commerce 14 including all ch * 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) +#### [15.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+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). * Fixed bug in commerce section dashboard showing the wrong order total value + order total count [#601](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/601). From 141f6d5b25e8718077d2e8909c1d99cf68f97fb2 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Tue, 29 Apr 2025 13:56:07 +0100 Subject: [PATCH 2/2] Added extra bug fix details --- 15/umbraco-commerce/release-notes/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/15/umbraco-commerce/release-notes/README.md b/15/umbraco-commerce/release-notes/README.md index de4814c689f..3153283a776 100644 --- a/15/umbraco-commerce/release-notes/README.md +++ b/15/umbraco-commerce/release-notes/README.md @@ -24,6 +24,7 @@ This section contains the release notes for Umbraco Commerce 14 including all ch * Added partial refunds feature to allow refunding part of an order. * Fixed duplicate message when collections have no items. * Fixed issue with store editor not displaying in Umbraco 15.4.0-RC2 [#691](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/691). +* Fixed a malformed "Shipping via" localization string [#696](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/696). #### [15.2.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.2.2) (Apr 17th 2025)