Customizer Search

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

MEDIUM RISK

1.2.0 → 1.2.1

Medium risk: 3 removed classes, 2 removed constants, 1 removed hook.

  • The filter bsf_core_stats is no longer fired. Any code hooked to it stops running silently.
  • The function wp_timezone_string() was removed. Direct calls from a theme or another plugin will fatal.
  • The class BSF_Analytics was removed. Code that instantiates or extends it will fatal.
  • The class BSF_Analytics_Loader was removed. Code that instantiates or extends it will fatal.
  • The class BSF_Analytics_Stats was removed. Code that instantiates or extends it will fatal.
  • The script/style handle bsf-analytics-admin-style is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.
  • The constant BSF_ANALYTICS_VERSION is no longer defined.
  • The constant BSF_ANALYTICS_URI is no longer defined.