Você está usando um navegador desatualizado. Este ou outros sites podem não ser exibidos corretamente. Recomendamos atualizar seu navegador ou usar um navegador alternativo.
Fixed: Translations were not applied to text immediately following an excluded word when starting with an apostrophe or punctuation (e.g. "'s own sites catalog"
Wizard app for easy plugin setup and configuration with step-by-step guidance and automatic detection of optimal settings based on the website structure and content
Incremental Translations System™: Automatically detects page content changes and translates only new or modified text instead of entire pages
API Cost Optimization: Significantly reduces translation API costs for frequently updated content and dynamic pages
Incremental Translation Controls: Added new configuration options for incremental translation behavior and exclusion patterns
ChatGPT 5.5 Support: Added integration and compatibility with ChatGPT 5.5
Dynamic Content Handling: Added new option to prevent reverting retrigger real-time translations back to the original language for improved dynamic content support
DOM Mutation Retrigger Fix: Fixed delay issues affecting retrigger translations for dynamically updated page content
Excluded Words Matching: Fixed word-boundary matching for excluded words to prevent partial word replacements or removals
UTF-8 Text Matching: Fixed emoji and special character handling in case-insensitive text matching with full UTF-8 support
Dictionary Replacement Detection: Fixed incremental translation detection to properly process dictionary replacements before database lookups
Auto-Crawl System: Automatic translation of newly published posts and pages without manual crawler intervention
UTF-8 URL Handling: Fixed auto-crawl 301 redirects stripping non-ASCII characters from language-prefixed URLs, with proper support for Chinese, Japanese, and other Unicode slugs
Non-Breaking Space Detection: Fixed   regex to properly match trailing whitespace, preventing false negatives in translation matching
UTF-8 URL Validation: Removed restrictive filter_var(FILTER_VALIDATE_URL) that rejected valid international domain URLs
Server Variable Sanitization: Removed sanitize_text_field() from $_SERVER variables to preserve UTF-8 characters in URL slugs
Subfolder Installation Support: Fixed language prefix insertion for subfolder-based WordPress installations
Query String Handling: Fixed query string preservation during language URL rewriting
XML Sitemap Language Splitting(WORDPRESS): Automatic generation of separate XML sitemaps for each language with proper hreflang tags and language-specific URL inclusion for optimized SEO and search engine indexing
New option to exclude URLs that should not be rewritten as a multilingual URL
Non-Breaking Space Translation Fix: Resolved   handling in translation matching by implementing UTF-8 safe string replacement, fixing regex compilation errors on servers with non-standard character encodings
Added new global option "Lock translations" (enabled by default) to prevent automatic overwrite of existing translations
Added Dictionary support for alias slugs via pre/post-translation placeholder system with word boundary matching
Added eye toggle button to mask API Key fields in administration interface
Added Google AI HTML translation
Added real-time XML Sitemap generation endpoint accessible via public REST API URL for Google Search Console submission
Added copyable Sitemap URL with clipboard and open-in-new-tab buttons in the Crawler modal
Added sorting options for individual translations in the edit view (A-Z, Z-A, length ascending/descending)
Fixed language selector showing wrong language on server-side translated pages regardless of storage mode (url/storage), by detecting body[data-gptranslateskip] attribute
Fixed translation sort order preserved correctly in database regardless of visual sort selection in edit view
Fixed search translations filter working with the "enter" key in addition to the search button