Changelog
Where to Find the Latest Version?
If you have installed the plugin via Composer, you can update it by running the following command in your terminal:
composer update
If you have downloaded the plugin as a ZIP file, you can download the latest version from the releases page on GitHub.
What's New?
v2.4.1 Latest
Released on November 14, 2024.
๐ Features
- Support translating
tags
fields.
๐ Bug Fixes
- Panel: Disallow auto-translating the slug for the primary language, as this can lead to unexpected behavior (
The page cannot be found
error).
v2.3.2
Released on October 18, 2024.
๐ Features
- New
translateSlug
PHP API method. - Bulk translation: The content of all secondary languages is overwritten with the data of the default language and then translated into the respective language.
Unlike per-language translation, this translation process is not reversible in the Panel and is handled server-side. Use it with caution, as it may take a while to translate all content. When the button is clicked, a confirmation dialog is displayed to prevent accidental bulk translation.
bulk: false
in the plugin configuration.When disabled, the section will look the same as in v2.2.0 and earlier versions:
๐ Bug Fixes
- Disallow changing the slug on the homepage page ID.
v2.2.2
Released on October 2, 2024.
๐ Features
- Log common DeepL API erros to the Panel, such as when the API quota is exceeded or the character limit has been reached.
v2.2.0
Released on September 11, 2024.
๐ Features
- Added support for the Kirby 5 alpha release. However, please note that future Kirby alpha versions might introduce breaking changes. Kirby Content Translator v3 will be released alongside the final Kirby 5 release.
v2.1.15
Released on August 4, 2024.
๐ Bug Fixes
- Fixed minor license activation issues in the Panel.
v2.1.12
Released on July 15, 2024.
๐ Features
- Visually imprived license activation notice.
๐ Bug Fixes
- Using a
\Kirby\Cms\File
for a newTranslator
instance.
v2.1.0
Released on June 14, 2024.
๐ Features
- Skip translating content when
translate: false
is set in the blueprint options of a field. - Better translation button texts.
v2.0.0
Released on June 12, 2024.
- Major overhaul of the plugin architecture and functionality. Read the migration guide to learn how to update your project from v1 to v2.