From 034ea020dd170b71b98225eb86ca32efae0b602b Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Tue, 24 Jun 2025 10:07:00 +0200 Subject: [PATCH 1/3] Updated Umbraco Commerce release notes --- 15/umbraco-commerce/release-notes/README.md | 22 +++++++++++++++++++++ 16/umbraco-commerce/release-notes/README.md | 3 +++ 2 files changed, 25 insertions(+) diff --git a/15/umbraco-commerce/release-notes/README.md b/15/umbraco-commerce/release-notes/README.md index 8f5c31eaa04..85b37ecd299 100644 --- a/15/umbraco-commerce/release-notes/README.md +++ b/15/umbraco-commerce/release-notes/README.md @@ -18,6 +18,28 @@ 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.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.7) (Jun 24th 2025) + +* Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721). +* Fixed stock imput allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714). +* Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712). + +#### [15.3.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.6) (Jun 13th 2025) + +* Fixed bug where unable to refund orders with payment methods that don't support partial refunds [#710](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/710). + +#### [15.3.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.5) (May 29th 2025) + +* Fixed issue with not being able to create countries [#709](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/709). +* Fixed issue with inconsistent labeling of measurement units [#706](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/706). +* Fixed issue emails not sending due to headless language parsing [#705](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/705). + +#### [15.3.4](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.4) (May 6th 2025) + +* Fixed issue when exporting lots of entities due to too many SQL parameters [#704](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/704). +* Fixed issue with product measurements not being copied to the orderline if any of them are zero [#702](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/702). +* Fixed method not found exception due to changes in CMS webhook API [#701](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/701). + #### 15.3.3 (May 1st 2025) * Fixed error when triggering webhooks on order finalization due to missing method in CMS. diff --git a/16/umbraco-commerce/release-notes/README.md b/16/umbraco-commerce/release-notes/README.md index 8e90d08edd4..58d79eaed13 100644 --- a/16/umbraco-commerce/release-notes/README.md +++ b/16/umbraco-commerce/release-notes/README.md @@ -21,6 +21,9 @@ This section contains the release notes for Umbraco Commerce 16 including all ch #### 16.0.0 (12th Jun 2025) * Version 16 final release. +* Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721). +* Fixed stock imput allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714). +* Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712). #### 16.0.0-rc1 (28th May 2025) From b5fe28fdeb665e4abc7b93507cc46bd045c2913a Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:27:36 +0200 Subject: [PATCH 2/3] 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 58d79eaed13..ddf7db7cb4f 100644 --- a/16/umbraco-commerce/release-notes/README.md +++ b/16/umbraco-commerce/release-notes/README.md @@ -22,7 +22,7 @@ This section contains the release notes for Umbraco Commerce 16 including all ch * Version 16 final release. * Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721). -* Fixed stock imput allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714). +* Fixed stock input allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714). * Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712). #### 16.0.0-rc1 (28th May 2025) From 8a9d8f000ae74dc5a5a9d396f8c5a39f9ff88a18 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:27:42 +0200 Subject: [PATCH 3/3] Update 15/umbraco-commerce/release-notes/README.md --- 15/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-commerce/release-notes/README.md b/15/umbraco-commerce/release-notes/README.md index 85b37ecd299..91fb3b45ef3 100644 --- a/15/umbraco-commerce/release-notes/README.md +++ b/15/umbraco-commerce/release-notes/README.md @@ -21,7 +21,7 @@ This section contains the release notes for Umbraco Commerce 15 including all ch #### [15.3.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.7) (Jun 24th 2025) * Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721). -* Fixed stock imput allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714). +* Fixed stock input allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714). * Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712). #### [15.3.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.6) (Jun 13th 2025)