From b8b43a984ef41183d5be50bbc538b325211bbcba Mon Sep 17 00:00:00 2001 From: Bart Vandeputte Date: Sun, 3 Dec 2023 17:55:28 +0100 Subject: [PATCH] Kirby 4 compatibility checks --- composer.json | 4 +++- readme.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8e3c125..7780b7e 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "bvdputte/kirby-autopublish", - "description": "Kirby 3 plugin to schedule the automatic publishing of pages on a certain date+time. It is built to work with enabled cache.", + "description": "Kirby plugin to schedule the automatic publishing of pages on a certain date+time. It is built to work with enabled cache.", "license": "MIT", "type": "kirby-plugin", "version": "3.0.0", @@ -13,6 +13,8 @@ "keywords": [ "kirby3", "kirby3-plugin", + "kirby4", + "kirby4-plugin", "schedule", "autopublish", "publish", diff --git a/readme.md b/readme.md index 20f4651..9f63a1a 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Kirby autopublish plugin -Kirby 3 plugin to schedule the automatic publishing of pages (drafts) / unpublishing of pages (listed) on a certain date+time. +Kirby plugin to schedule the automatic publishing of pages (drafts) / unpublishing of pages (listed) on a certain date+time. It is built to work with enabled cache. ## Installation