Skip to content

Commit

Permalink
Merge branch 'refs/heads/release/2.9.3'
Browse files Browse the repository at this point in the history
# Conflicts:
#	languages/commonsbooking-de_DE.po
#	languages/commonsbooking.pot
  • Loading branch information
hansmorb committed May 31, 2024
2 parents 7c19290 + f9c1e49 commit 2480e86
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 169 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
Binary file modified languages/commonsbooking-de_DE.mo
Binary file not shown.
Loading

0 comments on commit 2480e86

Please sign in to comment.