Upgrade 5.x to 6.x 

From an API perspective there are no relevant changes or any migrations required (yet), which means you can simply update the extension.

See changelog-v6 for details on included changes.

composer-mode 

composer config minimum-stability "dev" \
&& composer config "prefer-stable" true \
composer require -W \
   "web-vision/deepltranslate-core":"6.0.*@dev"
Copied!

classic-mode 

  1. Get it from the Extension Manager: Switch to the module System > Extensions. Switch to Get Extensions and search for the extension key deepltranslate_core and import the extension from the repository.
  2. Get it from typo3.org: You can always get current version from TER by downloading the zip version. Upload the file afterwards in the Extension Manager.
  3. Get it from GitHub release: TER upload archives are added to the corresponding GitHub release page, in case you need to download or update the extension and GITHUB_RELEASES is down or not reachable.