diff --git a/composer.json b/composer.json index 9b60c21..37d6357 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bnomei/kirby-mongodb", "type": "kirby-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB", "license": "MIT", "authors": [ diff --git a/index.php b/index.php index 625972c..b6ea74f 100644 --- a/index.php +++ b/index.php @@ -71,7 +71,7 @@ function khulan(string|array|null $search = null): mixed 'khulan' => [ // cache for models 'read' => false, // mongodb is most likely slower than file system for the pages 'write' => true, - 'patch-files-class' => true, // monkey patch files class + 'patch-files-class' => false, // monkey patch files class ], ], 'cacheTypes' => [ diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 957fbc4..e29764a 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,8 +1,8 @@ array( 'name' => 'bnomei/kirby-mongodb', - 'pretty_version' => '1.1.0', - 'version' => '1.1.0.0', + 'pretty_version' => '1.1.1', + 'version' => '1.1.1.0', 'reference' => null, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../', @@ -11,8 +11,8 @@ ), 'versions' => array( 'bnomei/kirby-mongodb' => array( - 'pretty_version' => '1.1.0', - 'version' => '1.1.0.0', + 'pretty_version' => '1.1.1', + 'version' => '1.1.1.0', 'reference' => null, 'type' => 'kirby-plugin', 'install_path' => __DIR__ . '/../../',