From a0278af8ad310b4790c6f8c3de57952db6623128 Mon Sep 17 00:00:00 2001 From: Adrian Duffell <9312929+adrianduffell@users.noreply.github.com> Date: Tue, 28 Dec 2021 21:36:16 +0800 Subject: [PATCH] Syc 2.9.x changelog entries (https://github.com/woocommerce/woocommerce-admin/pull/8044) * Add changelog * Fixed style Co-authored-by: Fernando Marichal --- plugins/woocommerce-admin/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/woocommerce-admin/changelog.txt b/plugins/woocommerce-admin/changelog.txt index cd4501b2fcd..42a2c0e43f8 100644 --- a/plugins/woocommerce-admin/changelog.txt +++ b/plugins/woocommerce-admin/changelog.txt @@ -25,6 +25,18 @@ - Tweak: Add inbox_panel_view tracks event. #8002 - Enhancement: Add tests to Subscriptions inclusion. #7804 +== 2.9.3 12/15/2021 == + +- Fix: Correctly match payment gateways by id #7994 + +== 2.9.2 12/13/2021 == + +- Fix: Fix shipping task completion status #8031 + +== 2.9.1 12/07/2021 == + +- Fix: Fix shipping task not offering step 3. #7985 + == 2.9.0 11/30/2021 == - Fix: Do not clear `current` class from the entire page when updating wp-admin's menu. #7773