From 4c8b5828f576039d9343168dda15b1dafe9556d9 Mon Sep 17 00:00:00 2001 From: Matt Brailsford Date: Thu, 8 Feb 2024 10:05:26 +0000 Subject: [PATCH 1/2] RC2 release notes --- 13/umbraco-commerce/release-notes/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index ed5779b878b..32f7c2c88d8 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -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-rc2 (February 8th 2024) + +* Fixed RC1 regression where discount / gift card tree icons were broken. +* Fixed RC1 regression where localized translations were broken. +* Fixed issue in dynamic shipping subtotal range provider not taking the current calculation context into account and so was selecting the wrong range. + #### 13.1.0-rc1 (February 6th 2024) Read the [v13.1.0-RC release post](./v13.1.0-rc.md) for further background on this release. From 6971cc2dd54e4768d8383f953ec60da239c41417 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:20:11 +0100 Subject: [PATCH 2/2] Update 13/umbraco-commerce/release-notes/README.md --- 13/umbraco-commerce/release-notes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-commerce/release-notes/README.md b/13/umbraco-commerce/release-notes/README.md index 32f7c2c88d8..d3a761744dd 100644 --- a/13/umbraco-commerce/release-notes/README.md +++ b/13/umbraco-commerce/release-notes/README.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Commerce 13 including all ch #### 13.1.0-rc2 (February 8th 2024) -* Fixed RC1 regression where discount / gift card tree icons were broken. +* Fixed RC1 regression where discount/gift card tree icons were broken. * Fixed RC1 regression where localized translations were broken. * Fixed issue in dynamic shipping subtotal range provider not taking the current calculation context into account and so was selecting the wrong range.