Availability Datepicker

Release-by-release breaking change history · 10k+ active installs

HIGH RISK

2.3 → 3.0

High risk: 9 removed classes, 7 removed asset handles, 5 removed hooks.

  • The action datepkr_loaded is no longer fired. Any code hooked to it stops running silently.
  • The action wsa_form_bottom_dtpicker is no longer fired. Any code hooked to it stops running silently.
  • The action wsa_form_bottom_dtpicker_advanced is no longer fired. Any code hooked to it stops running silently.
  • The action wsa_form_top_dtpicker is no longer fired. Any code hooked to it stops running silently.
  • The action wsa_form_top_dtpicker_advanced is no longer fired. Any code hooked to it stops running silently.
  • The function datepkr() was removed. Direct calls from a theme or another plugin will fatal.
  • The function dtpicker_fs_custom_connect_message_on_update() was removed. Direct calls from a theme or another plugin will fatal.
  • The function hide_option_option() was removed. Direct calls from a theme or another plugin will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Admin\IntegrationAPI was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Admin\SettingsAPI was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Admin\SettingsLink was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Admin\SettingsPage was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\DateTimePicker was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Init was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Integration\IntegrationHelper was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Integration\IntegrationImport was removed. Code that instantiates or extends it will fatal.
  • The class CMoreira\Plugins\DateTimePicker\Integration\ManualIntegration was removed. Code that instantiates or extends it will fatal.
  • The shortcode [datetimepicker] no longer exists. Every page using it will render the raw shortcode text to visitors.
  • The script/style handle dtp-moment is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The script/style handle dtpicker is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The script/style handle dtpicker-build is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The script/style handle wp-color-picker is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The script/style handle jquery is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The script/style handle dtpkr-slider-style is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The script/style handle dtpkr-admin-style is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The constant DATEPKR_FILE is no longer defined.