Releases: Stichoza/google-translate-php
Releases · Stichoza/google-translate-php
v3.2.15
v4.0.0
This is a major update. Please read docs before updating from v3.2 to v4.0.
- PHP 7.1 or later is required.
- Renamed class from
TranslateClientto simplyGoogleTranslate. - Removed array translation which was not working (might add later).
- Changed signatures of methods (see docs).
- Separate static
trans()and non-statictranslate()methods. - Updated dependencies.
- Various bugfixes.
v3.2.1
v3.1.1
- Language detection is not experimental feature now.
getLastDetectedSource()can be called both statically and non-statically.- Added third parameter
$optionsfor advanced configuration of Guzzle HTTP client. (@vkollin)- Supports proxy servers
- Custom User-Agent and any other headers.
- Anything available in Guzzle client configuration options
- Switched to PSR-2 coding style. (@subsan)
v3.0.1
v3.0.0
v2.0.3
v2.0.0
1.3.0 multi-sentence
- Multiple sentence translation
- Minor bugfixes