Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
Updated version number for release 2.8.6
  • Loading branch information
effgarces committed Apr 18, 2023
1 parent 5b520b6 commit ebc1ad2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ We now have a chatroom on Gitter.im, join us at: <https://gitter.im/bookedschedu

## Release Notes

#### 2.8.6

Librebooking now has PHP8 support
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>


#### 2.8.5.5

**This version is no longer developed by Twinkle Toes Software (<https://www.bookedscheduler.com>)**
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Only the most current stable version will receive patches for security vulnerabi

| Version | Supported |
| ------- | ------------------ |
| 2.8.5.5 | :white_check_mark: |
| 2.8.6 | :white_check_mark: |


Please report (suspected) security vulnerabilities to **[[email protected]](mailto:[email protected])**. I will try to answer as soon as possible (please allow for 2 -5 days).
Expand Down
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@
<!-- development libraries -->
<exclude name="composer*" />
<exclude name=".phive/**" />
<exclude name="vendor/**" />
<exclude name="vendor/bin/**" />
<exclude name="vendor/phpcompatibility/**" />
<exclude name="vendor/squizlabs/**" />
<!-- testing -->
<exclude name="*phpunit*" />
<exclude name="**/tests/**" />
Expand Down
2 changes: 1 addition & 1 deletion lib/Config/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Configuration implements IConfiguration
public const DEFAULT_CONFIG_ID = 'librebooking';
public const DEFAULT_CONFIG_FILE_PATH = 'config/config.php';

public const VERSION = '2.8.5.5';
public const VERSION = '2.8.6';

protected function __construct()
{
Expand Down

0 comments on commit ebc1ad2

Please sign in to comment.