From 6ae830206c4b30da9cf563773d8ded6c894923d7 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 6 Jul 2016 21:49:58 +0200 Subject: [PATCH] Updated CHANGELOG.md for version 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e50ecc7..65690a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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. + +### 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. + ### 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.