Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Releases: S1SYPHOS/kirby-sri

v0.7.0

16 Mar 10:41
Compare
Choose a tag to compare

Major updates, one fix - so here goes v0.7.0 🍾

  • Outsourcing helper function, see 7344ae6
  • Applying PSR2 coding style, see ff0478f
  • Fixing fingerprinting not being enabled by default, see bdcff32

v0.6.0

03 Mar 19:58
Compare
Choose a tag to compare

Releasing v0.6.0 🍾

  • Removing Settings class & replacing it with Kirby's c::get() method
  • Changing namespace from S1SYPHOS\SRI to Kirby\Plugins\SRI (compliance)

Packagist release

03 Mar 12:54
d92a67d
Compare
Choose a tag to compare
0.5.2

Update README.md

v0.5.1

22 Nov 19:40
Compare
Choose a tag to compare

Bug fix release:

  • Fixing error "Class Settings not found", see #6

v0.5.0

17 Nov 20:50
Compare
Choose a tag to compare

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 (requires config.php update!)
    • Value is now a string (Default: anonymous) (requires config.php update!)
  • Added plugin.kirby-sri.fingerprinting to control fingerprinting (Default: true, see 573b026)
  • Fixed typos, updated README.me

v0.4.0

06 Nov 20:27
Compare
Choose a tag to compare

Just some minor fixes + end of beta:

  • Added plugin title & @link attribute to kirby-sri.php
  • Changed plugin option names from sri-hash* to plugin.kirby-sri* (preventing collisions in the future)

v0.3.0-beta

01 Nov 09:24
af2de85
Compare
Choose a tag to compare

Fixing #2:

  • Added user-defined CORS-settings for css / js files: choosing between use-credentials and anonymous, the latter being the default value (see 738a768 and 9d3c700)
  • Added user-defined hash algorithm: currently the allowed prefixes are sha256, sha384 and sha512, the latter being the default value (see 7335999)
  • Added section 'Configuration' to README
  • Fixing typos

v0.2.0-beta

31 Oct 10:01
Compare
Choose a tag to compare

Ready for beta testers!

Changelog:

  • Changed name from kirby-sri-hash to kirby-sri
  • Added crossorigin="anonymous" as default
  • Added screenshot
  • Completely revised README
  • Tested successfully with KeyCDN

v0.1.0-alpha

30 Oct 01:19
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
Initial commit