Skip to content

Commit 40e3bbe

Browse files
committed
beer
Signed-off-by: Bruno Meilick <[email protected]>
1 parent b7cea6b commit 40e3bbe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"getkirby/cms": "3.0.*"
29-
},
28+
"getkirby/cms": "^3.0@beta"
29+
},
3030
"minimum-stability": "beta"
3131
}

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
File Method and css/js helper to add cachbusting hash and optional [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) to files.
66

7+
This plugin is free but if you use it in a commercial project please consider to [make a donation 🍻](https://www.paypal.me/bnomei/5).
8+
79
## Performance
810

911
Hash and SRI values are cached and only updated when original file is modified.

0 commit comments

Comments
 (0)