Skip to content

Commit

Permalink
Cherry pick 47005 into release/8.9 (#47176)
Browse files Browse the repository at this point in the history
* 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 <github-actions@github.com>

* Prep for cherry pick 47005

---------

Co-authored-by: Moon <moon.kyong@automattic.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: WooCommerce Bot <no-reply@woocommerce.com>
  • Loading branch information
4 people committed May 6, 2024
1 parent bf7c40e commit f44a84c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion plugins/woocommerce/includes/class-wc-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
);
Expand Down
7 changes: 0 additions & 7 deletions plugins/woocommerce/includes/wc-update-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*/
Expand Down
1 change: 1 addition & 0 deletions plugins/woocommerce/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f44a84c

Please sign in to comment.