Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

75 lines (48 loc) · 2.23 KB

Changelog

[1.2.3] - 2025-01-09

Fix

  • Fixed: Empty database query caused SyntaxErrorException, thanks to Rico Sonntag

[1.2.2] - 2024-10-27

Fix

  • Stabilizations
  • Fixed backend bugs when editing pages and content elements on pages without site configuration

[1.2.1] - 2024-10-20

Fix

  • Symfony command to perform a batch translation in TYPO3 v13
  • Number of translations per run limited to the maximum defined number

[1.2.0] - 2024-10-15 (TYPO3 v13.4 LTS Release)

Added

  • Now with TYPO3 v13 support
  • Compatibility of event listeners for PageTsConfig up to TYPO3 v13 established

[1.1.1] - 2024-09-18

Feature

  • Added the option to select a source language for DeepL translations in the page configuration. Otherwise, when translating individual words, the source language is often incorrectly recognized, thx to Schorsch.

[1.1.0] - 2024-09-09

Feature

  • Added a new backend module "Batch Translation", which enables automatic translation of pages and content elements. This feature streamlines the localization process, improving efficiency when managing multilingual content.
  • Added a symfony command/scheduler task to process scheduled translations. This allows for automated handling of translations based on predefined plans, ensuring timely updates and improved workflow automation.

[1.0.4] - 2024-05-22

Fixed

  • The news extension loaded condition did not work due to an incorrect extension key, thx to SventB

[1.0.3] - 2024-05-02

Feature

  • Improved translations with tag_handling in DeepL

[1.0.2] - 2024-04-21

Fixed

  • Bugfix a variable usage exception that was thrown caused by editing elements on the root page

[1.0.1] - 2024-04-19

Fixed

  • Fixed Exception on DataHandler if no page or root page is selected

[1.0.0] - 2024-03-22

Fixed

  • Translation mechanism restructured and errors in the translation process fixed

[0.9.3] - 2024-02-26

Fixed

[0.9.2] - 2023-10-15

Added

  • TYPO3 v12 support

Fixed

  • Fixed field names in site configuration
  • PHP 8 bugfixes & stabilizations