From 9c0818769a7714ce7e98048ed8e6061654eedcfd Mon Sep 17 00:00:00 2001 From: Hans Morbach <6433480+hansmorb@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:11:54 +0100 Subject: [PATCH] updated version to 2.10.1 --- commonsbooking.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/commonsbooking.php b/commonsbooking.php index 9786bfe47..f0fd118f3 100644 --- a/commonsbooking.php +++ b/commonsbooking.php @@ -2,7 +2,7 @@ /** * Plugin Name: Commons Booking - * Version: 2.10 + * Version: 2.10.1 * 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.10'); +define('COMMONSBOOKING_VERSION', '2.10.1'); 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 bb550372a..69ac849ec 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.wielebenwir.de/verein/unterstutzen Tags: booking, calendar, sharing, commoning, open-source Requires at least: 5.9 Tested up to: 6.7 -Stable Tag: 2.10 +Stable Tag: 2.10.1 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,10 @@ CommonsBooking was developed for the ["Commons Cargobike" movement](http://commo ## Changelog +### 2.10.1 (09.01.2025) +FIXED: Fatal error when loading map with certain timeframe configurations +UPDATED: Dependencies + ### 2.10 (09.01.2025) ADDED: When changing the location of an item you will now be given the option to move the bookings to the new location. ENHANCED: Export of timeframes no longer time out.