Skip to content

v1.8.2 - Critical Date Range Fix

Choose a tag to compare

@gserafini gserafini released this 12 Nov 18:12
· 5 commits to main since this release

Critical Bug Fix

CRITICAL FIX: Date range separator changed from comma to double-dash

What was wrong?

EME's eme_get_events() expects date ranges formatted as YYYY-MM-DD--YYYY-MM-DD (double dash separator), but our REST API was using comma , as the separator. This caused date range queries to fail, resulting in only 1 event being returned instead of all events in the specified range.

What's fixed?

  • Fixed scope parameter to use -- separator instead of ,
  • Updated documentation to reflect correct EME date range format
  • Date range queries now work correctly

Testing

# This now works correctly:
curl 'https://yoursite.com/wp-json/eme/v1/eme_events?start_date=2025-11-01&end_date=2025-11-30'

Installation

Upload eme-rest-api.zip to WordPress via Plugins → Add New → Upload Plugin.


Full Changelog: v1.8.1...v1.8.2