- [BREAKING] Support only TYPO3 12
- [BREAKING] Show edit ability for default language always.
- [BREAKING] Move generated files path to Environment::getVarPath() . '/tx_translatr'. Breaking as this files can be shared in deploys.
- [BUGFIX] Fix not validating composer.json.
- [BUGFIX] In TYPO3 11 there is possibility to drop
ext_emconf.php
. ext:translator was usingext_emconf.php
to build some extended info about extensions, mainly to show[ext name] ([ext title])
pair. With TYPO3 11 and possibility to dropext_emconf.php
there is no longertitle
so the pair[ext name] ([ext title])
can not be guaranteed. This allows to dropExtensionsUtility.php
and move extension list get directly toLabelRepository.php
- [BUGFIX] Fix command not registered in TYPO3 11 because lack of Services.yaml config.
- [BUGFIX] Fix sql strict error for grouping.
- [BUGFIX] Check for languages node.
- [BUGFIX] Remove not needed use declaration.
- [FEATURE] Add ddev for testing extension with different TYPO3 versions.
- [BUGFIX] Fix compatibility for TYPO3 9.5 for registering backend module.
- [TASK] Remove support for database operation for TYPO3 before 8.7.
- [TASK] Remove dependency to vhs. Remove dependency to php. Add dependency to TYPO3 11.
- [BUGFIX] Fix loading JS for TYPO3 11.
- [BUGFIX] Fix missing "extension-key" in composer.json.
- [TASK] Add ddev.
- [BUGFIX] Add support for using full label path (without "EXT:")
- [BUGFIX] Change from Hook to Middleware to fix not working hook in TYPO3 10.
- [BUGFIX] Fix path to TsConfig.
- [BUGFIX] Fix version in ext_emconf.php
- [BUGFIX] Bugfix not working editing on TYPO3 10.
- [BUGFIX] Fix creating new records form cli level.
- [TASK][BREAKING] Remove special toolbar menu item to remove cache of translations. Cache is clean now on every cache clean (pages, all, system).
- [TASK] Add lock when creating files.
- [BUGFIX] Fix deprecated TCA.
- [BUGFIX] Fix missing class.
- [TASK] Increase version to TYPO3 10.4.
- [TASK][BREAKING] Disable language list by default in Configuration/TsConfig/Page/tx_translatr.tsconfig.
- [TASK][BREAKING] Drop support for TYPO3 8.7.
- [TASK][BREAKING] Rename task name from
lang:import:config
totranslatr:import:config
. - [TASK] Refactor for TYPO3 10 / remove code support for TYPO3 8.7 and below.
- [TASK] Fix composer.json validation.
- [FEATURE] Override also labels in default language if flag modify doesn't exist
- [FIX] Fix problem with rendering BE list when no language is selected.
- [FEATURE] Create missing default labels from extension before each task execution.
- [FIX] Fix problem with missing tags after create new translation from BE.
- [FIX] Fix wrong extension name at creating new translation from BE.
- [FIX] Fix not working button to remove from list in TYPO3 9.x.
- [FEATURE] Implement flag to determine if record was edited from BE.
- [FEATURE] Implement common cache cleaner service for whole ext.
- [FEATURE] Add possibility to import configuration and use tags for labels
- [TASK] Change dependency to TYPO3 and ext:vhs.
- [TASK] Store records on zero pid.
- [TASK] TCA optimisations.
- [BUGFIX] Fix wrong table for ConnectionPool.
- [TASK] Cleanup not needed fields and functionality.
- [TASK] Add support for translation of backend files.
- [TASK] Read lang overwrite files directly if exists.
- [BUGFIX] Records should not be stored in pid 0 because regular users can not edit on pid 0. Make it the default pid for extbase "create record".
- [TASK] Add scrutinizer config
- [BUGFIX] Fix cache folder name.
- [FEATURE] Store info about last edited file and language.
- [BUGFIX] Fix error on cache clean.
- [TASK] Change ext:vhs restriction.
- [BUGFIX] Create database class for compatibility of db operations for TYPO3 9.5 and before.
- [BUGFIX] Fix wrong TYPO3 restriction version for conditions.
- [TASK] Optimize function usage.
- [BREAKING] Move generated files from typo3temp folder to uploads folder.
- [BUGFIX] Fix wrong TYPO3 restriction version for conditions.
- [TASK] Update version restrictions.
- [TASK] Update version restrictions.
- [TASK] Compatibility with TYPO3 9.5
- [TASK] Compatibility with TYPO3 9.5
- [TASK] Extend compatibility to ext:vhs to version 4.4.
- [TASK] Add .Build/Web for future tests and for IDE.
- Add docs images.
- Add docs / add changelog.