Skip to content

Releases: carstingaxion/gatherpress-tickets

Release list

0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:37
  • Align admin column content centered 9ee214f

0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:14
  • Block variationgatherpress/tickets, a core/button variation with full native styling controls, identified by the is-style-gatherpress-tickets CSS class.
  • Post metagatherpress_tickets_url on gatherpress_event posts, REST-API-exposed and editor-bound.
  • URL fallback chain — resolves to the GatherPress venue website, then the venue term archive, then renders as an inert <span role="button"> with an adjusted label when nothing is available.
  • Ticket URL field — shared TicketUrlField component used in both the block inspector panel and the always-visible document setting panel; draft-based input with blur-commit and inline Notice validation (rejects non-http/https URLs including bare strings like "123").
  • Pre-publish panel — surfaces the same URL field in the pre-publish checklist so editors are reminded before publishing.
  • Admin list-table column — dashicon ticket column on the event list screen; linked green check mark when a URL is set, em-dash otherwise.
  • Dashboard widget — lists upcoming events missing a ticket URL with an inline "Add URL" overlay form; URL validated server-side before save, results cached in a one-hour transient that is busted automatically on any meta change.