Skip to content

Commit

Permalink
Release of version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrebs committed May 6, 2020
1 parent f997515 commit fb4a742
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ data/docs/
## Architecture

The system is based on the well-known LAMP stack (Linux, Apache 2+, MySQL 5+, PHP 5.4+) and the popular and powerful
[Zend Framework 2](http://framework.zend.com/) (2.4+).
[Zend Framework 2](http://framework.zend.com/) (2.5).

It is compatible with PHP version up to and including 7.2 - bot not PHP 7.3+. We are currently working on an upgrade of the underlying Zend Framework to make it compatible with PHP 7.3+.

Dependencies are managed with [composer](https://getcomposer.org/).

Expand All @@ -41,7 +43,9 @@ where you can find stable and (latest) development releases.

## Version

The current version (June, 2018) is 1.6.3.
The current version (May, 2020) is 1.6.4.

Version 1.6.4 introduced some features required during the COVID-19 pandemic, including limits to active concurrent bookings and minimum booking ranges. It also includes minor bug fixes and improvements.

Version 1.6.3 introduced some GDPR compliance based changes and requested features.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.3
1.6.4
6 changes: 6 additions & 0 deletions data/docs/update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ after the update. Otherwise, it's clearly your fault! :)



--- Update to 1.6.4 ---

There are no steps necessary when updating from version 1.6.3.



--- Update to 1.6.3 ---

Replace the following directories:
Expand Down

0 comments on commit fb4a742

Please sign in to comment.