Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 780f47e

Browse files
oprtarhi-saad
andcommitted
Add link to PR that deprecated experimental functions (#8430)
Co-authored-by: Saad Tarhi <[email protected]>
1 parent d2d065b commit 780f47e

File tree

1 file changed

+4
-4
lines changed
  • packages/checkout/filter-registry

1 file changed

+4
-4
lines changed

packages/checkout/filter-registry/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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( {

0 commit comments

Comments
 (0)