This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/checkout/filter-registry Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ export const __experimentalRegisterCheckoutFilters = (
7171 deprecated ( '__experimentalRegisterCheckoutFilters' , {
7272 alternative : 'registerCheckoutFilters' ,
7373 plugin : 'WooCommerce Blocks' ,
74- link : '' ,
75- since : '6.0 .0' ,
74+ link : 'https://github.com/woocommerce/woocommerce-blocks/pull/8346 ' ,
75+ since : '9.6 .0' ,
7676 hint : '__experimentalRegisterCheckoutFilters has graduated to stable and this experimental function will be removed.' ,
7777 } ) ;
7878 registerCheckoutFilters ( namespace , filters ) ;
@@ -279,8 +279,8 @@ export const __experimentalApplyCheckoutFilter = < T >( {
279279 deprecated ( '__experimentalApplyCheckoutFilter' , {
280280 alternative : 'applyCheckoutFilter' ,
281281 plugin : 'WooCommerce Blocks' ,
282- link : '' ,
283- since : '6.0 .0' ,
282+ link : 'https://github.com/woocommerce/woocommerce-blocks/pull/8346 ' ,
283+ since : '9.6 .0' ,
284284 hint : '__experimentalApplyCheckoutFilter has graduated to stable and this experimental function will be removed.' ,
285285 } ) ;
286286 return applyCheckoutFilter ( {
You can’t perform that action at this time.
0 commit comments