Skip to content

4.9.0

Compare
Choose a tag to compare
@dannyvankooten dannyvankooten released this 13 Jan 08:15

4.9.0 - Jan 13, 2023

  • Removed deprecated filter hook mc4wp_settings_cap, use mc4wp_admin_required_capability instead.
  • Removed deprecated filter hook mc4wp_merge_vars, use mc4wp_form_data or mc4wp_integration_data instead.
  • Removed deprecated filter hook mc4wp_form_merge_vars, use mc4wp_form_data instead.
  • Removed deprecated filter hook mc4wp_integration_merge_vars, use mc4wp_integration_data instead.
  • Removed deprecated filter hook mc4wp_valid_form_request, use mc4wp_form_errors instead.
  • Removed deprecated function mc4wp_get_api() and deprecated class MC4WP_API.
  • Removed deprecated function mc4wp_checkbox().
  • Removed deprecated function mc4wp_form(), use mc4wp_show_form() instead.
  • Added filter mc4wp_debug_log_message to modify or disable messages that are written to the debug log.
  • Fix color of invalid Mailchimp API key notice.
  • Sanitize IP address value from $_SERVER['REMOTE_ADDR'] too.
  • Fetch GDPR marketing permissions via first subscriber on list and show them in lists overview table.