From c17644693cf8c6646bc41727e068ea3d30989255 Mon Sep 17 00:00:00 2001 From: Adrian Cojocariu Date: Mon, 21 Oct 2024 13:47:14 +0300 Subject: [PATCH 1/3] Update Umbraco Commerce docs --- 13/umbraco-commerce/release-notes/README.md | 3 +++ 14/umbraco-commerce/release-notes/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 046ca1633a8..60011a9c13c 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/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 13 including all changes for this version. +#### [13.1.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.8) (October 17th 2024) +* Belt and brace the entity cache and added a logger to log if an attempt is made to set a NULL key [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). + #### [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 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. diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index e75d24e3579..152c50cfae6 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.3 (17th October 2024) +* Belt and brace the entity cache and added a logger to log if an attempt is made to set a NULL key [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). + #### 14.1.2 (10th October 2024) * Fixed issue where the EntityCache fail after the .NET Software Development Kit (SDK) update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). From b75ccf1b441b901be123e9fd7495c66eedd9ad16 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 22 Oct 2024 09:05:05 +0200 Subject: [PATCH 2/3] Small fix --- 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 60011a9c13c..aef6b5fdff4 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.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.8) (October 17th 2024) -* Belt and brace the entity cache and added a logger to log if an attempt is made to set a NULL key [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). +* Belt and brace the entity cache and added a logger to log if an attempt is made to set a `NULL` key [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). #### [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 where the EntityCache fail after the .NET Software Development Kit (SDK) update [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). From edacc4fe838a99e5b0a3bfc190a6e665b7eeed1c Mon Sep 17 00:00:00 2001 From: sofietoft Date: Tue, 22 Oct 2024 09:05:27 +0200 Subject: [PATCH 3/3] Small fix --- 14/umbraco-commerce/release-notes/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/14/umbraco-commerce/release-notes/README.md b/14/umbraco-commerce/release-notes/README.md index 152c50cfae6..5f02bb7d3e4 100644 --- a/14/umbraco-commerce/release-notes/README.md +++ b/14/umbraco-commerce/release-notes/README.md @@ -18,9 +18,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.3 (17th October 2024) -* Belt and brace the entity cache and added a logger to log if an attempt is made to set a NULL key [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). + +* Belt and brace the entity cache and added a logger to log if an attempt is made to set a `NULL` key [#565](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/565). #### 14.1.2 (10th October 2024) + * 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)