Skip to content

Commit

Permalink
Merge pull request #1736 from wielebenwir/release/2.10.2
Browse files Browse the repository at this point in the history
Release/2.10.2
  • Loading branch information
hansmorb authored Jan 15, 2025
2 parents 567fdf1 + fdb01ef commit 21adabb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 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.10.1
* Version: 2.10.2
* 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.10.1');
define('COMMONSBOOKING_VERSION_COMMENT', 'master'); // Empty for release - Used to mark development versions
define('COMMONSBOOKING_VERSION', '2.10.2');
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
4 changes: 2 additions & 2 deletions languages/commonsbooking.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Commons Booking 2.10.1\n"
"Project-Id-Version: Commons Booking 2.10.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/commonsbooking\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2025-01-14T11:31:59+00:00\n"
"POT-Creation-Date: 2025-01-14T16:53:50+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: commonsbooking\n"
Expand Down
6 changes: 5 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.10.1
Stable Tag: 2.10.2
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,10 @@ CommonsBooking was developed for the ["Commons Cargobike" movement](http://commo

## Changelog

### 2.10.2 (14.01.2025)

FIXED: Language features used that were incompatible with PHP 7.4

### 2.10.1 (09.01.2025)
FIXED: Fatal error when loading map with certain timeframe configurations
UPDATED: Dependencies
Expand Down

0 comments on commit 21adabb

Please sign in to comment.