Skip to content

v3.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 02:20
· 26 commits to main since this release
eee66ab

New Features

  • None.

Improvements

  • None.

Bug Fixes

  • Read location and organizer term meta correctly. evo_get_term_meta() was called with a boolean where EventON expects a pre-fetched options array, so every API read of location and organizer detail (address, city, state, zip, lat/lon, link, phone, email, map URL) came back empty, and read-modify-write clients could wipe stored venue data on save. Reads now use EventON's own store with the legacy taxonomy_<id> fallback, plus a direct option-store fallback, with regression tests.

Full Changelog: v3.0.2...v3.0.3