Skip to content

V1.0.0

Choose a tag to compare

@philhoyt philhoyt released this 01 Apr 01:10
· 56 commits to main since this release

= 1.0.0 =

  • Event Cost block: added Show Cost and Show Button toggles; removed unused min/max cost, currency, and capacity meta fields.
  • Event Venue block: support for multiple venue terms with horizontal rule dividers; removed redundant Show Map toggle.
  • Event Map block: support for multiple venue pins with automatic bounds fitting.
  • Event Countdown block: added three-state display — counting down, started (event in progress), and passed (after end time).
  • Venue admin: added "Look up coordinates" button using Nominatim (OpenStreetMap) geocoding — no API key required.
  • Removed Google Maps integration — all map and geocoding features now use OpenStreetMap/Nominatim exclusively.
  • Performance: replaced wp_postmeta subqueries for featured and hide_from_listings with denormalised columns in the event index table.
  • Performance: replaced JSON_CONTAINS type-term filtering with a dedicated junction table.
  • DB schema upgraded to version 2; existing sites will rebuild the event index automatically on upgrade.