Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 10/umbraco-commerce/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions 12/umbraco-commerce/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions 13/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down