Skip to content

Releases: wotzebra/laravel-poeditor-sync

3.1.0

12 Dec 19:05
f843001
Compare
Choose a tag to compare
  • Added: PHP 8.4 support (#30)

3.0.1

02 Dec 08:55
6b26d2c
Compare
Choose a tag to compare
  • Added: Allow ignoring certain translation keys when running validate command (#29)

3.0.0

26 Sep 09:44
2f45234
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...3.0.0

2.0.0

05 Apr 07:33
0b8ffde
Compare
Choose a tag to compare

What's Changed

  • Add command to validate translations by @gdebrauwer in #20
  • Simplify tests by @gdebrauwer in #21
  • remove empty translation strings on poeditor download by @yinx in #22
  • Add check translations command by @yinx in #23
  • run cleanup command after upload and ask to cleanup terms in poeditor by @yinx in #24
  • fix status command + show which keys don't match by @yinx in #26

Full Changelog: 1.0.1...2.0.0

1.0.1

15 Mar 13:00
21f1253
Compare
Choose a tag to compare
  • Added: Laravel 11 support (#27)

1.0.0

23 Jan 06:43
ab6acd6
Compare
Choose a tag to compare
  • Changed: Modernize codebase (#16)
  • Removed: Drop support for PHP 7.4 until 8.0 and for Laravel 7 and 8 (#15)
  • Removed: Docblocks (add typehints instead) (#15)

0.8.1

19 Jan 08:14
77aeea4
Compare
Choose a tag to compare
  • Fixed: Do not delete excluded translation files when downloading poeditor translations (#14)

0.8.0

15 Dec 10:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

26 Oct 06:12
fa9e147
Compare
Choose a tag to compare
  • Fix PHP deprecation warning in string concatenation (#12)

0.7.0

25 Aug 11:27
2236538
Compare
Choose a tag to compare
  • Add support for mapping multiple internal locales to the same POEditor locale (#11)