You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721).
24
+
* Fixed stock input allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714).
25
+
* Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712).
* 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).
* Fixed issue when exporting lots of entities due to too many SQL parameters [#704](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/704).
40
+
* 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).
41
+
* Fixed method not found exception due to changes in CMS webhook API [#701](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/701).
42
+
21
43
#### 15.3.3 (May 1st 2025)
22
44
23
45
* Fixed error when triggering webhooks on order finalization due to missing method in CMS.
Copy file name to clipboardExpand all lines: 16/umbraco-commerce/release-notes/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ This section contains the release notes for Umbraco Commerce 16 including all ch
21
21
#### 16.0.0 (12th Jun 2025)
22
22
23
23
* Version 16 final release.
24
+
* Fixed bug in property editors with store config not resolving the correct store [#721](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/721).
25
+
* Fixed stock input allowing stock levels below zero [#714](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/714).
26
+
* Fixed bug in price property editor not honoring extra decimal places config [#712](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/712).
0 commit comments