Skip to content

0.9.0

Choose a tag to compare

@bordoni bordoni released this 09 Mar 06:23
· 38 commits to main since this release
0.9.0
6bb272f

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_status parameter to be passed through REST API
  • Fix - Map REST comment_status values to WordPress comment_approved format
  • Fix - Several stability fixes for meta, term, and attachment generation

See the full changelog for details.