You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manual overrides for AI-Friendly criteria — each warn/fail criterion now has a "Verified / Added" checkbox. Checking it promotes the item to pass and recalculates the AI-Friendly score live. Override state is saved per post in _cqa_aifriendly_overrides post meta and restored on next metabox load.
Green "manual" badge displayed on overridden criteria so it's clear which items were verified by hand.
Fixed
Unicode encoding bug — Polish and other non-ASCII characters were stored as \uXXXX escape sequences in cached results and localized JS data. Fixed by replacing wp_localize_script() with wp_add_inline_script() and adding JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES flags to all wp_json_encode() and wp_send_json_success() calls.
Stale cache auto-invalidation — on first metabox load after the update, any cached results containing escaped Unicode are automatically cleared so the next analysis stores clean data.