From 9c7acf38a0a09deba7411bcc0e912b70d055dc93 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Thu, 24 Oct 2024 15:24:05 +0100 Subject: [PATCH 1/7] Umbraco Commerce 13.1.11 & Umbraco Commerce Deploy 13.1.2 & 14.1.1 release notes --- 13/umbraco-commerce/release-notes/README.md | 4 ++++ commerce-add-ons/packages/deploy/release-notes.md | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 03e3c6dd2e2..5077ff0a627 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -17,6 +17,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 13 including all changes for this version. +#### [13.1.11](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.11) (October 24th 2024) + +* Fixed regressions due to updates from 13.1.6 not getting merged back into main project [#576](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/576). + #### [13.1.10](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.10) (October 23rd 2024) **Important** If you are running on version 13 of Umbraco Commerce it is advised to upgrade to this version as soon as possible. Changes in .NET 8.0.8 cause an error in our `EntityCache` which have been resolved in this release. With some hosting providers automatically applying .NET patch releases, upgrading should be proritised to avoid any unintentional breakages. diff --git a/commerce-add-ons/packages/deploy/release-notes.md b/commerce-add-ons/packages/deploy/release-notes.md index 2783b97729e..a3359d6a68e 100644 --- a/commerce-add-ons/packages/deploy/release-notes.md +++ b/commerce-add-ons/packages/deploy/release-notes.md @@ -26,6 +26,10 @@ In this section, you can find the release notes for each version of Deploy packa Version 14 +#### [14.1.1](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.1) (October 24th 2024) + +* Fixes Unexpected entity type "umbraco-commerce-country" error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11). + #### 14.1.0 (September 30th 2024) * Release for Umbraco Commerce v14.1.0 with Tax Calculation Methods support. @@ -44,6 +48,10 @@ In this section, you can find the release notes for each version of Deploy packa Version 13 +#### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (October 24th 2024) + +* Fixes Unexpected entity type "umbraco-commerce-country" error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11). + #### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (August 9rd 2024) * Fixed issue where shipping / payment method prices are restored before allowed country regions causing validation errors [#10](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/10). From db3be54007406492973279c96017b8399f3c28a7 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Fri, 25 Oct 2024 09:02:58 +0100 Subject: [PATCH 2/7] Umbraco Commerce 13.1.11 & Umbraco Commerce Deploy 13.1.2 & 14.1.1 release notes --- 13/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 5077ff0a627..b18c1afe68f 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -17,7 +17,7 @@ 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.1.11](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.11) (October 24th 2024) +#### [13.1.11](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.11) (October 25th 2024) * Fixed regressions due to updates from 13.1.6 not getting merged back into main project [#576](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/576). From d0571f708d66526522579c2764879107b49041df Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Sat, 26 Oct 2024 08:45:08 +0100 Subject: [PATCH 3/7] Updated release notes --- 13/umbraco-commerce/release-notes/README.md | 1 + 14/umbraco-commerce/release-notes/README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index b18c1afe68f..792f6e4b851 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -20,6 +20,7 @@ This section contains the release notes for Umbraco Commerce 13 including all ch #### [13.1.11](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.11) (October 25th 2024) * Fixed regressions due to updates from 13.1.6 not getting merged back into main project [#576](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/576). +* Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574). #### [13.1.10](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.10) (October 23rd 2024) diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index e22f06b3557..523df70d5b2 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -17,6 +17,11 @@ 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. + +#### [14.1.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.6) (October 25th 2024) + +* Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574). + #### [14.1.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.5) (October 23rd 2024) **Important** If you are running on version 14 of Umbraco Commerce it is advised to upgrade to this version as soon as possible. Changes in .NET 8.0.8 cause an error in our `EntityCache` which have been resolved in this release. With some hosting providers automatically applying .NET patch releases, upgrading should be proritised to avoid any unintentional breakages. From 647bfcf17b9854b5ff9f6169abb838367ede4f20 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Sun, 27 Oct 2024 13:53:09 +0000 Subject: [PATCH 4/7] Updated 14.1.6 release notes --- 14/umbraco-commerce/release-notes/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 523df70d5b2..a1af614e2b3 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -21,6 +21,7 @@ This section contains the release notes for Umbraco Commerce 14 including all ch #### [14.1.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.6) (October 25th 2024) * Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574). +* Fixed UDI parsing error when using product related discount rules due to missing UDI Json Converter. Fixed by backporting PocoFactory from v15. #### [14.1.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.5) (October 23rd 2024) From 8640d2dcd3c4676cbfae6737a7317f8734e091d5 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 29 Oct 2024 08:58:15 +0100 Subject: [PATCH 5/7] Fix vale warning --- commerce-add-ons/packages/deploy/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce-add-ons/packages/deploy/release-notes.md b/commerce-add-ons/packages/deploy/release-notes.md index a3359d6a68e..d6011c3d0d0 100644 --- a/commerce-add-ons/packages/deploy/release-notes.md +++ b/commerce-add-ons/packages/deploy/release-notes.md @@ -28,7 +28,7 @@ In this section, you can find the release notes for each version of Deploy packa #### [14.1.1](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.1) (October 24th 2024) -* Fixes Unexpected entity type "umbraco-commerce-country" error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11). +* Fixes Unexpected entity type `umbraco-commerce-country` error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11). #### 14.1.0 (September 30th 2024) From cfdeac266764992fffdb49cbecc9e9b93e738827 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 29 Oct 2024 08:59:46 +0100 Subject: [PATCH 6/7] Fixing vale warning --- commerce-add-ons/packages/deploy/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commerce-add-ons/packages/deploy/release-notes.md b/commerce-add-ons/packages/deploy/release-notes.md index d6011c3d0d0..b49348a6bd6 100644 --- a/commerce-add-ons/packages/deploy/release-notes.md +++ b/commerce-add-ons/packages/deploy/release-notes.md @@ -50,11 +50,11 @@ In this section, you can find the release notes for each version of Deploy packa #### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (October 24th 2024) -* Fixes Unexpected entity type "umbraco-commerce-country" error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11). +* Fixes Unexpected entity type `umbraco-commerce-country` error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11). #### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (August 9rd 2024) -* Fixed issue where shipping / payment method prices are restored before allowed country regions causing validation errors [#10](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/10). +* Fixed issue where shipping/payment method prices are restored before allowed country regions causing validation errors [#10](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/10). #### [13.1.1](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.1) (March 3rd 2024) From 314c702797b804da51b44b2a3d32389fd5c92a2e Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 29 Oct 2024 09:09:18 +0100 Subject: [PATCH 7/7] Trigger GitBook checks --- 13/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 792f6e4b851..4cb8ae0d704 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -5,7 +5,7 @@ description: >- # Release Notes -In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +In this section, we have summarized the changes to Umbraco Commerce that were released in each version. Each version has a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.