Skip to content

Releases: awjudd/maintenance-mode

Laravel 6 Support

06 Sep 08:01
13ddc22
Compare
Choose a tag to compare

Adds support for Laravel 6. 2.0.1 contains a minor fix to the composer versioning.

Laravel 5.8 fixes, Carbon 2.0 support

20 Mar 02:17
4005dcf
Compare
Choose a tag to compare

Fixes:

  • Laravel 5.8 removed the Event::fire alias, changed references to Event::dispatch. This is supported back to 5.5
  • Added support for Carbon v2.0+

Laravel 5.8 Support

25 Feb 20:07
ce2c15f
Compare
Choose a tag to compare

Adding Laravel 5.8 support, as well as minor bug fixes.

Adding Laravel 5.7. support

19 Oct 01:46
90c8963
Compare
Choose a tag to compare

Adding Laravel 5.7 support, thanks to @stefanrempe.

Adding support for the "allow" option

05 Jul 23:05
94bf4be
Compare
Choose a tag to compare

The allow option added in Laravel 5.6 is now supported in this package (thanks @2gen!), and is backported to allow you to use it in 5.5 as well.

The MaintenanceModeEnabled and MaintenanceModeDisabled events also include the allowed IPs, if any are passed in.

Adding new event, refactoring

02 Apr 06:37
19c22e2
Compare
Choose a tag to compare

Minor quality of life improvements:

  • Added the MisterPhilip\MaintenanceMode\Events\MaintenanceModeDisabled to allow you to do things based on when the application is brought back online.
  • Updated the artisan up command to show how long the application was in maintenance mode
  • Added a few examples on how to use both events

Other improvements:

  • Updates to code quality / styling
  • Documentation updates

Laravel 5.5 - 5.6 Support

02 Apr 06:38
3f4497d
Compare
Choose a tag to compare

Now supporting Laravel 5.5 and 5.6!