Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 1.11 KB

Changelog

All notable changes to laravel-poeditor-sync will be documented in this file

0.5.0 - 2022-02-16

  • Add PHP 8.1 and Laravel 9 support (#9)

0.4.1 - 2021-07-31

  • Prevent unwanted creation of empty 'vendor.php' file when vendor translations are present (#8)

0.4.0 - 2021-02-15

  • Add php8 support and switch to github actions (#6)

0.3.0 - 2020-10-09

  • Do not create JSON translations file if it will be empty (#4)
  • Add option to exclude files from upload (#3)
  • Throw "invalid argument" exception if API key or Project ID is empty (#2)

0.2.0 - 2020-09-09

  • Add Laravel 8 support, and drop Laravel 6 support (#5)

0.1.0 - 2020-05-08

  • Initial release