Releases: nesmachny/translio
Releases · nesmachny/translio
Release list
Translio v2.3.20
Translio v2.3.20
Changed
- Language limit increased to 10: Sites can now configure up to 10 simultaneous translation languages (previously 4)
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.19
Translio v2.3.19
Added
- New languages: Kazakh (kk), Uzbek (uz), Azerbaijani (az), Kyrgyz (ky)
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.18
Translio v2.3.18
Fixed
- Update AI model: Replaced deprecated
claude-3-haiku-20240307withclaude-haiku-4-5-20251001for BYOAI users. The old Claude 3 Haiku model was retired by Anthropic on Feb 19, 2026. Proxy server model also updated.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.17
Translio v2.3.17
Added
- Translation status column in post lists: Added "Translation" column to all public post type list tables (Posts, Pages, Products, CPTs) showing colored language badges per configured secondary language. Green = translated, gray = not translated. Clicking a badge navigates directly to the translate page for that language.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.16
Translio v2.3.16
Added
- Translate link in post row actions: Added "Translate" link alongside "Edit | Quick Edit | Trash | View" in WordPress post/page lists for all public post types, linking directly to the Translio translate page.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.15
Translio v2.3.15
Fixed
- [[T]] markers leaking into translations: Fixed batch translation path missing
protect_html_tags()call, causing AI to see raw HTML instead of placeholders. Conditional marker instruction in AI prompt — only mention[[T]]markers when they actually exist in text, preventing AI from hallucinating markers in plain-text fields (titles, excerpts). - Safety net for marker cleanup: Added
preg_replacestrip of leftover[[T0]]markers at all content output points (titles, content, excerpts, SEO fields, terms, attachments, widgets, strings, options) as a defense-in-depth measure.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.14
Translio v2.3.14
Fixed
- Custom Post Type translations invisible: Fixed 6 SQL queries that hardcoded
object_type = 'post'instead of usingp.post_type, causing CPT translations to be saved correctly but never found when reading. Affected: untranslated post lists, untranslated counts, needs-update detection, translation stats, and REST API bulk responses. - List table URL: Fixed hardcoded
object_type=postin translate link URL to use actual post type. - Editor data attribute: Fixed hardcoded
data-object-type="post"to use$post->post_type.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.13
Translio v2.3.13
Added
- Language Selector on All Admin Pages: Added language tabs to all admin pages for multi-language setups. Previously only Content and Dashboard pages had the language selector; now Taxonomies, Media, Strings, Site Options, WooCommerce, CF7, Elementor, Divi, and Avada pages all show language tabs when multiple secondary languages are configured.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.
Translio v2.3.11
Translio v2.3.11
Fixed
- Excessive Escaping in Translations: Fixed issue where translations contained multiple backslashes before quotes (
\\\\\"instead of"). Addedcleanup_translation()method that normalizes excessive escaping from API responses.
Installation
- Download
translio.zip - Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and activate
Or update automatically via the plugin's "Check for updates" button.