Releases: viniciusgava/google-translate-php-client
Releases · viniciusgava/google-translate-php-client
3.1.0
3.0.0
2.1.0
Allows guzzle requirement to update minor version.
2.0.2
CHANGES
- Add building image on README.md
- Update dependencies(minors only)
- Add Support for php 7.2
- Add license
FIXES
- Fix composer file
- Fix php 5.6 travis build
2.0.1
Changes
- Add examples of usage at README.md
Fixes
- Fix multiple string input - all methods
2.0
Client Refactory - version 2.0
- New architecture. Classes are separated using a better approach. All code has been refactored.
- Composer support
- Minimum php version 5.6
- Add unit tests, 100% coverage
- Add travis integration
- Now the lib is made for UTF-8, so there is no utf8_encode inside the code. In the beginning the lib was made for ISO-8859-1, reason why you could found the utf8_encode calls.
- Add php code sniffer check
1.0
Merge pull request #4 from cbou/master Notice: Undefined property: stdClass::$detectedSourceLanguage in GoogleTranslate.php line 109