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
6 changes: 6 additions & 0 deletions 13/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 13 including all changes for this version.

#### 13.1.0 (February 21st 2024)

* Minor release closing off the RC period.
* Fixed null exceptions when creating shipping methods with empty config.
* Added helper methods to `FixedRateShippingCalculationConfig` to make it's API closer to the older fixed rate price lookup API.

#### 13.1.0-rc3 (February 15th 2024)

* Fixed missing SQL Server migrations.
Expand Down
4 changes: 4 additions & 0 deletions commerce-add-ons/packages/checkout/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ In this section, you can find the release notes for each version of Checkout pac

<summary>Version 13</summary>

#### 13.1.0 (February 21st 2024)

* Minor release closing off the RC period.

#### 13.1.0-rc1 (February 6th 2024)

* Adds support for dynamic and realtime rates.
Expand Down
4 changes: 4 additions & 0 deletions 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 13</summary>

#### 13.1.0 (February 21st 2024)

* Minor release closing off the RC period.

#### 13.1.0-rc1 (February 6th 2024)

* Adds support for Locations
Expand Down
4 changes: 4 additions & 0 deletions commerce-add-ons/shipping-providers/dhl/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ In this section, you can find the release notes for each version of DHL Shipping

<summary>Version 13</summary>

#### 13.0.0 (February 21st 2024)

* Public release closing off the RC period.

#### 13.0.0-rc1 (February 6th 2024)

* Initial release.
Expand Down
4 changes: 4 additions & 0 deletions commerce-add-ons/shipping-providers/easypost/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ In this section, you can find the release notes for each version of EasyPost Shi

<summary>Version 13</summary>

#### 13.0.0 (February 21st 2024)

* Public release closing off the RC period.

#### 13.0.0-rc1 (February 6th 2024)

* Initial release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ In this section, you can find the release notes for each version of Shipmondo Sh

<summary>Version 13</summary>

#### 13.0.0 (February 21st 2024)

* Public release closing off the RC period.

#### 13.0.0-rc1 (February 6th 2024)

* Initial release.
Expand Down