From 87758210ffd233ff395fd3af7be430b57ad74379 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 29 Apr 2015 22:28:59 +0200 Subject: [PATCH] Created CHANGELOG.md file for logging the version changes. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c338dffc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Easy!Appointments - Changelog +This file contains the code changes that were introduced into each release (starting from v1.1) so that is easy for developers to maintain and readjust their custom modifications on the main project codebase. + +### Version 1.1 +- Renamed `configuration.php` file to `config.php` and changed the `SystemConfiguration` class to `Config`. This class will contain constants with the project configuration and will be statically used. +- Updated project to Bootstrap v3.3.4 and modified frontend CSS so that it is responsive. +- Removed `book_success.php` and `cancel.php` files. Frontend must use the `message.php` file for displaying messages to user.