Release notes
All notable changes to this project will be documented in this file.
Changelog format
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- OpenAI ChatGPT 4.1, 5, 5.1 and 5.2 models.
- option to disable postprocess action.
- additional debug info for postprocess actions.
Fixed
- when postprocess action fails, return the original translation.
- Joomla 3 PHP warning on multiple translatable fields.
[5.2.x]
[5.2.1] - 2025-08-24
Added
- Google Cloud translation engine.
- Support for additional inputs just by adding class
n3ttranslate.
Fixed
- error message on API key missing.
[5.2.0] - 2025-02-07
Added
- MS Azure translation engine.
- Additional instructions for OpenAI translation engine.
- Additional user prompt for OpenAI translation engine.
[5.1.x]
[5.1.1] - 2025-02-05
Fixed
- error while using OpenAI translation.
[5.1.0] - 2025-01-22
Added
- OpenAI translation engine.
- Display progress on translating.
- Post Process actions
- Updated composer dependencies
[5.0.x]
[5.0.4] - 2024-10-11
Changed
- Buttons for translation do not have tabindex now.
[5.0.3] - 2024-08-27
Fixed
- JCE profile configuration error
Added
- Tooltip to buttons without text
[5.0.2] - 2024-08-21
Fixed
- Joomla 4+ TinyMCE incompatibility with PhocaCart I18n
Added
- TextArea fields support
- API for developers
[5.0.1] - 2024-08-20
Fixed
- Correct PhocaCart i18n when editor is set to None
Added
- option to generate alias on translation of title
- Virtuemart manufacturers support
Removed
- language field name in configuration
[5.0.0] - 2024-08-19
- initial public release