From f44a84c640bc3c76d8acb6d5e7697c6ec879a5a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:25:28 +0200 Subject: [PATCH] Cherry pick 47005 into release/8.9 (#47176) * Remove wc_update_890_add_launch_your_store_tour_option (#47005) * Remove wc_update_890_add_launch_your_store_tour_option * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions * Prep for cherry pick 47005 --------- Co-authored-by: Moon Co-authored-by: github-actions Co-authored-by: WooCommerce Bot --- plugins/woocommerce/includes/class-wc-install.php | 1 - plugins/woocommerce/includes/wc-update-functions.php | 7 ------- plugins/woocommerce/readme.txt | 1 + 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/plugins/woocommerce/includes/class-wc-install.php b/plugins/woocommerce/includes/class-wc-install.php index 84fb2f015b4a..facbe610f020 100644 --- a/plugins/woocommerce/includes/class-wc-install.php +++ b/plugins/woocommerce/includes/class-wc-install.php @@ -249,7 +249,6 @@ class WC_Install { 'wc_update_870_prevent_listing_of_transient_files_directory', ), '8.9.0' => array( - 'wc_update_890_add_launch_your_store_tour_option', 'wc_update_890_update_connect_to_woocommerce_note', ), ); diff --git a/plugins/woocommerce/includes/wc-update-functions.php b/plugins/woocommerce/includes/wc-update-functions.php index e48d0aae8203..fe8608fc25df 100644 --- a/plugins/woocommerce/includes/wc-update-functions.php +++ b/plugins/woocommerce/includes/wc-update-functions.php @@ -2670,13 +2670,6 @@ function wc_update_870_prevent_listing_of_transient_files_directory() { $wp_filesystem->put_contents( $default_transient_files_dir . '/index.html', '' ); } -/** - * Add woocommerce_show_lys_tour. - */ -function wc_update_890_add_launch_your_store_tour_option() { - update_option( 'woocommerce_show_lys_tour', 'yes' ); -} - /** * If it exists, remove and recreate the inbox note that asks users to connect to `Woo.com` so that the domain name is changed to the updated `WooCommerce.com`. */ diff --git a/plugins/woocommerce/readme.txt b/plugins/woocommerce/readme.txt index 99eb413d3dad..c07fe5621f63 100644 --- a/plugins/woocommerce/readme.txt +++ b/plugins/woocommerce/readme.txt @@ -263,6 +263,7 @@ WooCommerce comes with some sample data you can use to see how products look; im * Add - Use a public helper API endpoint update-check-public to check latest versions of WooCommerce extensions and show a plugin update message in the plugin table list to connect to woocommerce.com. [#46082](https://github.com/woocommerce/woocommerce/pull/46082) * Add - Use state names in Checkout Block address cards. [#45799](https://github.com/woocommerce/woocommerce/pull/45799) * Add - [Product Block Editor]: register `metadata` attribute for all blocks [#45657](https://github.com/woocommerce/woocommerce/pull/45657) +* Update - Remove wc_update_890_add_launch_your_store_tour_option function. [#47005](https://github.com/woocommerce/woocommerce/pull/47005) * Update - Add coming soon banner on the frontend when coming soon mode is enabled. [#46096](https://github.com/woocommerce/woocommerce/pull/46096) * Update - Add feature flag check for patterns and wrap coming soon template and patterns under feature flag [#46856](https://github.com/woocommerce/woocommerce/pull/46856) * Update - Additional Checkout Fields has been graduated to stable. [#46805](https://github.com/woocommerce/woocommerce/pull/46805)