Advanced Custom Fields

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

MEDIUM RISK

0.9.2.5 → 0.9.2.6

Medium risk: 11 removed methods, 2 changed templates, 1 removed class.

  • ACFE_Field_Group::has_enhanced_ui() was removed.
  • ACFE_Field_Group::submitbox() was removed.
  • ACFE_Field_Group::get_autosync_value() was removed.
  • ACFE_Field_Group::get_autosync_choices() was removed.
  • acfe_field_group_advanced::render_settings() was removed.
  • The class acfe_field_group_meta was removed. Code that instantiates or extends it will fatal.
  • acfe_hooks::acf_location_screen() was removed.
  • acfe_hooks::acf_form_data() was removed.
  • acfe_hooks::acf_save_post_form_data() was removed.
  • acfe_hooks::attachment_upload() was removed.
  • acfe_hooks::handle_upload_dir() was removed.
  • acfe_hooks::handle_upload_file() was removed.
  • The template includes/acfe-template-functions.php changed. Any theme override of it is now out of date and will miss the change.
  • The template includes/template-tags.php changed. Any theme override of it is now out of date and will miss the change.