Releases: web-vision/deepltranslate-core
Releases · web-vision/deepltranslate-core
3.0.5
What's Changed
- [TASK] Update readme by @calien666 in #287
- [BUGFIX] Trim glossary terms to prevent exception from DeepL API by @peterkraume in #291
- [BUGFIX] Fix google translation error "Bad language pair" by @ErHaWeb in #282
- [BUGFIX] Respect correct namespace for used
b13/container
class by @calien666 in #277
Full Changelog: 3.0.4...3.0.5
4.0.1
What's Changed
- [BUGFIX] Fix icon path
- [TASK] Add ModifyButtonEvent
- [BUGFIX] Use proper Casing in files names
- [BUGFIX] Allow glossary finding in TYPO3 v12
4.0.0
- [TASK] Allow runners only on PR (032f3ed)
- [TASK] Prepare release step (5765d9a)
- [BUGFIX] Fix glossary-id handle in translate request (74cb9a8)
- [BUGFIX] Determine glossary correct on current page (31ca4ea)
- [BUGFIX] Determine correct Preview mode in TYPO3 v9 (bbbb3b0)
- [TASK] Add some todo markers and comments (bfa00d3)
- [BUGFIX] Avoid undefined array key warning in AllowLanguageSynchronizationHook (e3947f5)
- [TASK] Display correct versions in core switch script (82eb8e6)
- [BUGFIX] Avoid undefined array key warning in LocalizationController (f5536d5)
- [TASK] Streamline doctrine/dbal usages (7a8bd31)
- [TASK] Remove obsolete version check from siteconfiguration tca (447c0bb)
- [BUGFIX] Guard LocalizationUtility::translate with (string) cast (9b4cba1)
- [TASK] Avoid instantiating PageRenderer in ext_localconf.php (4b8cd0e)
- [TASK] Replace deprecated TYPO3_MODE constant usage (f79ba80)
- [BUGFIX] Ensure docker compose v2 combat (ddb1a6b)
- [TASK] Mark test classes final (906d0b1)
- [TASK] Migrate documentation rendering to runTests.sh (72fc7d0)
- [DOCS] Ensure correct indentation in rst-files (e6d7aad)
- [BUGFIX] Avoid undefined array key warning in LocalizationController (f60cdcc)
- [DOCS] Update Settings.cfg for master to main switch (812be10)
- [BUGFIX] Avoid undefined array key warning in AllowLanguageSynchronizationHook (9c0d396)
- [TASK] Remove extbase persistence mapping (8edb0f1)
- [TASK] Move ajax extension config check in own class (4a6e12e)
- [TASK] Move Icon registry to Configuration/Icons.php (1529cc9)
- [TASK] Add TYPO3 v12 support to Build/Scripts/runTests.sh (3ffeee3)
- [TASK] Migrate to typo3/testing-framework (5d2dd68)
- [BUGFIX] Avoid doctrine/dbal fetchAssociative() (5ec224f)
- [TASK] Update README badges (87bc51e)
- [TASK] Avoid rowCount() for select query (643ced1)
- [TASK] Refactor Services.yaml to Services.php (a702578)
- [BREAKING] Remove Google Translate support (21fb2f5)
- [REMOVE] Settings Backend module and dependencies (cf05c15)
- [TASK] remove v9/v10 (688bf7f)
3.0.4
What's Changed
- [BUGFIX] Access to undefined array keys in list view by @bigahuna in #240
- [BUGFIX] Guard
LocalizationUtility::translate
with(string)
cast by @sbuerk in #255 - [BUGFIX] Avoid undefined array key warning in
LocalizationController
by @sbuerk in #268 - [BUGFIX] Avoid undefined array key warning in
AllowLanguageSynchronizationHook
by @sbuerk in #246 - [BUGFIX] Determine correct Preview mode in TYPO3 v9 by @calien666 in #270
- [BUGFIX] Determine glossary correct on current page by @calien666 in #271
Full Changelog: 3.0.3...3.0.4
3.0.3
What's Changed
- [TASK] Set branch alias for 3.0 by @NarkNiro in #200
- [TASK] Avoid
rowCount()
for select query by @sbuerk in #233 - [BUGFIX] Avoid doctrine/dbal
fetchAssociative()
by @sbuerk in #236 - [BUGFIX] Fix Problem with translation no glossary given by @calien666 in #235
Full Changelog: 3.0.2...3.0.3
3.0.2
What's Changed
- [BUGFIX] Glossary is not used by @calien666 in #218
- [TASK] Change Ext Icon by @calien666 in #220
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- [BUGFIX] Fix runtime deprecation notice by @peterkraume in #210
- [BUGFIX] Fix missing configuration object for localization wizard by @NarkNiro in #211
- [BUGFIX] Update ButtonBarHook.php by @bigahuna in #213
- [BUGFIX] Exclude fields in upgrade wizards by @NarkNiro in #215
- [TASK] Add auto detect source language by @NarkNiro in #214
- [BUGFIX] Glossary entries by @calien666 in #212
New Contributors
- @peterkraume made their first contribution in #210
- @bigahuna made their first contribution in #213
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Rework of glossary
- Client rework
- Bugfixes in translation
- Bugfixes in API connection
BREAKING CHANGES
- We renamed the Glossary Tables. Use Upgrade Wizard to upgrade your old tables Link
BUGFIX
- [BUGFIX] Prevent TypeError by adding string cast before explode() by @spoonerWeb in #126
- [BUGFIX] v11: Allow pages always getting localized in RecordList by @calien666 in #142
- [BUGFIX] Hide DeepL controls for not supported languages by @calien666 in #143
- [BUGFIX] Backend module is always loaded, even if setting is false by @calien666 in #157
- [BUGFIX] Fix active old backend module condition type handling by @NarkNiro in #161
- [BUGFIX] Require PHP version in ext_emconf.php by @andreasfernandez in #171
- [BUGFIX] language translate button and select by @NarkNiro in #140
- [BUGFIX] DeepL Translation for fields with behaviour->allowLanguageSynchronization by @NarkNiro in #141
- [BUGFIX] Use correct POST body for submitting the glossary by @koehnlein in #172
- [BUGFIX] Fix choose language step skip by @philip-hartmann in #178
- [BUGFIX] decode html special characters by @calien666 in #187
- [BUGFIX] Fix ext_emconf version by @calien666 in #186
- [BUGFIX] Trim source and target strings by @LimeUwe in #175
- [BUGFIX] errors/warnings with PHP 8.1 by @calien666 in #155
TASK
- [TASK] Move html utility function by @NarkNiro in #122
- [TASK] Update extension dev dependencies by @NarkNiro in #123
- [TASK] Change behaviour of translation button by @calien666 in #134
- [TASK] Translation Check/Flag for Page Properties by @NarkNiro in #137
- [TASK] Code refactoring of Hooks and Language behaviour by @calien666 in #138
- [TASK] add news extension as dev-require by @calien666 in #136
- [DOC] Restructuring documentation by @calien666 in #127
- [DOC] Documentation by @calien666 in #149
- [TASK] Introduce GitHub actions powered workflow by @sbuerk in #147
- [TASK] Improve variable types by @koehnlein in #169
- [TASK] Remove stripTag function in translateHook by @calien666 in #163
- [TASK] Add conflicts to recordlist_thumbnail by @calien666 in #156
- [TASK] Introduce issue templates by @calien666 in #145
- [TASK] Use
core-testing-*
images fromghcr.io
by @sbuerk in #181 - [TASK] Add sponsor to Documentation by @calien666 in #183
- [TASK] Make glossary sync more tolerant of outdated IDs by @koehnlein in #173
- [TASK] Create docs translate prefix by @NarkNiro in #184
- [TASK] Refactoring glossary handling by @calien666 in #165
- [TASK] task template by @calien666 in #190
- [TASK] Introduce Upgrade instructions by @calien666 in #194
- [FEATURE] Rework and centralize api client operation by @NarkNiro in #189
New Contributors
- @sbuerk made their first contribution in #147
- @koehnlein made their first contribution in #169
- @andreasfernandez made their first contribution in #171
- @LimeUwe made their first contribution in #175
- @philip-hartmann made their first contribution in #178
Full Changelog: 2.3.1...3.0.0
2.3.1
2.3.0
What's Changed
- Add php doc blocks by @spoonerWeb in #94
- [BUGFIX] Fix glossary sync persistance by @sypets in #100
- [BUGFIX] Fix undefined array key in DataHandlerHook by @sypets in #101
- [TASK] Run CGL fix by @sypets in #103
- [FEATURE] add supported languages automatically from API by @calien666 in #107
New Contributors
- @calien666 made their first contribution in #107
Full Changelog: 2.2.2...2.3.0