Skip to content

v4.0.0

Compare
Choose a tag to compare
@Stichoza Stichoza released this 03 Dec 23:53
· 141 commits to master since this release

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.