Skip to content

Releases: awjudd/maintenance-mode

Laravel 6 Support

Choose a tag to compare

@MisterPhilip MisterPhilip released this 06 Sep 08:01
13ddc22

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

Laravel 5.8 fixes, Carbon 2.0 support

Choose a tag to compare

@MisterPhilip MisterPhilip released this 20 Mar 02:17
4005dcf

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

Choose a tag to compare

@MisterPhilip MisterPhilip released this 25 Feb 20:07
ce2c15f

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

Adding Laravel 5.7. support

Choose a tag to compare

@MisterPhilip MisterPhilip released this 19 Oct 01:46
90c8963

Adding Laravel 5.7 support, thanks to @stefanrempe.

Adding support for the "allow" option

Choose a tag to compare

@MisterPhilip MisterPhilip released this 05 Jul 23:05
94bf4be

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

Choose a tag to compare

@MisterPhilip MisterPhilip released this 02 Apr 06:37
19c22e2

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

Choose a tag to compare

@MisterPhilip MisterPhilip released this 02 Apr 06:38
3f4497d

Now supporting Laravel 5.5 and 5.6!