Skip to content

v1.5.0 – Admin View Tabs

Choose a tag to compare

@hau-git hau-git released this 09 Feb 08:59
· 29 commits to main since this release

v1.5.0 – Admin View Tabs

New Feature

  • Admin event list now has view tabs: Upcoming, Past, All, Drafts, Trash
  • Default view is "Upcoming": When you open the event list, only upcoming and ongoing events are shown
  • Past events are separated into their own tab so they don't clutter the main view
  • "Alle" shows all published events regardless of status
  • Drafts and Trash tabs appear only when there are items

Technical Details

  • Uses `views_edit-ve_event` filter for tab links with live counts
  • Query filtering via `pre_get_posts` with `vev_view` GET parameter
  • Events without end date meta are included in "Upcoming" (NOT EXISTS fallback)
  • Fully compatible with column sorting (Start/End)
  • German translations updated