From 41692acbb920b291c58b8016acee0077ed010c09 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Mon, 13 Oct 2014 20:52:22 +0530 Subject: [PATCH] Changelog for EasyEngine 2.2.0 --- CHANGELOG.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f61bb5d..12625741 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,18 @@ +v 2.2.0 - Oct 13, 2014 +- Percona Mysql 5.6 support on Fresh installation. #107 +- RAM Based Optimization for PHP5-FPM,OpCache and Memcache +- Introduced following new commands for + - ee site cd example.com # Change Directory to example.com Webroot + - ee site log example.com # Real time log monitoring for example.com access and error logs + - ee site update example.com # update example.com cache and convert site + - ee clean # Clean cache NGINX FastCGI, Memcache, OPcache. +- Change WordPress user password easily ( ee site update example.com --password) #315 +- Added PHP5-GeoIP Support +- Auto Swap creation for low RAM servers. +- Fixed Better autocompletion feature. Fixed #311. +- Fixed phpMyAdmin (blowfish_secret) error #301 +- Simplified way to update EasyEngine. #307 + v 2.1.0 - Sept 3, 2014 - Added Mail Server Package installation #65 - Fixed incorrect log file path during debug #299