From 8ad834288a57709b6a5a20e7b5530f26206bd2c9 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Wed, 27 Mar 2024 10:46:40 +0000 Subject: [PATCH 1/5] Added release notes --- 10/umbraco-commerce/release-notes.md | 5 +++++ 12/umbraco-commerce/release-notes.md | 5 +++++ 13/umbraco-commerce/release-notes/README.md | 10 ++++++++++ 3 files changed, 20 insertions(+) diff --git a/10/umbraco-commerce/release-notes.md b/10/umbraco-commerce/release-notes.md index 72bae4af3b7..e82bfa398bf 100644 --- a/10/umbraco-commerce/release-notes.md +++ b/10/umbraco-commerce/release-notes.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 10 including all changes for this version. +#### [10.0.9](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.9) (March 27th 2024) + +* Fixed properties set in background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). + #### [10.0.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.8) (March 3rd 2024) * Fixed issue with date range order searches not working correctly [#468](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/468). diff --git a/12/umbraco-commerce/release-notes.md b/12/umbraco-commerce/release-notes.md index 89ae6c80346..3c426c59487 100644 --- a/12/umbraco-commerce/release-notes.md +++ b/12/umbraco-commerce/release-notes.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 12 including all changes for this version. +#### [12.1.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.8) (March 27th 2024) + +* Fixed properties set in background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). + #### [12.1.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.7) (March 3rd 2024) * Fixed issue with date range order searches not working correctly [#468](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/468). diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 0a864f66db7..b0751a9921b 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -17,6 +17,16 @@ 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.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (March 27th 2024) + +* Fixed properties set in background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). +* Fixed regression where launching the shipping method country prices dialog caused javascript errors [#480](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/480). +* Fixed regression with order list configs not deserializing correctly [#485](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/485). +* Fixed `Order.ProductVariantReference` mapping to the wrong field in Storefront API. +* Fixed `CountryRegionTaxRate.Country` mapping to the wrong field in Storefront API. +* Added better validation error messages when saving locations missing required fields [#481](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/481). + #### [13.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.1) (March 3rd 2024) * Fixed regression where custom order/cart editor view stopped working [#469](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/469). From 5f8327dea23d16f5aea30587bb4ee126e989f6a6 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:07:04 +0100 Subject: [PATCH 2/5] Update 10/umbraco-commerce/release-notes.md --- 10/umbraco-commerce/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/umbraco-commerce/release-notes.md b/10/umbraco-commerce/release-notes.md index e82bfa398bf..4e739053fe5 100644 --- a/10/umbraco-commerce/release-notes.md +++ b/10/umbraco-commerce/release-notes.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Commerce 10 including all ch #### [10.0.9](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.9) (March 27th 2024) -* Fixed properties set in background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). * Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). #### [10.0.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.8) (March 3rd 2024) From 0c2953448230e36ffc797b8ed11bbf59e311f0b6 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:07:11 +0100 Subject: [PATCH 3/5] Update 12/umbraco-commerce/release-notes.md --- 12/umbraco-commerce/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-commerce/release-notes.md b/12/umbraco-commerce/release-notes.md index 3c426c59487..9cd27fbf36c 100644 --- a/12/umbraco-commerce/release-notes.md +++ b/12/umbraco-commerce/release-notes.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Commerce 12 including all ch #### [12.1.8](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.8) (March 27th 2024) -* Fixed properties set in background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). * Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). #### [12.1.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.7) (March 3rd 2024) From 8f5f5172e000605d56cc655618a5411d6ef7253b Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:07:18 +0100 Subject: [PATCH 4/5] 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 b0751a9921b..bf1c8ab6594 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Commerce 13 including all ch #### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (March 27th 2024) -* Fixed properties set in background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). * Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). * Fixed regression where launching the shipping method country prices dialog caused javascript errors [#480](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/480). * Fixed regression with order list configs not deserializing correctly [#485](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/485). From 16e9025e139af7e02c0cc03bf6a1278d0a237379 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:07:23 +0100 Subject: [PATCH 5/5] 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 bf1c8ab6594..d1f77fb8054 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -21,7 +21,7 @@ This section contains the release notes for Umbraco Commerce 13 including all ch * Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). * Fixed unable to override cart editor view like you can the order editor view [#474](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/474). -* Fixed regression where launching the shipping method country prices dialog caused javascript errors [#480](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/480). +* Fixed regression where launching the shipping method country prices dialog caused JavaScript errors [#480](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/480). * Fixed regression with order list configs not deserializing correctly [#485](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/485). * Fixed `Order.ProductVariantReference` mapping to the wrong field in Storefront API. * Fixed `CountryRegionTaxRate.Country` mapping to the wrong field in Storefront API.