From 77e9bbadd4c5036125be56c9748b721b622afeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Garc=C3=AAs?= Date: Fri, 3 Sep 2021 12:37:43 +0100 Subject: [PATCH] Updated version number --- README.md | 8 ++++++++ lib/Config/Configuration.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb21dc80..a3caf4a1d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ We now have a chatroom on Gitter.im, join us at: )** +Based on the original open source version of Booked, now available at: [https://github.com/effgarces/BookedScheduler](https://github.com/effgarces/BookedScheduler) +Fork this repo, contribute and help keep it alive + +Way too many changes, bugfixes and improvements to list them all here, so please take a look at: https://github.com/effgarces/BookedScheduler/commits/master + #### 2.8.5.3 **This version is no longer developed by Twinkle Toes Software ()** diff --git a/lib/Config/Configuration.php b/lib/Config/Configuration.php index 785a807e8..393f7c5d4 100644 --- a/lib/Config/Configuration.php +++ b/lib/Config/Configuration.php @@ -81,7 +81,7 @@ class Configuration implements IConfiguration const DEFAULT_CONFIG_ID = 'booked'; const DEFAULT_CONFIG_FILE_PATH = 'config/config.php'; - const VERSION = '2.8.5.3'; + const VERSION = '2.8.5.4'; protected function __construct() {