Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 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,10 @@ If you are upgrading to a new major version, check the breaking changes in the [

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

#### [15.3.13](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.3.13) (Sep 25th 2025)

* Fixed shipping address summary showing the billing address country [#756](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/756).

#### [15.3.12](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.3.12) (Sep 10th 2025)

* Fixed inability to unset a payment/shipping method via the Storefront API [#752](https://github.com/umbraco/Umbraco.Commerce.Issues/discussions/752).
Expand Down
7 changes: 7 additions & 0 deletions 16/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 16 including all changes for this version.

#### [16.3.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.3.1) (Sep 25th 2025)

* Fixed inconsistance between Payment and Shipping Methods `SetEnabledAsync` API.
* Fixed issue with product related discounts not applying correctly [#758](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/758).
* Fixed shipping address summary showing the billing address country [#756](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/756).
* Fixed slow order list load times by adding page size pagination selector and defaulting to 25 rather than 100 [#755](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/755).

#### [16.3.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.3.0) (Sep 10th 2025)

* Added ability to disable payment/shipping providers without losing data [#659](https://github.com/umbraco/Umbraco.Commerce.Issues/discussions/659).
Expand Down
Loading