From 4a31f31dde9e95d15d71fb0cee08c8ef0091d80c Mon Sep 17 00:00:00 2001 From: Thomas Roberts <5656702+opr@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:00:42 +0000 Subject: [PATCH] Add link to PR that deprecated experimental functions (https://github.com/woocommerce/woocommerce-blocks/pull/8430) Co-authored-by: Saad Tarhi --- .../packages/checkout/filter-registry/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce-blocks/packages/checkout/filter-registry/index.ts b/plugins/woocommerce-blocks/packages/checkout/filter-registry/index.ts index 7522006f943..a12846e803f 100644 --- a/plugins/woocommerce-blocks/packages/checkout/filter-registry/index.ts +++ b/plugins/woocommerce-blocks/packages/checkout/filter-registry/index.ts @@ -71,8 +71,8 @@ export const __experimentalRegisterCheckoutFilters = ( deprecated( '__experimentalRegisterCheckoutFilters', { alternative: 'registerCheckoutFilters', plugin: 'WooCommerce Blocks', - link: '', - since: '6.0.0', + link: 'https://github.com/woocommerce/woocommerce-blocks/pull/8346', + since: '9.6.0', hint: '__experimentalRegisterCheckoutFilters has graduated to stable and this experimental function will be removed.', } ); registerCheckoutFilters( namespace, filters ); @@ -279,8 +279,8 @@ export const __experimentalApplyCheckoutFilter = < T >( { deprecated( '__experimentalApplyCheckoutFilter', { alternative: 'applyCheckoutFilter', plugin: 'WooCommerce Blocks', - link: '', - since: '6.0.0', + link: 'https://github.com/woocommerce/woocommerce-blocks/pull/8346', + since: '9.6.0', hint: '__experimentalApplyCheckoutFilter has graduated to stable and this experimental function will be removed.', } ); return applyCheckoutFilter( {