Skip to content

Commit

Permalink
changed version to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Jul 11, 2024
1 parent 22e896c commit 5f024b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 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.3
* Version: 2.9.4
* Requires at least: 5.2
* Requires PHP: 7.4
* Plugin URI: https://commonsbooking.org
Expand All @@ -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');
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Service/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5f024b9

Please sign in to comment.