Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Mar 10, 2021
1 parent 3e0f02a commit 43eb2f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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.2';
const VERSION = '2.8.5.3';

protected function __construct()
{
Expand Down
13 changes: 13 additions & 0 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ <h2>General Application Help</h2>

<h2>Release Notes</h2>

<h4>2.8.5.3</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>Added translation: Greek</li>
<li>Updated jsPDF</li>
<li>Bugfixes</li>
<ul>
<li>Escape problem in tpl/Reservation/pdf.tpl #12</li>
</ul>
</ul>

<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>
Expand Down

0 comments on commit 43eb2f8

Please sign in to comment.