Releases: DeepLcom/deepl-php
Releases · DeepLcom/deepl-php
v1.2.0
Changed
- Added dependency on
psr/log
. As this package forms a PHP Standard
Recommendation, we don't consider it to break backward-compatibility.
Fixed
v1.1.0
Added
- Add new formality options:
'prefer_less'
and'prefer_more'
.
Changed
- Requests resulting in
503 Service Unavailable
errors are now retried.
Attempting to download a document before translation is completed will now
wait and retry (up to 5 times by default), rather than throwing an exception.
v0.4.1
v1.0.0
Stable release.
Added
-
Add glossary management support.
-
New language available: Ukrainian (
'uk'
). Add language code constant and tests.Note: older library versions also support new languages, this update only adds new code constant.
-
Add proxy support.
v0.4.0
Added
- Add support for document translation.
v0.3.0
Added
-
New languages available: Indonesian (
'id'
) and Turkish ('tr'
). Add language code constants and tests.Note: older library versions also support the new languages, this update only adds new code constants.
v0.2.0
Changed
- Remove
final
keyword from class declarations to facilitate testing.
v0.1.1
Fixed
- Added minimum supported PHP version to composer.json.
- Fix cURL client issue: do not round timeouts to whole seconds.
- Fix cURL client issue: consider empty response a retryable-error.
- Check for and reject invalid
server_url
option.
v0.1.0
Initial version.