Skip to content

Releases: eXolnet/laravel-envoy

v1.21.0

06 Feb 16:14
c38ff1d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20.1...v1.21.0

v1.20.1

22 Sep 19:45
v1.20.1
7bd2a63

Choose a tag to compare

Full Changelog: v1.20.0...v1.20.1

v1.20.0

29 Jul 14:25
918765a

Choose a tag to compare

What's Changed

  • feat: allow dotenv-vars to be configured when deploying by @xel1045 in #60

Full Changelog: v1.19.0...v1.20.0

v1.19.0

26 Feb 21:23
c885301

Choose a tag to compare

What's Changed

Full Changelog: v1.18.1...v1.19.0

v1.18.1

26 Oct 13:55
043f57c

Choose a tag to compare

What's Changed

  • fix: yarn frozen-lockfile option is deprecated and was replaced by immutable
  • fix: composer option --no-suggest is deprecated and doesn't do anything anymore

Full Changelog: v1.18.0...v1.18.1

v1.17.0

20 Feb 21:58

Choose a tag to compare

  • Add support for PHP 8.2
  • Drop support for Laravel 8
  • Use --frozen-lockfile instead of --pure-lockfile when running yarn install (task deploy:npm)

v1.16.1

09 Feb 13:09

Choose a tag to compare

Fix for v1.16.0: empty lines are not allowed in macro.

v1.16.0

08 Feb 16:08
2f4ad22

Choose a tag to compare

  • Allow deployments to be performed in two steps (deploy:prepare and deploy:complete) when server configuration needs to be adjusted before activating a release

v1.15.0

22 Nov 15:50
0acc607

Choose a tag to compare

  • Drop support for PHP 7.3
  • Normalize Composer scripts naming
  • Use PSR-12 as our coding standard

v1.14.0

14 Feb 20:50
96f6794

Choose a tag to compare

  • Update exolnet/envoy dependency requirement
  • Test on Laravel 9