Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

77 lines (56 loc) · 2.43 KB

All the notable changes to the Laravel Google Translate package are documented in this file:

9.0 (1-1-2023)

  • Change method name (fix typo)

8.1.0 (14-07-2022)

  • Fixes by Florian Ressel across various PRs.
  • Thank you Florian ❤️

8.0.0 (07-03-2022)

7.0.0 (24-01-2021)

6.0.1 (10-09-2020)

6.0.0 (10-09-2020)

  • Added Laravel v8.x support.
  • Dropped Laravel v6.x & PHPUnit v8 support.

v5.0.1 (30-06-2020)

  • Patched the format delegation bug.
  • Thank you to Simon for the PR.

5.0.0 (03-03-2020)

  • Added Laravel v7.x support.
  • Dropped PHP v7.2 support, now PHP v7.3 is the minimum requirement.

4.0.1 (14-01-2020)

  • Added Github Actions workflow

v4.0.0 (07-01-2020)

v3.0.2 (22-11-2019)

  • Added input validation.
  • Thank you to Ross for the PR.

v3.0.1 (14-11-2019)

  • Added the support for the format param.
  • Thank you to Ross for the PR.

v3.0.0 (04-09-2019)

  • Now supports Laravel v6.0
  • Support for Laravel v5.8 will be dropped in v3.1

v2.0.5 (27-04-2019)

  • Support the 'zh-TW' locale code.
  • Thank you to Jaric for sending the initial PR.

v2.0.4 (27-02-2019)

  • Remove phpunit depcrications

v2.0.3 (27-02-2019)

  • update phpunit

v2.0.2 (27-02-2019)

  • update phpunit

v2.0.1 (27-02-2019)

  • patch fix

v2.0.0 (27-02-2019)

  • Now supports Laravel v5.8

v1.0.1 (26-01-2019)

  • Included the missing 'he' locale code.

v1.0.0 (23-10-2018)

  • Initial release