My Calendar v3.7.10
= 3.7.10 =
- Accessibility: End date error message always announced to screen readers.
- Accessibility: Increase width of default event title focus outline.
- Performance: Memoised frequently queried values.
- Performance: Don't disable category transients in WP_DEBUG.
- Change: Removed legacy My Calendar Pro support (more than 5 years)
- Change: Hide 'author' column if only one author.
- Bug fix: Fixed a handful of potentially undefined variables.
- Bug fix: Set missing color on modal heading.
- Bug fix: Remove line breaks from date badge because wpautop.
- Bug fix: Empty '.recurs' div if not recurring.
- New action:
mc_before_delete_event. Needed so actions can have access to event data. - Style improvements: Recurring events panel.
- Remove PHP < 7.4 supports.
- Security: Missing publication authorization check via
event_approvedparameter. Props type5afe via WordFence.