From 99d8b9bf42a0a949cf65228ed377e277cc945d98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:17:13 -0300 Subject: [PATCH] Delete changelog files based on PR 50700 (#50712) * Delete changelog files for 50700 * Remove related changelog file --------- Co-authored-by: WooCommerce Bot Co-authored-by: Jorge Torres --- .../changelog/50720-fix-missing-logout-confirmation | 4 ---- .../changelog/fix-set-new-password-regression-49670 | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 plugins/woocommerce/changelog/50720-fix-missing-logout-confirmation delete mode 100644 plugins/woocommerce/changelog/fix-set-new-password-regression-49670 diff --git a/plugins/woocommerce/changelog/50720-fix-missing-logout-confirmation b/plugins/woocommerce/changelog/50720-fix-missing-logout-confirmation deleted file mode 100644 index 6dc236fbc97..00000000000 --- a/plugins/woocommerce/changelog/50720-fix-missing-logout-confirmation +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: tweak -Comment: Fixes missing global in unreleased code. - diff --git a/plugins/woocommerce/changelog/fix-set-new-password-regression-49670 b/plugins/woocommerce/changelog/fix-set-new-password-regression-49670 deleted file mode 100644 index 5d5e3d5f4dc..00000000000 --- a/plugins/woocommerce/changelog/fix-set-new-password-regression-49670 +++ /dev/null @@ -1,4 +0,0 @@ -Significance: patch -Type: fix - -Allow new accounts to set new password even if logged in.