Add link to PR that deprecated experimental functions (https://github.com/woocommerce/woocommerce-blocks/pull/8430)
Co-authored-by: Saad Tarhi <saad.trh@gmail.com>
This commit is contained in:
parent
a6b6d1c251
commit
4a31f31dde
|
@ -71,8 +71,8 @@ export const __experimentalRegisterCheckoutFilters = (
|
||||||
deprecated( '__experimentalRegisterCheckoutFilters', {
|
deprecated( '__experimentalRegisterCheckoutFilters', {
|
||||||
alternative: 'registerCheckoutFilters',
|
alternative: 'registerCheckoutFilters',
|
||||||
plugin: 'WooCommerce Blocks',
|
plugin: 'WooCommerce Blocks',
|
||||||
link: '',
|
link: 'https://github.com/woocommerce/woocommerce-blocks/pull/8346',
|
||||||
since: '6.0.0',
|
since: '9.6.0',
|
||||||
hint: '__experimentalRegisterCheckoutFilters has graduated to stable and this experimental function will be removed.',
|
hint: '__experimentalRegisterCheckoutFilters has graduated to stable and this experimental function will be removed.',
|
||||||
} );
|
} );
|
||||||
registerCheckoutFilters( namespace, filters );
|
registerCheckoutFilters( namespace, filters );
|
||||||
|
@ -279,8 +279,8 @@ export const __experimentalApplyCheckoutFilter = < T >( {
|
||||||
deprecated( '__experimentalApplyCheckoutFilter', {
|
deprecated( '__experimentalApplyCheckoutFilter', {
|
||||||
alternative: 'applyCheckoutFilter',
|
alternative: 'applyCheckoutFilter',
|
||||||
plugin: 'WooCommerce Blocks',
|
plugin: 'WooCommerce Blocks',
|
||||||
link: '',
|
link: 'https://github.com/woocommerce/woocommerce-blocks/pull/8346',
|
||||||
since: '6.0.0',
|
since: '9.6.0',
|
||||||
hint: '__experimentalApplyCheckoutFilter has graduated to stable and this experimental function will be removed.',
|
hint: '__experimentalApplyCheckoutFilter has graduated to stable and this experimental function will be removed.',
|
||||||
} );
|
} );
|
||||||
return applyCheckoutFilter( {
|
return applyCheckoutFilter( {
|
||||||
|
|
Loading…
Reference in New Issue