mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Updated the CHANGELOG.md for v1.1
This commit is contained in:
parent
3ec94245e0
commit
7dbe929218
1 changed files with 7 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,16 +5,20 @@ their custom modifications on the main project codebase.
|
|||
|
||||
### Version 1.1.0
|
||||
- Issue #4: Raising more useful exceptions and enable error logging by default.
|
||||
- Issue #6: Business Logic created is not getting assigned to service provider.
|
||||
- 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.
|
||||
- Issue #13: Upgrade to Bootstrap 3.x.x.
|
||||
- Issue #14: Add Google Analytics tracking for the booking page.
|
||||
- Issue #15: Add captcha to booking page.
|
||||
- Issue #16: Responsive Frontend
|
||||
- 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 #25: Add a disable customer mail notifications setting
|
||||
- Issue #27: Support american time format within the app.
|
||||
- Issue #31: Double booking when two users try to book the same appointment 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.
|
||||
- Issue #39: Added new translations to project (japanese, polish, luxembourgish, protuguese-br, french, chinese, italian, spanish, dutch, danish, slovak, finnish).
|
||||
- Issue #39: Add latest translations to source code so that user can select them immediately.
|
||||
- Issue #40: Removed `.htaccess` file and updated all the URLs with the `index.php` file so that mod_rewrite problems are eliminated.
|
||||
- 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.
|
||||
- Issue #66: Trouble with breaks for providers.
|
||||
|
|
Loading…
Reference in a new issue