WP-PageNavi

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

MEDIUM RISK

2.94.6 → 3.0.0

Medium risk: 24 removed classes, 13 removed functions, 2 removed hooks.

  • The filter redirect_post_location is no longer fired. Any code hooked to it stops running silently.
  • The filter widget_title is no longer fired. Any code hooked to it stops running silently.
  • The function _pagenavi_init() was removed. Direct calls from a theme or another plugin will fatal.
  • The function html() was removed. Direct calls from a theme or another plugin will fatal.
  • The function html_link() was removed. Direct calls from a theme or another plugin will fatal.
  • The function plugin_uninstalled() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_admin_notice() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_get_query_flags() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_init() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_install_table() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_list_fold() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_list_group_by() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_register_table() was removed. Direct calls from a theme or another plugin will fatal.
  • The function scb_uninstall_table() was removed. Direct calls from a theme or another plugin will fatal.
  • The function set_post_field() was removed. Direct calls from a theme or another plugin will fatal.
  • The class PageNavi_Call was removed. Code that instantiates or extends it will fatal.
  • The class PageNavi_Core was removed. Code that instantiates or extends it will fatal.
  • The class PageNavi_Options_Page was removed. Code that instantiates or extends it will fatal.
  • The class scbAdminPage was removed. Code that instantiates or extends it will fatal.
  • The class scbBoxesPage was removed. Code that instantiates or extends it will fatal.
  • The class scbCron was removed. Code that instantiates or extends it will fatal.
  • The class scbCustomField was removed. Code that instantiates or extends it will fatal.
  • The class scbForm was removed. Code that instantiates or extends it will fatal.
  • The class scbFormField was removed. Code that instantiates or extends it will fatal.
  • The class scbFormField_I was removed. Code that instantiates or extends it will fatal.
  • The class scbForms was removed. Code that instantiates or extends it will fatal.
  • The class scbHooks was removed. Code that instantiates or extends it will fatal.
  • The class scbLoad4 was removed. Code that instantiates or extends it will fatal.
  • The class scbMultipleChoiceField was removed. Code that instantiates or extends it will fatal.
  • The class scbOptions was removed. Code that instantiates or extends it will fatal.
  • The class scbPostMetabox was removed. Code that instantiates or extends it will fatal.
  • The class scbRadiosField was removed. Code that instantiates or extends it will fatal.
  • The class scbSelectField was removed. Code that instantiates or extends it will fatal.
  • The class scbSingleCheckboxField was removed. Code that instantiates or extends it will fatal.
  • The class scbSingleChoiceField was removed. Code that instantiates or extends it will fatal.
  • The class scbTable was removed. Code that instantiates or extends it will fatal.
  • The class scbTextField was removed. Code that instantiates or extends it will fatal.
  • The class scbUtil was removed. Code that instantiates or extends it will fatal.
  • The class scbWidget was removed. Code that instantiates or extends it will fatal.
  • The script/style handle postbox is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.