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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed — Plugin Rename
Plugin display name changed from "GEO AI for WooCommerce" to "GEO AI Search Optimization" across all user-facing surfaces
Updated Plugin Name header, settings page title, menu label, meta box title, dashboard widget title, admin notices, CLI status output, Quick Edit section title
Slug, text domain, CSS classes, option keys, meta keys, REST namespace, and WP-CLI command remain unchanged for backward compatibility
Fixed — UTF-8 / Cyrillic Encoding
decode_text() now detects and repairs mojibake from double UTF-8 encoding (latin1 DB connection → UTF-8 → UTF-8) via mb_convert_encoding from Windows-1252
write_file() validates UTF-8 integrity via mb_check_encoding before writing static files
Excerpt descriptions (wp_trim_words output) now passed through decode_text() to prevent HTML entities in plain text
Full content in llms-full.txt now passed through decode_text() after wp_trim_words
Taxonomy term descriptions now passed through decode_text() after wp_trim_words