Skip to content

Releases: viniciusgava/google-translate-php-client

3.1.0

11 Jan 13:04
813b778
Compare
Choose a tag to compare

Changes

  • Add PHP 8 to CI
  • Change from Guzzle 6 to 7
  • fix typo documentation.

Breaking changes

  • Since we are updating to guzzle 7, it may cause incompatibility with other libraries using guzzle in a different version.

Related issues

3.0.0

18 Apr 23:20
29b9fc5
Compare
Choose a tag to compare

Changes

  • Add support to php 7.3 and 7.4
  • Drop support to php 5.6, 7.0 and 7.1.
  • Add version guidance on README.md
  • Migrated/Updated to PHP Unit 8
  • Remove @Version php doc

2.1.0

18 Apr 18:41
db6edaa
Compare
Choose a tag to compare

Allows guzzle requirement to update minor version.

2.0.2

20 Feb 02:27
6520220
Compare
Choose a tag to compare

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

08 Oct 05:47
Compare
Choose a tag to compare

Changes

  • Add examples of usage at README.md

Fixes

  • Fix multiple string input - all methods

2.0

08 Oct 04:40
Compare
Choose a tag to compare
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

07 Oct 21:54
Compare
Choose a tag to compare
1.0
Merge pull request #4 from cbou/master

Notice: Undefined property: stdClass::$detectedSourceLanguage in GoogleTranslate.php line 109