Metricool

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

HIGH RISK

1.27 → 2.0.2

High risk: 1 removed function, 1 removed class, 1 removed template.

  • The function metricool_add_plugin_page_settings_link() was removed. Direct calls from a theme or another plugin will fatal.
  • The class metricool was removed. Code that instantiates or extends it will fatal.
  • The template views/settings.php was removed. Themes overriding it keep rendering a copy of a file the plugin no longer uses.
  • This release introduces base64_decode() (payload decoding), which the previous version did not use. Review before deploying.
  • New external hostnames appear in this release: complianz.io, example.test, help.metricool.com, metricool.rsp-auth.com, really-simple-ssl.com.
  • outbound requests — This plugin did not make outbound HTTP requests before. It does now.