- Added pagination support for events with >200 attendees using idloom-events API
- Added caching system with 5-minute primary cache and 1-hour backup cache
- Added optional debug logging (enabled with WP_DEBUG)
- Added sorting for Primary Cast column
- Added minimum 3 character requirement for search with placeholder text
- Fixed issue with attendee list showing only first 200 records
- Improved error handling for API responses
- Added proper filtering for "Who's Registered?" list visibility (free_field56)
- Implemented WordPress transients for efficient caching
- Added pagination to API requests with page_size=200
- Added cache status admin page under Idloom Settings
- Added backup cache for API rate limit handling
- Improved debug logging with WP_DEBUG integration
- Cache can be cleared manually from admin interface
- Debug logs are stored in wp-content/uploads/idloom-debug.log when WP_DEBUG is true
- API responses are now paginated and merged for complete dataset
- Added documentation for custom fields (free_field56, free_field12, free_field40)
- WordPress 5.0 or higher
- PHP 7.2 or higher
- Active idloom-events API key
- Initial public release
- Basic attendee list display
- Search and sort functionality
- Basic pagination