From 75953f264422831ca189870a29225de31fe49005 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Mon, 8 Apr 2024 13:23:42 +0100 Subject: [PATCH] Release notes --- 10/umbraco-commerce/release-notes.md | 6 ++++++ 12/umbraco-commerce/release-notes.md | 6 ++++++ 13/umbraco-commerce/release-notes/README.md | 7 +++++++ 3 files changed, 19 insertions(+) diff --git a/10/umbraco-commerce/release-notes.md b/10/umbraco-commerce/release-notes.md index 4e739053fe5..beb84779e73 100644 --- a/10/umbraco-commerce/release-notes.md +++ b/10/umbraco-commerce/release-notes.md @@ -17,6 +17,12 @@ 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.10](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.10) (April 8th 2024) + +* Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action (wasn't fully fixed in 10.0.9) [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Added support for localhost sub domains in dev license [#493](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/493). +* Added a `WithUmbracoBuilder` extension for `IUmbracoCommerceBuilder` to allow access to the Umbraco configuration within an Umbraco Commerce registration. + #### [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 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). diff --git a/12/umbraco-commerce/release-notes.md b/12/umbraco-commerce/release-notes.md index 9cd27fbf36c..83a4bad122d 100644 --- a/12/umbraco-commerce/release-notes.md +++ b/12/umbraco-commerce/release-notes.md @@ -17,6 +17,12 @@ 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.9](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.9) (April 8th 2024) + +* Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action (wasn't fully fixed in 12.1.9) [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Added support for localhost sub domains in dev license [#493](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/493). +* Added a `WithUmbracoBuilder` extension for `IUmbracoCommerceBuilder` to allow access to the Umbraco configuration within an Umbraco Commerce registration. + #### [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 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). diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index d1f77fb8054..3f52d454441 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.3](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.3) (April 8th 2024) + +* Fixed properties set in the background from an entity action lost when resaving the entity from the UI after the action (wasn't fully fixed in 13.1.2) [#472](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/472). +* Fixed orderline properties not showing in orderline summary by default due to regression from strongly typing UI config files in 13.1.0 [#494](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/494). +* Added support for localhost sub domains in dev license [#493](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/493). +* Added a `WithUmbracoBuilder` extension for `IUmbracoCommerceBuilder` to allow access to the Umbraco configuration within an Umbraco Commerce registration. + #### [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 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).