Skip to content

Commit

Permalink
raised version to 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Dec 4, 2024
1 parent 1b59589 commit bec1cad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
6 changes: 3 additions & 3 deletions commonsbooking.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__)));
Expand Down
19 changes: 18 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bec1cad

Please sign in to comment.