This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Releases: S1SYPHOS/kirby-sri
Releases · S1SYPHOS/kirby-sri
v0.7.0
v0.6.0
Packagist release
0.5.2 Update README.md
v0.5.1
v0.5.0
Important:
- Added Settings class for better organisation of options (see bbbca2f and 35d64b3)
- Modified
plugin.kirby-sri.use-credentials
(see 35d64b3)- Renamed to
plugin.kirby-sri.crossorigin
(requiresconfig.php
update!) - Value is now a string (Default:
anonymous
) (requiresconfig.php
update!)
- Renamed to
- Added
plugin.kirby-sri.fingerprinting
to control fingerprinting (Default:true
, see 573b026) - Fixed typos, updated
README.me
v0.4.0
v0.3.0-beta
Fixing #2:
- Added user-defined CORS-settings for css / js files: choosing between
use-credentials
andanonymous
, the latter being the default value (see 738a768 and 9d3c700) - Added user-defined hash algorithm: currently the allowed prefixes are
sha256
,sha384
andsha512
, the latter being the default value (see 7335999) - Added section 'Configuration' to README
- Fixing typos
v0.2.0-beta
Ready for beta testers!
Changelog:
- Changed name from
kirby-sri-hash
tokirby-sri
- Added
crossorigin="anonymous"
as default - Added screenshot
- Completely revised README
- Tested successfully with KeyCDN
v0.1.0-alpha
Initial commit