0.9.0
What's New
- Feature - Complete REST API implementation replacing legacy AJAX system
- Feature - Add comprehensive REST API endpoints for all modules (Posts, Users, Terms, Comments, Attachments)
- Feature - Implement attachment generation with support for multiple image providers (Placehold.co, Lorem Picsum)
- Feature - Add batching support for large data generation requests
- Feature - Include OpenAPI documentation at
/wp-json/fakerpress/v1/docs - Feature - Add attachment admin interface with customizable image dimensions and content options
- Feature - Include automatic attribution for all generated images
- Enhancement - Modernize JavaScript to ES6 with proper module structure
- Enhancement - Implement proper REST authentication with wp_rest nonce verification
- Enhancement - Add standardized error handling and validation across all endpoints
- Fix - Translate REST API parameter names to module format for Posts, Terms, Users, and Comments
- Fix - Allow
post_statusparameter to be passed through REST API - Fix - Map REST
comment_statusvalues to WordPresscomment_approvedformat - Fix - Several stability fixes for meta, term, and attachment generation
See the full changelog for details.