From 44db9f620bb4229ab3874e55e0af9c0f89b64c79 Mon Sep 17 00:00:00 2001 From: Florian Egermann Date: Mon, 29 Jun 2020 19:22:54 +0200 Subject: [PATCH] Version bump --- README.md | 5 +++++ commons-booking.php | 2 +- readme.txt | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7015dee..0114a0e 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,11 @@ New in this version: ## Changelog +### 0.9.4.10 + +* Prefix helper functions to prevent conflict with other plugins +* Prevent double bookings + ### 0.9.4.9 * Better debugging: missing variables are now listed on booking page (if WP_DEBUG is enabled). diff --git a/commons-booking.php b/commons-booking.php index df54f33..bd6dce1 100644 --- a/commons-booking.php +++ b/commons-booking.php @@ -14,7 +14,7 @@ * Plugin Name: Commons Booking * Plugin URI: http://www.wielebenwir.de/projekte/commons-booking * Description: A wordpress plugin for management and booking of common goods. - * Version: 0.9.4.9 + * Version: 0.9.4.10 * Author: Florian Egermann * Author URI: http://www.wielebenwir.de * Text Domain: commons-booking diff --git a/readme.txt b/readme.txt index b56d81e..f2237d9 100644 --- a/readme.txt +++ b/readme.txt @@ -94,6 +94,11 @@ New in this version: == Changelog == += 0.9.4.10 = + +* Prefix helper functions to prevent conflict with other plugins +* Prevent double bookings + = 0.9.4.9 = * Better debugging: missing variables are now listed on booking page (if WP_DEBUG is enabled).