Skip to content

Releases: Okipa/laravel-supervisor-downtime-notifier

2.4.0: Laravel 10 support (#10)

22 Jan 22:49
61d3d9e
Compare
Choose a tag to compare
  • Added Laravel 10 support
  • Dropped Laravel 8 support
  • Locked PHP versions to 8.1 and 8.2

2.3.0: Add PHP 8.2 support

16 Dec 15:15
b0446a9
Compare
Choose a tag to compare
  • Added PHP 8.2 support
  • Dropped PHP 8.0 support

2.2.2 (#8)

27 Oct 09:18
21e3373
Compare
Choose a tag to compare
  • Improved Larastan config
  • Improved CI

2.2.1

01 Aug 08:49
Compare
Choose a tag to compare
  • Replaced phpcs/phpcbf by laravel/pint

2.2.0 (#4)

21 Jul 11:14
1ce5241
Compare
Choose a tag to compare
  • Added PHP 8.1 support
  • Added Laravel 9 support
  • Dropped PHP 7.4 and Laravel 6 support

2.1.0: Adding PHP 8 support (#3)

24 Nov 18:11
23b2a9c
Compare
Choose a tag to compare
  • Added PHP 8 support
  • Removed Scrutinizer analysis
  • Updated PHPCS checker and fixer norm to PSR-12

2.0.0: Laravel 8 support (#2)

25 Sep 08:30
226461b
Compare
Choose a tag to compare
  • Added Laravel 8 support.
  • Dropped Laravel 6 support.
  • Dependencies are now optional.

👉 See the upgrade guide

1.1.2

12 Sep 12:17
Compare
Choose a tag to compare
  • Fixed details for supervisor:downtime:simulate command.

1.1.1

12 Sep 07:38
Compare
Choose a tag to compare
  • Fixed details for supervisor:downtime:simulate command.

1.1.0: Add SimulateSupervisorDownTime command (#1)

11 Sep 14:01
d7b2f05
Compare
Choose a tag to compare
  • Added the supervisor:downtime:simulate command to simulate supervisor downtime detection and check if everything is correctly configured.