Skip to content

Releases: Elhebert/laravel-sri

v2.2.1

14 Apr 11:16
6aa763a
Compare
Choose a tag to compare

Fixes

[#52] Fixed get integrity when using mix version()

Fix an issue introduced in #30 where the blade directive would use mix(path) instead of path when trying to hash a file.

v2.2.0

18 Mar 07:14
8b4a1fd
Compare
Choose a tag to compare

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

03 Mar 15:30
86ab899
Compare
Choose a tag to compare

Fixes

  • Fix the tests for PHP 7.4

v2.1.0

28 Feb 09:11
c8e25c1
Compare
Choose a tag to compare

New features

[#45] Add Laravel 7.0 support

  • The minimum PHP version required has been updated from 7.2.0 to 7.2.5 to match Laravel 7.0 requirements.
  • Travis was removed and replaced by GitHub's actions.
  • Dependencies were updated to fix potential security issues.

Use property_exists instead of array_key_exists

04 Feb 14:20
c151f83
Compare
Choose a tag to compare

Fix directive string parsing

20 Sep 06:18
Compare
Choose a tag to compare

You can now use the directives as intended by the documentation

Fix directive string parsing

20 Sep 06:22
Compare
Choose a tag to compare

You can now use the directives as intended by the documentation

Add Laravel 6.0 support

06 Sep 04:57
Compare
Choose a tag to compare
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

27 Feb 08:30
Compare
Choose a tag to compare
 Add support for Laravel 5.8  (#21)

* Add support for Laravel 5.8

* Update the Composer lock

Laravel 5.7 support

01 Oct 07:11
Compare
Choose a tag to compare
1.4.3

Added support for laravel 5.7 (#17)