Skip to content

v1.5.0

Choose a tag to compare

@schlebek schlebek released this 12 May 07:28
· 4 commits to master since this release

What's new

Added

  • 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.