Fixed: Moved inline JavaScript on the onboarding page to an enqueued external file (assets/js/admin-onboarding.js) using wp_enqueue_script() and wp_localize_script() per WordPress coding standards
Fixed: REST permission callback for /content endpoint now checks the post-type-specific capability (e.g. edit_pages for pages) instead of always checking edit_posts
0.2.0
Added admin Logs page in wp-admin
Added configurable audit log retention with daily cleanup
Simplified onboarding with ChatGPT/Generic tabs
Updated ChatGPT action setup guidance and sharing safety notes
Moved advanced options to Pro extension hooks and Pro add-on integration improvements
Added/expanded extension hooks documentation for third-party add-ons
Policy/readiness cleanup for WordPress.org checks
0.1.0
Initial release
Direct Mode REST endpoints for content, settings, logs, and OpenAPI
ChatGPT / GPT Actions onboarding with generated OpenAPI schema URL
One-click dedicated user + Application Password onboarding helpers
GPT Builder step-by-step setup instructions with copy/paste values
HTTPS enforcement for plugin endpoints (with development override)