User Profile Builder

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

MEDIUM RISK

3.16.6 → 4.0.0

Medium risk: 4 removed functions, 3 removed hooks, 2 removed classes.

  • The action post_edd_sl_plugin_updater_setup is no longer fired. Any code hooked to it stops running silently.
  • The filter edd_sl_api_request_verify_ssl is no longer fired. Any code hooked to it stops running silently.
  • The filter edd_sl_plugin_updater_api_params is no longer fired. Any code hooked to it stops running silently.
  • The function wppb_international_telephone_input_admin_notification() was removed. Direct calls from a theme or another plugin will fatal.
  • The function wppb_paid_plugin_init_updater() was removed. Direct calls from a theme or another plugin will fatal.
  • The function wppb_paid_plugin_update_message() was removed. Direct calls from a theme or another plugin will fatal.
  • The function wppb_plugin_update_message() was removed. Direct calls from a theme or another plugin will fatal.
  • The class WPPB_EDD_SL_Plugin_Updater was removed. Code that instantiates or extends it will fatal.
  • The class WPPB_Plugin_Updater was removed. Code that instantiates or extends it will fatal.
  • WPPB_Setup_Wizard::website_has_active_addons() was removed.
  • The template admin/advanced-settings/includes/views/view-fields.php changed. Any theme override of it is now out of date and will miss the change.
  • The template admin/advanced-settings/includes/views/view-forms.php changed. Any theme override of it is now out of date and will miss the change.