v1.6.2 - Production Release
Events Made Easy REST API v1.6.2
What's Included
A production-ready WordPress plugin that adds REST API endpoints to Events Made Easy.
Features:
- Full CRUD operations for events, locations, and categories
- Recurring events support (weekly, monthly, specific dates)
- WordPress Multisite compatible
- Uses EME built-in functions for reliability
- WordPress application password authentication
Endpoints:
/wp-json/eme/v1/eme_events- Events/wp-json/eme/v1/eme_locations- Locations/wp-json/eme/v1/eme_categories- Categories/wp-json/eme/v1/eme_recurrences- Recurring events
Installation
- Download
eme-rest-api.zipfrom this release - In WordPress admin: Plugins → Add New → Upload Plugin
- Choose the ZIP file and activate
- Ensure Events Made Easy plugin is also installed
Requirements
- WordPress 5.0+
- PHP 7.2+
- Events Made Easy 2.0+
Documentation
Changelog
v1.6.2 - 2025-10-30
- Clean repository structure
- Removed internal documentation from distribution
- Production-ready codebase
v1.6.0 - 2025-10-30
- BREAKING: Renamed endpoints to use
eme_prefix - Fixed WordPress routing conflicts
- Switched to EME built-in functions
v1.1.0 - 2025-10-29
- Added recurring events support
- Performance improvements
- Multisite compatibility