Skip to content

Releases: web-vision/wv_deepltranslate

4.0.0

02 May 13:00
Compare
Choose a tag to compare
  • [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

26 May 09:39
5765d9a
Compare
Choose a tag to compare

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

15 May 14:14
7a3c0dd
Compare
Choose a tag to compare

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

12 May 12:39
9b136b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

12 May 11:03
c535879
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

05 May 14:47
d7c22eb
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2.3.1...3.0.0

2.3.1

31 Jan 13:26
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Fix exception due to missing use statement by @sypets in #110

Full Changelog: 2.3.0...2.3.1

2.3.0

27 Jan 15:31
1bc7802
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.2...2.3.0

2.2.2

13 Nov 17:05
Compare
Choose a tag to compare

What's Changed

  • [TASK] Update supported deepl api languages by @ayacoo in #64
  • [BUGFIX] localization wizard with EXT:container by @achimfritz in #56
  • [BUGFIX] do not try to log expected exception by @achimfritz in #80
  • [TASK] #84 fix translate request return type
  • [TASK] Set google-translate service deprecated
  • [TASK] #89 Update pagerender hook method for css resources and set ext prefix
  • [BUGFIX] #90 move inline settings js to requireJS

Full Changelog: 2.2.1...2.2.2

2.2.1

15 Aug 09:34
Compare
Choose a tag to compare

Full Changelog: 2.2.0...2.2.1