Skip to content

0.7.0

Choose a tag to compare

@madeburo madeburo released this 16 Mar 16:11
· 3 commits to main since this release
7904f59

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