From 3554ba86defa1d0edb9a30cfc4634cdab4c78995 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Wed, 23 Nov 2022 16:31:29 +0200 Subject: [PATCH] Components: Bump DateTimePicker deprecated prop removal version --- packages/components/src/date-time/date-time/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/src/date-time/date-time/index.tsx b/packages/components/src/date-time/date-time/index.tsx index 3d97b19dc17c6..123f20e76c640 100644 --- a/packages/components/src/date-time/date-time/index.tsx +++ b/packages/components/src/date-time/date-time/index.tsx @@ -43,14 +43,14 @@ function UnforwardedDateTimePicker( if ( ! __nextRemoveHelpButton ) { deprecated( 'Help button in wp.components.DateTimePicker', { since: '13.4', - version: '14.6', // Six months of plugin releases. + version: '15.8', // One year of plugin releases. hint: 'Set the `__nextRemoveHelpButton` prop to `true` to remove this warning and opt in to the new behaviour, which will become the default in a future version.', } ); } if ( ! __nextRemoveResetButton ) { deprecated( 'Reset button in wp.components.DateTimePicker', { since: '13.4', - version: '14.6', // Six months of plugin releases. + version: '15.8', // One year of plugin releases. hint: 'Set the `__nextRemoveResetButton` prop to `true` to remove this warning and opt in to the new behaviour, which will become the default in a future version.', } ); }