diff --git a/commonsbooking.php b/commonsbooking.php index cb962aa83..9786bfe47 100644 --- a/commonsbooking.php +++ b/commonsbooking.php @@ -2,7 +2,7 @@ /** * Plugin Name: Commons Booking - * Version: 2.9.4 + * Version: 2.10 * Requires at least: 5.2 * Requires PHP: 7.4 * Plugin URI: https://commonsbooking.org @@ -18,8 +18,8 @@ use CommonsBooking\Plugin; defined('ABSPATH') or die("Thanks for visiting"); -define('COMMONSBOOKING_VERSION', '2.9.4'); -define('COMMONSBOOKING_VERSION_COMMENT', 'master'); // Empty for release - Used to mark development versions +define('COMMONSBOOKING_VERSION', '2.10'); +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'); define('COMMONSBOOKING_PLUGIN_DIR', wp_normalize_path( plugin_dir_path(__FILE__))); diff --git a/readme.txt b/readme.txt index 6cf3dedc8..a3629bc43 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.9.4 +Stable Tag: 2.10 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,23 @@ CommonsBooking was developed for the ["Commons Cargobike" movement](http://commo ## Changelog +### 2.10 (01.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. +ENHANCED: Total breakdowns cancelling all bookings can now be disable +ENHANCED: Map filter groups are now easier to configure. +ENHANCED: Loading the map should now be significantly faster. +ENHANCED: Greatly simplified booking codes; they will also not be generated for the past anymore. (thx @nelarsen) +ENHANCED: Show past bookings in [cb_bookings] overview +FIXED: Booking codes now truly random. (thx @nelarsen) +FIXED: Map sometimes not rendering on certain aspects ratios. (thx @kmohrf) +FIXED: Saving posts should now be faster +FIXED: Cache warmup not working in some cases +FIXED: In certain overlapping timeframe configurations timeframes were not shown as bookable. (thx @nelarsen) +FIXED: Disabled restriction creation for all items / locations because of a missing permission check. +UPDATED: Dependencies + + ### 2.9.4 (17.07.2024) FIXED: Plugin not usable in multisite mode