From 823a59c378edaf3448f33bc87db420f9b98608bc Mon Sep 17 00:00:00 2001 From: botwoo Date: Wed, 11 Sep 2024 02:47:06 +0000 Subject: [PATCH] Amend changelog entries for release 8.2.0 --- changelog.txt | 1 + changelog/fix-9414-unhandled-ece-loaderror | 4 ---- readme.txt | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 changelog/fix-9414-unhandled-ece-loaderror diff --git a/changelog.txt b/changelog.txt index 41f3c511d8b..f7bccd8a1d5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -16,6 +16,7 @@ * Fix - Fix shipping rates retrieval method for shortcode cart/checkout. * Fix - Fix support for merchant site styling when initializing WooPay via classic checkout * Fix - Fix WooPay direct checkout. +* Fix - Handle loadError in ECE for Block Context Initialization. * Fix - Move woopay theme support checkbox to the appearance section. * Fix - Pass appearance data when initiating WooPay via the email input flow * Fix - Prevent preload of BNPL messaging if minimum order amount isn't hit. diff --git a/changelog/fix-9414-unhandled-ece-loaderror b/changelog/fix-9414-unhandled-ece-loaderror deleted file mode 100644 index 654ccdcfbba..00000000000 --- a/changelog/fix-9414-unhandled-ece-loaderror +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Handle loadError in ECE for Block Context Initialization. diff --git a/readme.txt b/readme.txt index ca0f1154a38..f89a0a662c1 100644 --- a/readme.txt +++ b/readme.txt @@ -110,6 +110,7 @@ Please note that our support for the checkout block is still experimental and th * Fix - Fix shipping rates retrieval method for shortcode cart/checkout. * Fix - Fix support for merchant site styling when initializing WooPay via classic checkout * Fix - Fix WooPay direct checkout. +* Fix - Handle loadError in ECE for Block Context Initialization. * Fix - Move woopay theme support checkbox to the appearance section. * Fix - Pass appearance data when initiating WooPay via the email input flow * Fix - Prevent preload of BNPL messaging if minimum order amount isn't hit.