Skip to content

Commit

Permalink
Version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Jan 25, 2021
1 parent dba386a commit 519487b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Config/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Configuration implements IConfiguration
const DEFAULT_CONFIG_ID = 'booked';
const DEFAULT_CONFIG_FILE_PATH = 'config/config.php';

const VERSION = '2.8.5.1';
const VERSION = '2.8.5.2';

protected function __construct()
{
Expand Down
14 changes: 13 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,21 @@ <h2>General Application Help</h2>

<h2>Release Notes</h2>

<h4>2.8.5.2</h4>
<h3><strong>This version is no longer developed by Twinkle Toes Software (https://www.bookedscheduler.com)</strong></h3>
Based on the original open source version of Booked, now available at: <a href="https://github.com/effgarces/BookedScheduler">https://github.com/effgarces/BookedScheduler</a>
<br>Fork this repo, contribute and help keep it alive
<ul>
<li>Bugfixes</li>
<ul>
<li>#417 Booking Schedule: Full names missing</li>
<li>#429 Minor problems in notifications</li>
</ul>
</ul>

<h4>2.8.5.1</h4>
<h3><strong>This version is no longer developed by Twinkle Toes Software (https://www.bookedscheduler.com)</strong></h3>
Based on the original open source version of Booked, now available at: <a href="https://github.com/effgarces/BookedSchedule">https://github.com/effgarces/BookedSchedule</a>
Based on the original open source version of Booked, now available at: <a href="https://github.com/effgarces/BookedScheduler">https://github.com/effgarces/BookedScheduler</a>
<br>Fork this repo, contribute and help keep it alive
<ul>
<li>Added intial support for generating pdf's on the reservation page</li>
Expand Down

0 comments on commit 519487b

Please sign in to comment.