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
Copy file name to clipboardExpand all lines: 13/umbraco-commerce/release-notes/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: >-
5
5
6
6
# Release Notes
7
7
8
-
In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
8
+
In this section, we have summarized the changes to Umbraco Commerce that were released in each version. Each version has a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
9
9
10
10
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
11
11
@@ -17,6 +17,11 @@ If you are upgrading to a new major version, check the breaking changes in the [
17
17
18
18
This section contains the release notes for Umbraco Commerce 13 including all changes for this version.
* Fixed regressions due to updates from 13.1.6 not getting merged back into main project [#576](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/576).
23
+
* Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574).
**Important** If you are running on version 13 of Umbraco Commerce it is advised to upgrade to this version as soon as possible. Changes in .NET 8.0.8 cause an error in our `EntityCache` which have been resolved in this release. With some hosting providers automatically applying .NET patch releases, upgrading should be proritised to avoid any unintentional breakages.
**Important** If you are running on version 14 of Umbraco Commerce it is advised to upgrade to this version as soon as possible. Changes in .NET 8.0.8 cause an error in our `EntityCache` which have been resolved in this release. With some hosting providers automatically applying .NET patch releases, upgrading should be proritised to avoid any unintentional breakages.
* Fixed issue where shipping / payment method prices are restored before allowed country regions causing validation errors [#10](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/10).
57
+
* Fixed issue where shipping/payment method prices are restored before allowed country regions causing validation errors [#10](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/10).
0 commit comments