We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e272ed3 commit b7cea6bCopy full SHA for b7cea6b
classes/fingerprint.php
@@ -66,7 +66,7 @@ public static function process($file)
66
$lookup = [];
67
$needsPush = true;
68
}
69
- if (is_a($file, 'File')) {
+ if (is_a($file, 'Kirby\CMS\File')) {
70
$key = $file->id();
71
$root = $file->root();
72
$mod = \filemtime($root);
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "bnomei/kirby3-fingerprint",
3
"type": "plugin",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"description": "File Method and css/js helper to add cachbusting hash and optional Subresource Integrity to file",
6
"license": "MIT",
7
"autoload": {
0 commit comments