From a2f4c318832b3f408f31035f3f2b85e0e5ff83a1 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Thu, 11 Jul 2024 15:06:47 +0100 Subject: [PATCH 1/2] Updated release notes --- 10/umbraco-commerce/release-notes.md | 4 ++++ 13/umbraco-commerce/release-notes/README.md | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/10/umbraco-commerce/release-notes.md b/10/umbraco-commerce/release-notes.md index 6912f289580..239c7ecf93f 100644 --- a/10/umbraco-commerce/release-notes.md +++ b/10/umbraco-commerce/release-notes.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 10 including all changes for this version. +#### [10.0.13](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.13) (July 11th 2024) + +* Fixed issue with stock synchronizer prematurely looking up a store [#536](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/536). + #### [10.0.12](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.12) (July 3rd 2024) * Added pessimistic locking to the payment provider callback endpoint to prevent concurrency issues if the endpoint is called too many times at once [#533](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/533). diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 408a7f3c5f9..eb4a55320fa 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -17,6 +17,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 13 including all changes for this version. +#### [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). +* Fixed issue with 13.1.5 migration scripts using too new a feature [#539](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/539). +* Fixed issue with stock synchronizer prematurely looking up a store [#536](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/536). +* Updated pessimistic locking on the payment provider callback endpoints to lock from the start of the request not just when processing the callback. + #### [13.1.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.5) (July 3rd 2024) * Added new `IRoundingService` to allow overriding the default rounding behavior [#506](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/506). From 1b845ec462586f5e617c59e145b4e2e98f600d79 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:17:19 +0200 Subject: [PATCH 2/2] Update 13/umbraco-commerce/release-notes/README.md --- 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 eb4a55320fa..c85defd4067 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -22,7 +22,7 @@ This section contains the release notes for Umbraco Commerce 13 including all ch * Fixed issue with the Storefront API hosted checkout not rendering form attributes [#532](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/532). * Fixed issue with 13.1.5 migration scripts using too new a feature [#539](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/539). * Fixed issue with stock synchronizer prematurely looking up a store [#536](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/536). -* Updated pessimistic locking on the payment provider callback endpoints to lock from the start of the request not just when processing the callback. +* Updated pessimistic locking on the payment provider callback endpoints to lock from the start of the request, not when processing the callback. #### [13.1.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.5) (July 3rd 2024)