Skip to content
Merged
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
11 changes: 10 additions & 1 deletion 16/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 16 including all changes for this version.

#### [16.4.0-RC](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.4.0) (Oct 15th 2025)
#### [16.4.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.4.0) (Oct 30th 2025)

* Final release of [16.4.0-RC](#1640-rc-oct-15th-2025) features.
* Added missing FK indexes to improve performance and prevent deadlocks.
* Fixed payment/shipping providers not loading for non-admin users [#782](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/782).
* Fixed discount rule/reward provider not loading for non-admin users [#780](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/780).
* Fixed transaction activity not being deleted in bulk deletions [#781](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/781).
* Fixed DateTime timezone conversion issues across API, persistence, and frontend layers [#778](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/778).

#### 16.4.0-RC (Oct 15th 2025)

* Added compact sortable order number generator to generate shorter order numbers (new installs only).
* Added product adapter discount rules to allow product/category-based discounts for non-Umbraco-based products.
Expand Down