Skip to content

Commit 75637d3

Browse files
authored
Merge pull request #6602 from mattbrailsford/uc-release-notes-3
Umbraco Commerce 13.1.11 & 14.1.6 and Umbraco Commerce Deploy 13.1.2 & 14.1.1 release notes
2 parents 33fef45 + 314c702 commit 75637d3

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

13/umbraco-commerce/release-notes/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55

66
# Release Notes
77

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.
99

1010
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
1111

@@ -17,6 +17,11 @@ If you are upgrading to a new major version, check the breaking changes in the [
1717

1818
This section contains the release notes for Umbraco Commerce 13 including all changes for this version.
1919

20+
#### [13.1.11](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.11) (October 25th 2024)
21+
22+
* 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).
24+
2025
#### [13.1.10](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.10) (October 23rd 2024)
2126

2227
**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.

14/umbraco-commerce/release-notes/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ If you are upgrading to a new major version, check the breaking changes in the [
1717

1818
This section contains the release notes for Umbraco Commerce 14 including all changes for this version.
1919

20+
21+
#### [14.1.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.6) (October 25th 2024)
22+
23+
* Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574).
24+
* Fixed UDI parsing error when using product related discount rules due to missing UDI Json Converter. Fixed by backporting PocoFactory from v15.
25+
2026
#### [14.1.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.5) (October 23rd 2024)
2127

2228
**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.

commerce-add-ons/packages/deploy/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ In this section, you can find the release notes for each version of Deploy packa
2626

2727
<summary>Version 14</summary>
2828

29+
#### [14.1.1](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.1) (October 24th 2024)
30+
31+
* Fixes Unexpected entity type `umbraco-commerce-country` error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11).
32+
2933
#### 14.1.0 (September 30th 2024)
3034

3135
* Release for Umbraco Commerce v14.1.0 with Tax Calculation Methods support.
@@ -44,9 +48,13 @@ In this section, you can find the release notes for each version of Deploy packa
4448

4549
<summary>Version 13</summary>
4650

51+
#### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (October 24th 2024)
52+
53+
* Fixes Unexpected entity type `umbraco-commerce-country` error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11).
54+
4755
#### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (August 9rd 2024)
4856

49-
* 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).
5058

5159

5260
#### [13.1.1](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.1) (March 3rd 2024)

0 commit comments

Comments
 (0)