From 5f024b97ba788f4846635631c1e66d98c87786a9 Mon Sep 17 00:00:00 2001 From: Hans Morbach <6433480+hansmorb@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:25:16 +0200 Subject: [PATCH] changed version to 2.9.4 --- commonsbooking.php | 4 ++-- readme.txt | 7 +++++-- src/Service/Cache.php | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/commonsbooking.php b/commonsbooking.php index 86240ff57..f00738f5a 100644 --- a/commonsbooking.php +++ b/commonsbooking.php @@ -2,7 +2,7 @@ /** * Plugin Name: Commons Booking - * Version: 2.9.3 + * Version: 2.9.4 * Requires at least: 5.2 * Requires PHP: 7.4 * Plugin URI: https://commonsbooking.org @@ -18,7 +18,7 @@ use CommonsBooking\Plugin; defined('ABSPATH') or die("Thanks for visiting"); -define('COMMONSBOOKING_VERSION', '2.9.3'); +define('COMMONSBOOKING_VERSION', '2.9.4'); define('COMMONSBOOKING_VERSION_COMMENT', ''); // Empty for release - Used to mark development versions define('COMMONSBOOKING_PLUGIN_SLUG', 'commonsbooking'); define('COMMONSBOOKING_MENU_SLUG', COMMONSBOOKING_PLUGIN_SLUG . '-menu'); diff --git a/readme.txt b/readme.txt index 38e7949dc..2c97f5eec 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: wielebenwirteam, m0rb, flegfleg, chriwen, hansmorb, datengraben Donate link: https://www.wielebenwir.de/verein/unterstutzen Tags: booking, calendar, sharing, commoning, open-source Requires at least: 5.9 -Tested up to: 6.5 -Stable Tag: 2.9.3 +Tested up to: 6.6 +Stable Tag: 2.9.4 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -79,6 +79,9 @@ CommonsBooking was developed for the ["Commons Cargobike" movement](http://commo ## Changelog +### 2.9.4 (17.07.2024) +FIXED: Plugin not usable in multisite mode + ### 2.9.3 (31.05.2024) ADDED: Download ics file directly from booking details page ENHANCED: Taxonomies will now be shown in item / location overview in the backend diff --git a/src/Service/Cache.php b/src/Service/Cache.php index cbd7cc27d..e1731df89 100644 --- a/src/Service/Cache.php +++ b/src/Service/Cache.php @@ -49,7 +49,7 @@ public static function getCacheItem( $custom_id = null ) { * * @return string * @since 2.7.2 added Plugin_Dir to Namespace to avoid conflicts on multiple instances on same server - * @since 2.10 added support for multisite caches + * @since 2.9.4 added support for multisite caches * */ public static function getCacheId( $custom_id = null ): string {