Skip to content

Commit

Permalink
upped version to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed May 22, 2024
1 parent 151e5c8 commit de05c53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions commonsbooking.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

/**
* Plugin Name: Commons Booking
* Version: 2.9.2
* Version: 2.9.3
* Requires at least: 5.2
* Requires PHP: 7.4
* Plugin URI: https://commonsbooking.org
* Description: A wordpress plugin for management and booking of common goods.
* Description: A WordPress plugin for the management and booking of common goods.
* Author: wielebenwir e.V.
* Author URI: https://wielebenwir.de/
* Domain Path: /languages
Expand All @@ -18,8 +18,8 @@
use CommonsBooking\Plugin;

defined('ABSPATH') or die("Thanks for visiting");
define('COMMONSBOOKING_VERSION', '2.9.2');
define('COMMONSBOOKING_VERSION_COMMENT', 'master'); // Empty for release - Used to mark development versions
define('COMMONSBOOKING_VERSION', '2.9.3');
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
2 changes: 1 addition & 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.5
Stable Tag: 2.9.2
Stable Tag: 2.9.3
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit de05c53

Please sign in to comment.