iflrandevu/CHANGELOG.md

20 lines
1.6 KiB
Markdown
Raw Normal View History

# 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
2015-07-08 00:22:05 +03:00
- Issue #4: Raising more useful exceptions and enable error logging by default.
- Issue #10: Unable to use address tags in email address.
- Issue #13 + #16: Updated project to Bootstrap v3.3.4 and modified frontend CSS so that it is responsive.
2015-07-08 00:22:05 +03:00
- Issue #14: Add Google Analytics tracking for the booking page.
- Issue #18: Duration is not changing when adding a new appointment.
- Issue #21: Fix E!A installation problems with AJAX requests.
- Issue #22: Google Calendar Sync - Time Zone Issue
- Issue #27: Support american time format within the app.
- Issue #31: Double booking when two users try to book the same appt hour and at the same time.
- Issue #38: 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.
2015-07-08 00:14:14 +03:00
- Issue #39: 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 the `index.php` file so that mod_rewrite problems are eliminated.
2015-07-08 00:22:05 +03:00
- Issue #41: Removed `cancel.php` file. Frontend must use the `message.php` file for displaying simple messages to user.
- Issue #42: Place all external assets to "ext" directory