Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

39 lines (32 loc) · 1.35 KB

Changelog

Version 1.2

Features

  • 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

Bugfixes

  • 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)

Technical Improvements

  • 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

Developer Notes

  • 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)

Requirements

  • WordPress 5.0 or higher
  • PHP 7.2 or higher
  • Active idloom-events API key

Version 1.1

  • Initial public release
  • Basic attendee list display
  • Search and sort functionality
  • Basic pagination