Skip to content

Commit ebc1ad2

Browse files
committed
Updated version number
Updated version number for release 2.8.6
1 parent 5b520b6 commit ebc1ad2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ We now have a chatroom on Gitter.im, join us at: <https://gitter.im/bookedschedu
3131

3232
## Release Notes
3333

34+
#### 2.8.6
35+
36+
Librebooking now has PHP8 support
37+
Many bugs, updates and even new features were added but the list is a bit long so for further details please check the commit history <https://github.com/LibreBooking/app/commits/develop>
38+
39+
3440
#### 2.8.5.5
3541

3642
**This version is no longer developed by Twinkle Toes Software (<https://www.bookedscheduler.com>)**

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Only the most current stable version will receive patches for security vulnerabi
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 2.8.5.5 | :white_check_mark: |
9+
| 2.8.6 | :white_check_mark: |
1010

1111

1212
Please report (suspected) security vulnerabilities to **[librebooking@outlook.com](mailto:librebooking@outlook.com)**. I will try to answer as soon as possible (please allow for 2 -5 days).

build.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@
110110
<!-- development libraries -->
111111
<exclude name="composer*" />
112112
<exclude name=".phive/**" />
113-
<exclude name="vendor/**" />
113+
<exclude name="vendor/bin/**" />
114+
<exclude name="vendor/phpcompatibility/**" />
115+
<exclude name="vendor/squizlabs/**" />
114116
<!-- testing -->
115117
<exclude name="*phpunit*" />
116118
<exclude name="**/tests/**" />

lib/Config/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class Configuration implements IConfiguration
8181
public const DEFAULT_CONFIG_ID = 'librebooking';
8282
public const DEFAULT_CONFIG_FILE_PATH = 'config/config.php';
8383

84-
public const VERSION = '2.8.5.5';
84+
public const VERSION = '2.8.6';
8585

8686
protected function __construct()
8787
{

0 commit comments

Comments
 (0)