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
5 changes: 5 additions & 0 deletions 10/umbraco-commerce/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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)

* Fixed issue with date range order searches not working correctly [#468](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/468).
Expand Down
5 changes: 5 additions & 0 deletions 12/umbraco-commerce/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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)

* Fixed issue with date range order searches not working correctly [#468](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/468).
Expand Down
10 changes: 10 additions & 0 deletions 13/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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).
* 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).
Expand Down