Fix Navigation removal release timing to 9.5 (#52094)

* Update target release

* update class comments
This commit is contained in:
Paul Sealock 2024-10-18 05:16:53 +13:00 committed by GitHub
parent fa07ff56f4
commit 69d43a62df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
/** /**
* WooCommerce Navigation Core Menu * WooCommerce Navigation Core Menu
* *
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4. * @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
* @package Woocommerce Admin * @package Woocommerce Admin
*/ */

View File

@ -2,7 +2,7 @@
/** /**
* WooCommerce Navigation Favorite * WooCommerce Navigation Favorite
* *
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4. * @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
* @package Woocommerce Navigation * @package Woocommerce Navigation
*/ */

View File

@ -2,7 +2,7 @@
/** /**
* Navigation Experience * Navigation Experience
* *
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4. * @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
* @package Woocommerce Admin * @package Woocommerce Admin
*/ */
@ -44,6 +44,6 @@ class Init {
*/ */
public static function deprecation_notice( $fcn ) { public static function deprecation_notice( $fcn ) {
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
error_log( 'Automattic\WooCommerce\Admin\Features\Navigation\\' . $fcn . ' is deprecated since 9.3 with no alternative. Navigation classes will be removed in WooCommerce 9.4' ); error_log( 'Automattic\WooCommerce\Admin\Features\Navigation\\' . $fcn . ' is deprecated since 9.3 with no alternative. Navigation classes will be removed in WooCommerce 9.5' );
} }
} }

View File

@ -2,7 +2,7 @@
/** /**
* WooCommerce Navigation Menu * WooCommerce Navigation Menu
* *
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4. * @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
* @package Woocommerce Navigation * @package Woocommerce Navigation
*/ */

View File

@ -2,7 +2,7 @@
/** /**
* WooCommerce Navigation Screen * WooCommerce Navigation Screen
* *
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4. * @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
* @package Woocommerce Navigation * @package Woocommerce Navigation
*/ */