ImageMagick Engine

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

MEDIUM RISK

1.8.0 → 2.0.0

Medium risk: 6 removed functions, 1 removed AJAX action, 1 removed asset handle.

  • The function ime_ajax_regeneration_get_images() was removed. Direct calls from a theme or another plugin will fatal.
  • The function ime_is_windows() was removed. Direct calls from a theme or another plugin will fatal.
  • The function ime_option_admin_images_url() was removed. Direct calls from a theme or another plugin will fatal.
  • The function ime_option_display() was removed. Direct calls from a theme or another plugin will fatal.
  • The function ime_option_status_icon() was removed. Direct calls from a theme or another plugin will fatal.
  • The function ime_script_version_compare() was removed. Direct calls from a theme or another plugin will fatal.
  • The AJAX action wp_ajax_ime_regeneration_get_images was removed.
  • The script/style handle alpinejs is gone. Code that dequeues, or declares a dependency on, that handle is now wrong.