You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[6.14.0] - 2026-03-17
Added
[cerrito_game_type_schedule] shortcode — game-type-first view showing each game type
as a header with all scheduled locations and times listed underneath
Recurring events grouped under "Every Monday", "Every Tuesday" etc. in canonical day order
Upcoming one-time events grouped by date ("Mar 21 (Friday)")
Each row shows the location name (linked) and time, right-aligned
Respects ACF game_color for colored header bars per game type
Parameters: game_type (filter to one type), days_ahead (default 60), show_logo (yes/no), show_description (yes/no), orderby (name/menu_order)
[6.13.0] - 2026-03-12
Changed
game_type parameter on all shortcodes now accepts a comma-separated list of
slugs or names, e.g. game_type="music-bingo,trivia"
Single-value usage is unchanged and fully backward compatible
Updated cerrito_filter_by_game_type() helper to handle multiple values
Added
Game type color picker — add a game_color Color Picker ACF field to the game_type
taxonomy to set a custom brand color per game type
Color is applied inline via style= attributes so it works without CSS changes:
Compact schedule — game type label text color
Full schedule — occurrence title type name text color
Location cards — left border accent color (replaces hardcoded red/teal)
Location directory — event row type label text and left border
cerrito_get_game_color( $type_name ) helper — returns hex color or ''
cerrito_game_color_style( $type_name, $property ) helper — returns inline style=
attribute string for any CSS property; falls back gracefully to CSS class colors if
the ACF field is not set
ACF setup required
Add field to Game Types taxonomy field group:
Label: Game Color · Name: game_color · Type: Color Picker · Default value: #0066cc