Skip to content

Releases: Stichoza/google-translate-php

v3.2.15

11 Feb 01:21
a12ff84

Choose a tag to compare

Fixes errors on old version. Please upgrade to new version of this package tho, 3.2 is not supported.

v4.0.0

03 Dec 23:53

Choose a tag to compare

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 TranslateClient to simply GoogleTranslate.
  • Removed array translation which was not working (might add later).
  • Changed signatures of methods (see docs).
  • Separate static trans() and non-static translate() methods.
  • Updated dependencies.
  • Various bugfixes.

v3.2.1

28 Oct 12:16

Choose a tag to compare

  • Added multiple sentence translation using array (see updated docs).
  • Minimum required PHP is >=5.5.0.
  • Moved to Guzzle ~6.0.

v3.1.1

02 Jun 14:41

Choose a tag to compare

  • Language detection is not experimental feature now.
  • getLastDetectedSource() can be called both statically and non-statically.
  • Added third parameter $options for advanced configuration of Guzzle HTTP client. (@vkollin)
  • Switched to PSR-2 coding style. (@subsan)

v3.0.1

19 Mar 00:00

Choose a tag to compare

  • Implemented getLastDetectedSource()
  • Bugfixes and improvements

v3.0.0

18 Mar 22:08

Choose a tag to compare

v3.0.0 Pre-release
Pre-release

Totally refacted the whole code.

Readme and docs soming soon

v2.0.3

17 Oct 20:05

Choose a tag to compare

Fixed PSR-4 support

v2.0.0

17 Oct 14:00

Choose a tag to compare

This package has been added to Composer package manager 😎 See the readme for installation instructions.

1.3.0 multi-sentence

28 Oct 23:16

Choose a tag to compare

  • Multiple sentence translation
  • Minor bugfixes