Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 03:08
· 65 commits to main since this release
78b9fa9

New Features

  • Add a slug query parameter to GET /wp-json/eventonapify/v1/events accepting a single slug, a comma-separated list, or an array, mapped to WP_Query post_name__in for exact slug/URL resolution without scanning the full event collection.
  • Add event_type_terms and tag_terms arrays to event payloads, each carrying term_id, name, and slug for every term.

Improvements

  • Keep the existing label-only event_type and tags arrays unchanged so the richer term output is fully backward compatible.

Bug Fixes

  • None.

Full Changelog: v2.0.0...v2.1.0