Skip to content

Commit

Permalink
Components: Bump DateTimePicker deprecated prop removal version (#46006)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Nov 23, 2022
1 parent 8e93b93 commit 5d4a12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/date-time/date-time/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
} );
}
Expand Down

0 comments on commit 5d4a12d

Please sign in to comment.