From bc217728afca561d3733889b908bcd5046fe93b7 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 15 Jul 2016 20:16:49 +0200 Subject: [PATCH] Updated CHANGELOG.md with new tasks. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd2e422..5a46dcc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,13 @@ their custom modifications on the main project codebase. - Issue #152: American Time Format (AM/PM) - Issue #137: Invalid responsive behavior in frontend booking wizard (step #2 - appointment date & time). - Issue #136: Loading spinner is not shown in during the installation. -- Issue #112: Remove PHPmailer from the project and use the CodeIgniter class. +- Issue #178: Load the application/config/email.php settings to PHPMailer instance. - 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. - Issue #24: Provide dedicated URL for separate provider/service bookings. +- Issue #127: Links in header contain index.php +- Issue #109: Accept multiple attendants in a single service session. ### Version 1.1.1 - Issue #116: Book advance timeout not taken into account for proposed appointments.