Update: Migrated dashboard URL to dashboard.nudgeai.in; version bump 2.6.8
2.6.7
Fix: Wrap admin JavaScript bundle in an IIFE and guard against duplicate Vue mounts to avoid WP_DEBUG console errors
2.6.6
Fix: Move inline loader CSS to wp_add_inline_style per WordPress.org enqueue guidelines
2.6.5
Bugfixes
2.6.4
Security: webhook endpoint now validates received tokens against the NudgeAI API before storing; already-authenticated sites block webhook POSTs entirely
Security: replaced placeholder permission_callback on webhook route with __return_true (WordPress-compliant public endpoint declaration)
2.6.3
Added External Services disclosure section to readme.txt for WordPress.org compliance
2.6
Initial release to WordPress.org
Complete OAuth2-style authentication flow
Admin dashboard with multi-tab navigation
Script injection with conditional logic
REST API endpoints for all functionality
Security features and WordPress coding standards compliance