Content Translator

Changelog

Get to know the latest changes and updates to the plugin.

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.3.2 Latest

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.
Kirby Tools section preview

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.

If this new feature breaks your workflow, you can disable it by setting bulk: false in the plugin configuration.

When disabled, the section will look the same as in v2.2.0 and earlier versions:

Kirby Tools section preview

๐Ÿž 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 upcoming 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 new Translator 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.