Skip to content

Commit

Permalink
Merge pull request #1722 from wielebenwir/release/2.10.1
Browse files Browse the repository at this point in the history
Release/2.10.1
  • Loading branch information
hansmorb authored Jan 9, 2025
2 parents 4d1c85f + 6960684 commit 2e30ed4
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 89 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.10
* Version: 2.10.1
* 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.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');
Expand Down
Loading

0 comments on commit 2e30ed4

Please sign in to comment.