Releases: awjudd/maintenance-mode
Releases · awjudd/maintenance-mode
Release list
Laravel 6 Support
Adds support for Laravel 6. 2.0.1 contains a minor fix to the composer versioning.
Laravel 5.8 fixes, Carbon 2.0 support
Fixes:
- Laravel 5.8 removed the
Event::firealias, changed references toEvent::dispatch. This is supported back to 5.5 - Added support for Carbon v2.0+
Laravel 5.8 Support
Adding Laravel 5.8 support, as well as minor bug fixes.
Adding Laravel 5.7. support
Adding Laravel 5.7 support, thanks to @stefanrempe.
Adding support for the "allow" option
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
Minor quality of life improvements:
- Added the
MisterPhilip\MaintenanceMode\Events\MaintenanceModeDisabledto allow you to do things based on when the application is brought back online. - Updated the
artisan upcommand 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
Now supporting Laravel 5.5 and 5.6!