From 7717de1e6e623d14aefeb7542f42839efbe732ae Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Tue, 6 Feb 2024 14:23:19 +0000 Subject: [PATCH] Update patch release notes for Umbraco Commerce --- 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 d2f14bd4c98..0d40a8e2e72 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.6 (February 6th 2024) + +* Added licensing fallback to use any previously validated license within the last 7 days +* Updated `Umbraco.Licenses` version dependency to the latest +* Made `WithUmbracoCommerceBuilder` extension public to allow accessing the `IUmbracoCommerceBuilder` instance outside of the `AddUmbracoCommerce` call + #### [10.0.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.5) (December 13th 2023) * Fixed Cross-site scripting (XSS) issue in email/print templates. diff --git a/12/umbraco-commerce/release-notes.md b/12/umbraco-commerce/release-notes.md index 7af84e53cab..046424ad91c 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.5 (February 6th 2024) + +* Added licensing fallback to use any previously validated license within the last 7 days +* Updated `Umbraco.Licenses` version dependency to the latest +* Made `WithUmbracoCommerceBuilder` extension public to allow accessing the `IUmbracoCommerceBuilder` instance outside of the `AddUmbracoCommerce` call + #### [12.1.4](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.4) (December 13th 2023) * Fixed Cross-site scripting (XSS) issue in email/print templates. diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 0f56c765a15..ed5779b878b 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -35,6 +35,13 @@ Read the [v13.1.0-RC release post](./v13.1.0-rc.md) for further background on th * Updates the cart editor to calculate shipping rates/payment fees based on the current in-memory cart state. * Updates storefront API to incorporate new shipping rates endpoints +#### 13.0.1 (February 6th 2024) + +* Reset request stream before passing to payment providers +* Added licensing fallback to use any previously validated license within the last 7 days +* Updated `Umbraco.Licenses` version dependency to the latest +* Made `WithUmbracoCommerceBuilder` extension public to allow accessing the `IUmbracoCommerceBuilder` instance outside of the `AddUmbracoCommerce` call + #### [13.0.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.0.0) (December 13th 2023) * Upgraded to run again Umbraco v13 and .NET 8