v.6.5.0 - Simplified Refined Schedule
[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 nameshow_day_filter="yes"parameter for[cerrito_master_schedule]
— renders pill buttons (All · Mon · Tue …) above the schedule; only days with events appeardefault_day="Tuesday"parameter — pre-selects a day on page loadshow_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 withwp_date()throughout for correct WordPress timezone handling- All PHP 8-only syntax removed for PHP 7.4 compatibility (union return types,
mixedhints,
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-themedattribute 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