From 8bfe68083a8c8012f5346d5b157eb42ca62b07fc Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 1 Jan 2025 10:49:14 +0100 Subject: [PATCH] Actualiser calendar/calendar.php --- calendar/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/calendar.php b/calendar/calendar.php index 9f03f02..065d553 100644 --- a/calendar/calendar.php +++ b/calendar/calendar.php @@ -15,7 +15,7 @@ class calendar extends common { - const VERSION = '1.6'; + const VERSION = '1.7'; const REALNAME = 'Calendrier'; const DATA_DIRECTORY = self::DATA_DIR . 'calendar/';