From 76b71655f5b8f6646b5a3f5a42c74c3993171b67 Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Thu, 10 Oct 2024 11:25:51 +0300 Subject: [PATCH 1/3] Updated release notes for Umbraco.Commerce 13.1.7/14.1.2 --- 13/umbraco-commerce/release-notes/README.md | 4 ++++ 14/umbraco-commerce/release-notes/README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index c85defd4067..08c3ab1fb23 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.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.7) (October 10th 2024) +* Fixed issue with EntityCache fail after .NET SDK update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). +* Check the config for being undefined in order's edit properties dialog. + #### [13.1.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.6) (July 11th 2024) * Fixed issue with the Storefront API hosted checkout not rendering form attributes [#532](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/532). diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 5bf8a5f9e97..5e31d571b6b 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -17,6 +17,9 @@ 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.2 (10th October 2024) +* Fixed issue with EntityCache fail after .NET SDK update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). + #### 14.1.1 (27th September 2024) * Fixed issue with malformed SQL Server migration ([#561](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/561)). From 3a7d7086a8efee32a37b7099ad1f0b9672ea6fa8 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Thu, 10 Oct 2024 12:25:34 +0200 Subject: [PATCH 2/3] Make linter happy --- 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 08c3ab1fb23..046ca1633a8 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -18,7 +18,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.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.7) (October 10th 2024) -* Fixed issue with EntityCache fail after .NET SDK update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). +* Fixed issue where the EntityCache fail after the .NET Software Development Kit (SDK) update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). * Check the config for being undefined in order's edit properties dialog. #### [13.1.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.6) (July 11th 2024) From 1d7294ab327f333ba420b3d5976809ba56d0d49a Mon Sep 17 00:00:00 2001 From: sofietoft Date: Thu, 10 Oct 2024 12:25:49 +0200 Subject: [PATCH 3/3] Make linter happy --- 14/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 5e31d571b6b..e75d24e3579 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -18,7 +18,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 14 including all changes for this version. #### 14.1.2 (10th October 2024) -* Fixed issue with EntityCache fail after .NET SDK update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). +* Fixed issue where the EntityCache fail after the .NET Software Development Kit (SDK) update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). #### 14.1.1 (27th September 2024)