Skip to content

Releases: eXolnet/laravel-translation-editor

v1.9.0

28 Mar 14:48
23929db
Compare
Choose a tag to compare

What's Changed

  • ci: composer cache doesn't change anything by @xel1045 in #22
  • build(deps): drop php 8.0 support by @xel1045 in #23
  • build(deps): drop Laravel 9 support by @xel1045 in #24
  • build(deps): add Laravel 11 support by @xel1045 in #25

Full Changelog: v1.8.0...v1.9.0

v1.8.0

09 Mar 20:44
aaa9b96
Compare
Choose a tag to compare

What's Changed

  • chore(deps): drop support for Laravel 8 by @xel1045 in #20
  • chore(deps): add support for PHP 8.2 by @xel1045 in #19
  • chore(deps): add Laravel 10 support by @xel1045 in #21

Full Changelog: v1.7.0...v1.8.0

v1.7.0

22 Nov 15:54
a029755
Compare
Choose a tag to compare
  • Drop support for PHP 7
  • Normalize Composer scripts naming
  • Use PSR-12 as our coding standard

v1.6.2

14 Feb 19:06
Compare
Choose a tag to compare
  • fix: langPath usage to work with either Laravel 8 and Laravel 9

v1.6.1

14 Feb 13:44
78846d6
Compare
Choose a tag to compare
  • Replace usage of resource_path to the proper app()->langPath to support lang folder outside of the resource folder in Laravel 9

v1.6.0

14 Feb 00:37
9c0308e
Compare
Choose a tag to compare
  • Add support for Laravel 9

v1.5.0

01 Oct 15:34
fd8851d
Compare
Choose a tag to compare
  • Update composer dependencies
  • Update LICENSE

v1.4.1

27 Sep 15:03
3b1e2fc
Compare
Choose a tag to compare

Replace travis with github actions

v1.4.0

10 Jun 21:08
Compare
Choose a tag to compare
  • Drop Support for php 7.2
  • Add Support for php 8.0

v1.3.0

22 Sep 12:21
8ae4cf9
Compare
Choose a tag to compare
  • Add support for Laravel 8.x