Releases: mikebronner/laravel-caffeine
Releases · mikebronner/laravel-caffeine
0.6.7
Added
- Laravel 5.6 compatibility.
0.6.6
Change
- testing to use orchestral/testbench suite.
0.6.5
Added
thanks
package.
Updated
- documentation and change-log.
0.6.4: Fix composer to be compatibe with Laravel 5.*
Fixed
- compatibility with Laravel 5.0 - 5.5.
0.6.3
Fixed
- middleware registration to detect apache server.
0.6.2
Added
- route middleware functionality.
Changed
- config variable to
outdated-drip-check-interval
.
Fixed
- naming of config setting
drip-interval
. - formatting of script fixture.
0.6.1: Merge pull request #75 from GeneaLabs/Laravel-5.5
Added
- ability to exclude a page from caffinating the application via meta tag (see bottom of readme).
0.6.0: Merge pull request #73 from GeneaLabs/Laravel-5.5
Added
- drip timeout check and force page refresh if timeout occurred.
Changed
- config file setting names to be more explicit.
- middleware is injected only when called from a web page or during testing.
0.5.0
Updated
- with compatibility for Laravel 5.5.
0.4.2: Merge pull request #51 from kmorva/master
Added
- Laravel 5.4 compatibilty (thanks @kmorva).
Fixed
- typo in readme (thanks @erickbelfy).
Note: this released is pushed out with not code changes -- I need to do some more thorough testing and functionality updates, but I wanted to get this out ASAP so you can still install it. Thanks for your patience!