Skip to content

Updated Umbraco Commerce release notes #7186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 25, 2025
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
22 changes: 22 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,28 @@ 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.7](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.7) (Jun 24th 2025)

* Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721).
* Fixed stock input allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714).
* Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712).

#### [15.3.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.6) (Jun 13th 2025)

* Fixed bug where unable to refund orders with payment methods that don't support partial refunds [#710](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/710).

#### [15.3.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.5) (May 29th 2025)

* Fixed issue with not being able to create countries [#709](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/709).
* Fixed issue with inconsistent labeling of measurement units [#706](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/706).
* Fixed issue emails not sending due to headless language parsing [#705](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/705).

#### [15.3.4](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Acomponent%2Fcommerce+label%3Arelease%2F15.3.4) (May 6th 2025)

* Fixed issue when exporting lots of entities due to too many SQL parameters [#704](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/704).
* Fixed issue with product measurements not being copied to the orderline if any of them are zero [#702](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/702).
* Fixed method not found exception due to changes in CMS webhook API [#701](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/701).

#### 15.3.3 (May 1st 2025)

* Fixed error when triggering webhooks on order finalization due to missing method in CMS.
Expand Down
3 changes: 3 additions & 0 deletions 16/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This section contains the release notes for Umbraco Commerce 16 including all ch
#### 16.0.0 (12th Jun 2025)

* Version 16 final release.
* Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721).
* Fixed stock input allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714).
* Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712).

#### 16.0.0-rc1 (28th May 2025)

Expand Down