From 28660c8b9b0e4b1916e9e55d380518c16770014d Mon Sep 17 00:00:00 2001 From: Grant Hutchinson Date: Fri, 11 Nov 2022 17:42:29 -0700 Subject: [PATCH 1/2] Added, updated composer fields for K3 plugin panel --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index faa0aaa..9a276d7 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,17 @@ { "name": "schnti/cachebuster", - "description": "Kirby 3 Cachebuster Plugin", + "version": "1.0.0", + "type": "kirby-plugin", + "description": "A plugin for Kirby 3 CMS to add modification timestamps to css and js files", + "homepage": "https://github.com/schnti/kirby3-cachebuster", "license": "MIT", "authors": [ { "name": "Timo Schneider", "email": "info@kleiner-als.de", - "homepage": "https://kleiner-als.de" + "homepage": "https://kleiner-als.de/" } ], - "type": "kirby-plugin", "keywords": [ "kirby3", "kirby3-cms", @@ -21,4 +23,4 @@ "extra": { "installer-name": "cachebuster" } -} \ No newline at end of file +} From 30d82da939467290e902e736d92cbc1c3d8ade03 Mon Sep 17 00:00:00 2001 From: Grant Hutchinson Date: Fri, 11 Nov 2022 23:22:11 -0700 Subject: [PATCH 2/2] Fixed version to match current tag --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a276d7..0ccd6ae 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "schnti/cachebuster", - "version": "1.0.0", + "version": "1.0.2", "type": "kirby-plugin", "description": "A plugin for Kirby 3 CMS to add modification timestamps to css and js files", "homepage": "https://github.com/schnti/kirby3-cachebuster",