Skip to content

v1.6.2 - Production Release

Choose a tag to compare

@gserafini gserafini released this 30 Oct 05:54
· 13 commits to main since this 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

  1. Download eme-rest-api.zip from this release
  2. In WordPress admin: Plugins → Add New → Upload Plugin
  3. Choose the ZIP file and activate
  4. 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