v3.0.3
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 legacytaxonomy_<id>fallback, plus a direct option-store fallback, with regression tests.
Full Changelog: v3.0.2...v3.0.3