Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 6d27756

Browse files
committed
🐛 null driver not working
1 parent 96870c9 commit 6d27756

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-boost",
33
"type": "kirby-plugin",
4-
"version": "1.1.6",
4+
"version": "1.1.7",
55
"description": "Boost the speed of Kirby by having content files of pages cached, with automatic unique ID, fast lookup and Tiny-URL.",
66
"license": "MIT",
77
"authors": [

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function siteIndexFilterByBoostID(string $id): ?\Kirby\Cms\Page
4040
Kirby::plugin('bnomei/boost', [
4141
'options' => [
4242
'cache' => [
43-
'type' => 'null',
43+
'type' => 'file',
4444
'prefix' => 'boost',
4545
],
4646
'fieldname' => [

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php return array(
22
'root' => array(
3-
'pretty_version' => '1.1.6',
4-
'version' => '1.1.6.0',
3+
'pretty_version' => '1.1.7',
4+
'version' => '1.1.7.0',
55
'type' => 'kirby-plugin',
66
'install_path' => __DIR__ . '/../../',
77
'aliases' => array(),
@@ -20,8 +20,8 @@
2020
'dev_requirement' => false,
2121
),
2222
'bnomei/kirby3-boost' => array(
23-
'pretty_version' => '1.1.6',
24-
'version' => '1.1.6.0',
23+
'pretty_version' => '1.1.7',
24+
'version' => '1.1.7.0',
2525
'type' => 'kirby-plugin',
2626
'install_path' => __DIR__ . '/../../',
2727
'aliases' => array(),

0 commit comments

Comments
 (0)