Buttonizer

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

MEDIUM RISK

7.0.1 → 7.0.2

Medium risk: 13 removed classes, 8 removed methods, 6 removed REST routes.

  • The function bzsfGetCurrentLanguage() was removed. Direct calls from a theme or another plugin will fatal.
  • The function bzsfInitFunction() was removed. Direct calls from a theme or another plugin will fatal.
  • The function bzsfIsValidUUID() was removed. Direct calls from a theme or another plugin will fatal.
  • The function bzsfWidgetShortcode() was removed. Direct calls from a theme or another plugin will fatal.
  • The function bzsf_redirect_to_page() was removed. Direct calls from a theme or another plugin will fatal.
  • BZSocialFeeds\Admin\Admin::adminAssets() was removed.
  • BZSocialFeeds\Admin\Admin::addModuleToScriptTag() was removed.
  • BZSocialFeeds\Admin\Admin::page() was removed.
  • BZSocialFeeds\Admin\Admin::getActionLock() was removed.
  • BZSocialFeeds\Admin\Admin::wordpressAdminBar() was removed.
  • BZSocialFeeds\Admin\Admin::requestForReview() was removed.
  • BZSocialFeeds\Admin\Admin::cachingPluginDetected() was removed.
  • BZSocialFeeds\Admin\Admin::generateAdminNotice() was removed.
  • The class BZSocialFeeds\Api\Analytics\Overview was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Api\Connection\Connect was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Api\Connection\Disconnect was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Api\Connection\StartEditorSession was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Api\Connection\Sync was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Api\Settings\UpdateSettings was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\Account was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\ApiRequest was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\Editor was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\ManifestParser was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\PermissionCheck was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\Settings was removed. Code that instantiates or extends it will fatal.
  • The class BZSocialFeeds\Utils\SiblingPlugins was removed. Code that instantiates or extends it will fatal.
  • The REST route /bz_social_feeds/settings was removed. Integrations calling it will 404.
  • The REST route /bz_social_feeds/disconnect was removed. Integrations calling it will 404.
  • The REST route /bz_social_feeds/connect was removed. Integrations calling it will 404.
  • The REST route /bz_social_feeds/sync was removed. Integrations calling it will 404.
  • The REST route /bz_social_feeds/editor_start_session was removed. Integrations calling it will 404.
  • The REST route /bz_social_feeds/analytics/overview was removed. Integrations calling it will 404.
  • The template app/Admin/AdminTemplate.php was removed. Themes overriding it keep rendering a copy of a file the plugin no longer uses.