Releases: Elhebert/laravel-sri
Releases · Elhebert/laravel-sri
v2.2.1
v2.2.0
New features
[#50] Add an ENV variable to disable the SRI hashing
- A configuration variable had been added to enable/disable the hashing.
CI updates
[f3f0279] Run the unit tests also on branch builds
- The tests are now also run on PR to give an immediate feedback of the tests state after the PR will be merged.
v2.1.1
v2.1.0
Use property_exists instead of array_key_exists
array_key_exists
was deprecated in PHP 7.4.
Fix directive string parsing
You can now use the directives as intended by the documentation
Fix directive string parsing
You can now use the directives as intended by the documentation
Add Laravel 6.0 support
Add support to Laravel 6.0 (#27) * Add support to Laravel 6.0 * Update to correct issue in StyleCI * Update Composer file to support Laravel 6.0 * Update Composer * Update Composer to Laravel 6.0 and above. * Update Travis to remove PHP 7.1
Add Laravel 5.8 support
Add support for Laravel 5.8 (#21) * Add support for Laravel 5.8 * Update the Composer lock
Laravel 5.7 support
1.4.3 Added support for laravel 5.7 (#17)