forked from mirrors/easyappointments
679 B
679 B
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 toconfig.php
and changed theSystemConfiguration
class toConfig
. 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
andcancel.php
files. Frontend must use themessage.php
file for displaying messages to user.