From 143416ecd96fd08553f68d08fbf496a03bac128a Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Thu, 25 Sep 2025 13:08:22 +0100 Subject: [PATCH 1/2] Umbraco Commerce 15.3.13 & 16.3.1 release notes --- 15/umbraco-commerce/release-notes/README.md | 4 ++++ 16/umbraco-commerce/release-notes/README.md | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/15/umbraco-commerce/release-notes/README.md b/15/umbraco-commerce/release-notes/README.md index 5eec87721dd..07aef527725 100644 --- a/15/umbraco-commerce/release-notes/README.md +++ b/15/umbraco-commerce/release-notes/README.md @@ -18,6 +18,10 @@ If you are upgrading to a new major version, check the breaking changes in the [ This section contains the release notes for Umbraco Commerce 15 including all changes for this version. +#### [15.3.13](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.3.13) (Sep 25th 2025) + +* Fixed shipping address summary showing the billing address country [#756](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/756). + #### [15.3.12](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.3.12) (Sep 10th 2025) * Fixed inability to unset a payment/shipping method via the Storefront API [#752](https://github.com/umbraco/Umbraco.Commerce.Issues/discussions/752). diff --git a/16/umbraco-commerce/release-notes/README.md b/16/umbraco-commerce/release-notes/README.md index ff9f737b937..fb7ca1fef9f 100644 --- a/16/umbraco-commerce/release-notes/README.md +++ b/16/umbraco-commerce/release-notes/README.md @@ -18,6 +18,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 16 including all changes for this version. +#### [16.3.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.3.1) (Sep 25th 2025) + +* Fixed inconsistance between Payment and Shipping Methods `SetEnabledAsync` API. +* Fixed issue with product related discounts not applying correctly [#758](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/758). +* Fixed shipping address summary showing the billing address country [#756](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/756). +* Fixed slow order list load times by adding page size pagination selector and defaulting to 25 rather than 100 [#755](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/755). + #### [16.3.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.3.0) (Sep 10th 2025) * Added ability to disable payment/shipping providers without losing data [#659](https://github.com/umbraco/Umbraco.Commerce.Issues/discussions/659). From 6663d896177f6172f8d73684e415c803c24bc357 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:32:24 +0200 Subject: [PATCH 2/2] Update 16/umbraco-commerce/release-notes/README.md --- 16/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-commerce/release-notes/README.md b/16/umbraco-commerce/release-notes/README.md index fb7ca1fef9f..bb672445bb1 100644 --- a/16/umbraco-commerce/release-notes/README.md +++ b/16/umbraco-commerce/release-notes/README.md @@ -20,7 +20,7 @@ This section contains the release notes for Umbraco Commerce 16 including all ch #### [16.3.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.3.1) (Sep 25th 2025) -* Fixed inconsistance between Payment and Shipping Methods `SetEnabledAsync` API. +* Fixed inconsistency between Payment and Shipping Methods `SetEnabledAsync` API. * Fixed issue with product related discounts not applying correctly [#758](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/758). * Fixed shipping address summary showing the billing address country [#756](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/756). * Fixed slow order list load times by adding page size pagination selector and defaulting to 25 rather than 100 [#755](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/755).