From d8ff735d26e1aa1f1cb8a1e4754a14b6563b2e65 Mon Sep 17 00:00:00 2001 From: rvdforst Date: Tue, 6 Feb 2024 16:03:21 +0100 Subject: [PATCH] Update rrze-calendar.php --- rrze-calendar.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rrze-calendar.php b/rrze-calendar.php index e23da843..00b80e77 100644 --- a/rrze-calendar.php +++ b/rrze-calendar.php @@ -4,7 +4,7 @@ Plugin Name: RRZE Calendar Plugin URI: https://github.com/RRZE-Webteam/rrze-calendar Description: Import and output of FAU public events. -Version: 2.0.13 +Version: 2.1.0 Author: RRZE Webteam Author URI: https://blogs.fau.de/webworking/ License: GNU General Public License v3.0 @@ -19,7 +19,6 @@ use RRZE\Calendar\CPT\CalendarEvent; use RRZE\Calendar\CPT\CalendarFeed; -use RRZE\WP\Plugin; const RRZE_PHP_VERSION = '8.1'; const RRZE_WP_VERSION = '6.4';