Skip to content

v.6.5.0 - Simplified Refined Schedule

Choose a tag to compare

@LouGriffith LouGriffith released this 10 Mar 16:27
· 24 commits to main since this release
d4ddf77

[6.5] - 2026-03-10

Added

  • display="compact" parameter for [cerrito_master_schedule] and [cerrito_recurring_schedule]
    — replaces full venue cards with tight inline rows: time → venue name
  • show_day_filter="yes" parameter for [cerrito_master_schedule]
    — renders pill buttons (All · Mon · Tue …) above the schedule; only days with events appear
  • default_day="Tuesday" parameter — pre-selects a day on page load
  • show_themed_filter="yes" parameter for [cerrito_master_schedule]
    — adds a 🎭 Themed toggle button; works independently or combined with the day filter
  • Both filters are two-dimensional: selecting "Tuesday + Themed" shows only themed Tuesday events;
    days with no matching groups are automatically hidden

Changed

  • Events within each group are now sorted by start time (earliest first) across all shortcodes
  • date() replaced with wp_date() throughout for correct WordPress timezone handling
  • All PHP 8-only syntax removed for PHP 7.4 compatibility (union return types, mixed hints,
    typed properties replaced with docblock comments)
  • Plugin URI updated to https://github.com/lougriffith/cerrito-schedule
  • GitHub updater repo references lowercased to match actual repository name

Fixed

  • data-themed attribute now stamped on event group divs in both full and compact display modes
  • Themed filter correctly hides entire day blocks when no themed events remain after filtering

**Full Changelog @LouGriffith **: v6.3.2...v6.4.0