Skip to content
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
7 changes: 6 additions & 1 deletion 13/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-

# Release Notes

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

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

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

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

#### [13.1.11](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.11) (October 25th 2024)

* 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).
* Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574).

#### [13.1.10](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.10) (October 23rd 2024)

**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.
Expand Down
6 changes: 6 additions & 0 deletions 14/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ If you are upgrading to a new major version, check the breaking changes in the [

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


#### [14.1.6](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.6) (October 25th 2024)

* Fixed bug in group discounts provider based on the issue described in [#574](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/574).
* Fixed UDI parsing error when using product related discount rules due to missing UDI Json Converter. Fixed by backporting PocoFactory from v15.

#### [14.1.5](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.5) (October 23rd 2024)

**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.
Expand Down
10 changes: 9 additions & 1 deletion commerce-add-ons/packages/deploy/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ In this section, you can find the release notes for each version of Deploy packa

<summary>Version 14</summary>

#### [14.1.1](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.1) (October 24th 2024)

* Fixes Unexpected entity type `umbraco-commerce-country` error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11).

#### 14.1.0 (September 30th 2024)

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

<summary>Version 13</summary>

#### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (October 24th 2024)

* Fixes Unexpected entity type `umbraco-commerce-country` error [#11](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues/11).

#### [13.1.2](https://github.com/umbraco/Umbraco.Commerce.Deploy/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.2) (August 9rd 2024)

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


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