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
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 @@ -16,6 +16,13 @@

This section contains the release notes for Umbraco Commerce 13 including all changes for this version.

#### [13.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.0) (Mar 3rd 2025)

* Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments.
* Fixed custom headers missing from display in carts list [#672](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/672).
* Fixed the `OrderHasCustomerEmailAddress` query specification performing the wrong comparison (essentially inverted).

Check warning on line 23 in 13/umbraco-commerce/release-notes/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Editorializing] Consider removing 'essentially' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'essentially'", "location": {"path": "13/umbraco-commerce/release-notes/README.md", "range": {"start": {"line": 23, "column": 97}}}, "severity": "WARNING"}
* Fixed issue where a recalculation of an order with a shipping method that no longer meets it's eligability criteria rolls back the Unit of Work even if the failure can be automatically rectified.

#### [13.1.19](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.19) (Feb 19th 2025)

* Fixed regression from 13.1.18 where a Unit of Work was not populating the ambient reference when using `uow.Create` [#670](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/670).
Expand Down
9 changes: 9 additions & 0 deletions 15/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@

This section contains the release notes for Umbraco Commerce 14 including all changes for this version.

#### [15.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) (Mar 3rd 2025)

* Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments.
* Fixed issue with amount based discounts not persisting the amount value correctly [#674](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/674).
* Fixed issue with member group discounts throwing error [#675](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/675).
* Fixed the `OrderHasCustomerEmailAddress` query specification performing the wrong comparison (essentially inverted).

Check warning on line 26 in 15/umbraco-commerce/release-notes/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Editorializing] Consider removing 'essentially' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'essentially'", "location": {"path": "15/umbraco-commerce/release-notes/README.md", "range": {"start": {"line": 26, "column": 97}}}, "severity": "WARNING"}
* Fixed issue where a recalculation of an order with a shipping method that no longer meets it's eligability criteria rolls back the Unit of Work even if the failure can be automatically rectified.
* Added "Customer Source" config option to member group discount rule to allow you choose where the customer should be resolved from. Either the order or the session.

#### [15.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.1) (19th Feb 2025)

* Fixed bug in price property editor not formatting prices correctly on load when using a non US currency format [#666](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/666).
Expand Down
Loading