easyappointments/CHANGELOG.md

42 lines
2.5 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.0) so that is easy for developers to maintain and readjust
their custom modifications on the main project codebase.
2016-07-06 22:49:58 +03:00
### Version 1.2.0
- Issue #174: Implementation of a REST API.
- Issue #175: The backend must be responsive as well.
- Issue #22: Google Calendar Sync - Time Zone Issue
- Issue #152: American Time Format (AM/PM)
- Issue #136: Loading spinner is not shown in during the installation.
- Issue #112: Remove PHPmailer from the project and use the CodeIgniter class.
- Issue #63: Update vendor files (CodeIgniter, FullCalendar, Bootstrap, jQuery ...)
- Issue #45: Add secure flag to CI_SESSION when HTTPS is enabled.
- Issue #54: Default auto-complete for the appointment end time according to service duration.
2016-02-07 13:05:37 +02:00
### Version 1.1.1
- Issue #116: Book advance timeout not taken into account for proposed appointments.
- Issue #118: Google Calendar and notification mail problem bug.
2016-02-07 16:15:17 +02:00
- Issue #120: Invalid appointment date set after editing an existing appointment.
2016-02-07 13:05:37 +02:00
### Version 1.1.0
2015-07-08 00:22:05 +03:00
- Issue #4: Raising more useful exceptions and enable error logging by default.
2016-01-01 16:23:09 +02:00
- Issue #6: Business Logic created is not getting assigned to service provider.
2015-07-08 00:22:05 +03:00
- Issue #10: Unable to use address tags in email address.
2016-01-01 16:23:09 +02:00
- Issue #13: Upgrade to Bootstrap 3.x.x.
2015-07-08 00:22:05 +03:00
- Issue #14: Add Google Analytics tracking for the booking page.
2016-01-01 16:23:09 +02:00
- Issue #15: Add captcha to booking page.
- Issue #16: Responsive Frontend
2015-07-08 00:22:05 +03:00
- Issue #18: Duration is not changing when adding a new appointment.
- Issue #21: Fix E!A installation problems with AJAX requests.
2016-01-01 16:23:09 +02:00
- Issue #25: Add a disable customer mail notifications setting
2015-07-08 00:22:05 +03:00
- 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.
2015-07-08 00:22:05 +03:00
- 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.
2016-01-01 16:23:09 +02:00
- 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.
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.
2016-01-01 16:23:09 +02:00
- Issue #66: Trouble with breaks for providers.