Releases: mikebronner/laravel-caffeine
Releases · mikebronner/laravel-caffeine
0.6.11: Changed app_env to internaltesting to avoid testing conflicts
0.6.10: Fix javascript errors, const -> var
0.6.9
Fixed
- erroneous
let
in JavaScript, changed tovar
. Thanks @spaceemotion, #94.
0.6.8
Fixed
- dependency versions to allow installation on earlier versions of Laravel.
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.