My Calendar

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

MEDIUM RISK

3.7.17 → 3.8.0

Medium risk: 22 changed templates, 3 removed functions, 1 removed hook.

  • The filter mc_close_button is no longer fired. Any code hooked to it stops running silently.
  • mc_category_key() now requires 2 argument(s), up from 1. Existing calls will throw an ArgumentCountError.
  • The function mc_close_button() was removed. Direct calls from a theme or another plugin will fatal.
  • The function mc_get_event_instances() was removed. Direct calls from a theme or another plugin will fatal.
  • The function mcs_check_conflicts() was removed. Direct calls from a theme or another plugin will fatal.
  • The template includes/class-mc-template-loader.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/calendar-title.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/calendar.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/card-title.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/card.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/list-title.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/list.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/mini-title.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/mini.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/next.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/now.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/search.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/single-title.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/single.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/today.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/event/upcoming.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/location/hcard.php changed. Any theme override of it is now out of date and will miss the change.
  • The template mc-templates/location/single.php changed. Any theme override of it is now out of date and will miss the change.
  • The template my-calendar-call-template.php changed. Any theme override of it is now out of date and will miss the change.
  • The template my-calendar-templates.php changed. Any theme override of it is now out of date and will miss the change.
  • The template templates/legacy-functions.php changed. Any theme override of it is now out of date and will miss the change.
  • The template templates/my-calendar-template.php changed. Any theme override of it is now out of date and will miss the change.