ThumbPress

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

MEDIUM RISK

6.5 → 6.5.2

Medium risk: 18 removed classes, 6 removed methods, 3 removed functions.

  • The filter image-sizes_get_posts is no longer fired. Any code hooked to it stops running silently.
  • The filter thumbpress_settings_menus is no longer fired. Any code hooked to it stops running silently.
  • The function thumbpress_get_field_factory() was removed. Direct calls from a theme or another plugin will fatal.
  • The function thumbpress_home_url() was removed. Direct calls from a theme or another plugin will fatal.
  • The function thumbpress_settings_menus() was removed. Direct calls from a theme or another plugin will fatal.
  • The class Codexpert\ThumbPress\Abstracts\Field was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Checkbox was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Color was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Date was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Editor was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Email was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\File was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Multicheck was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Number was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Password was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Radio was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Range was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Select was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Text was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Textarea was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\Time was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\URL was removed. Code that instantiates or extends it will fatal.
  • The class Codexpert\ThumbPress\Helpers\Field\WYSIWYG was removed. Code that instantiates or extends it will fatal.
  • Codexpert\ThumbPress\Helpers\Utility::get_posts() was removed.
  • Codexpert\ThumbPress\Traits\Auth::is_user() was removed.
  • Codexpert\ThumbPress\Traits\Auth::is_guest() was removed.
  • Codexpert\ThumbPress\Traits\Auth::is_member() was removed.
  • Codexpert\ThumbPress\Traits\Auth::is_customer() was removed.
  • Codexpert\ThumbPress\Traits\Auth::is_editor() was removed.