Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Sep 25, 2023
1 parent 3332262 commit 8e6c588
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is a community effort to keep the OpenSource [GPLv3](./LICENSE.md) LibreBoo

## Prerequisites

- PHP 7.0 or greater
- PHP 8.1 or greater
- MySQL 5.5 or greater
- Web server (Apache, IIS)

Expand All @@ -42,6 +42,9 @@ We now have a chatroom on Gitter.im, join us at: <https://gitter.im/bookedschedu

## Release Notes

#### 2.8.6.1
Mainly Bug fixes, special mention for the ldap plugin, more details at <https://github.com/LibreBooking/app/commits/develop>

#### 2.8.6

Librebooking now has PHP8 support
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.6 | :white_check_mark: |
| 2.8.6.1 | :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
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.6';
public const VERSION = '2.8.6.1';

protected function __construct()
{
Expand Down

0 comments on commit 8e6c588

Please sign in to comment.