forked from mirrors/easyappointments
1,001 B
1,001 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.0
- Issue #38: 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. - Issue #13 + #16: Updated project to Bootstrap v3.3.4 and modified frontend CSS so that it is responsive.
- Issue #41: Removed
cancel.php
file. Frontend must use themessage.php
file for displaying simple messages to user. - Issue #49: Added new translations to project (japanese, polish, luxembourgish, protuguese-br, french, chinese, italian, spanish, dutch, danish, slovak, finnish).
- Issue #40: Removed
.htaccess
file and updated all the URLs with theindex.php
file so that mod_rewrite problems are eliminated.