From 6e6a72aaa3c184d0dadd5c222873bf4eed2ac5c1 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 29 Sep 2023 17:28:27 +0200 Subject: [PATCH] + update readme + add kirby cms on composer --- README.md | 4 ++-- composer.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02522d7..0e01f65 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This plugin is free but if you use it in a commercial project please consider ### Composer ``` -composer require pixelopen/asset-version +composer require pixelopen/kirby-asset-version ``` ### Git Submodule @@ -46,7 +46,7 @@ You can disable the plugin with the following line in your `/site/config/config. ```php return [ - 'pixelopen.asset-version.active' => true (default), + 'pixelopen.asset-version.active' => false, ]; ``` diff --git a/composer.json b/composer.json index 3944768..e7df951 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pixelopen/kirby-asset-version", - "version": "1.0.0", + "version": "1.0.1", "type": "kirby-plugin", "description": "A plugin for Kirby CMS to add modification timestamps to css and js files", "homepage": "https://github.com/Pixel-Open/kirby-asset-version", @@ -16,7 +16,8 @@ "kirby-plugin" ], "require": { - "getkirby/composer-installer": "^1.1" + "getkirby/composer-installer": "^1.1", + "getkirby/cms": "^3.6.0||^4.0.0" }, "extra": { "installer-name": "asset-version"