Skip to content

Commit 3755e0c

Browse files
author
gau1991
committed
Merge branch 'master' into stable
2 parents d99c8d3 + 1fccf83 commit 3755e0c

File tree

1 file changed

+172
-0
lines changed

1 file changed

+172
-0
lines changed

CHANGELOG.txt

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
v 3.0.0 - Feb 11,2015
2+
- Refactored complete code in Python 3
3+
- Updated WP-CLI to 0.18
4+
- Update RoundCube to 1.1
5+
- Update ViMbAdmin to 3.0.11
6+
7+
v 2.2.3 - Feb 01,2015
8+
- Fixed installation issue of Percona Mysql
9+
10+
v 2.2.2 - Dec 03,2014
11+
- Fixed installation issue of Percona Mysql on Debian
12+
- Fixed error during ViMbAdmin installation
13+
- Fixed alias in ViMbAdmin are not working
14+
- Updated WP-CLI to 0.17.1
15+
16+
v 2.2.1 - Oct 16,2014
17+
- Fixed update script issue for remote MySQL #323
18+
- Fixed remote MySQL delete user issue by @brennentsmith #324
19+
- Improved auto-completion
20+
21+
v 2.2.0 - Oct 13, 2014
22+
- Percona Mysql 5.6 support on Fresh installation. #107
23+
- RAM Based Optimization for PHP5-FPM,OpCache and Memcache
24+
- Introduced following new commands for
25+
- ee site cd example.com # Change Directory to example.com Webroot
26+
- ee site log example.com # Real time log monitoring for example.com access and error logs
27+
- ee site update example.com <parameters> # update example.com cache and convert site
28+
- ee clean # Clean cache NGINX FastCGI, Memcache, OPcache.
29+
- Change WordPress user password easily ( ee site update example.com --password) #315
30+
- Added PHP5-GeoIP Support
31+
- Auto Swap creation for low RAM servers.
32+
- Fixed Better autocompletion feature. Fixed #311.
33+
- Fixed phpMyAdmin (blowfish_secret) error #301
34+
- Simplified way to update EasyEngine. #307
35+
36+
v 2.1.0 - Sept 3, 2014
37+
- Added Mail Server Package installation #65
38+
- Fixed incorrect log file path during debug #299
39+
- Added support for pt-query-advisor #189
40+
- Fixed Firefox cross-domain fonts
41+
- Fixed ee site edit command on Nano editor
42+
43+
v 2.0.2 - Aug 13, 2014
44+
- Remote MySQL Support
45+
46+
v 2.0.1 - July 21, 2014
47+
- Fixed wp-cli installation #289
48+
49+
v 2.0.0 - July 14, 2014
50+
- Completly rewritten code
51+
- Updated wp-cli to 0.16.0
52+
- Introduced ee secure command
53+
- Changed the way to update EasyEngine #179
54+
- Fixed security on 22222 port by @RenzoF #263
55+
- Fixed MySQL stopped in ee stack status #233
56+
- Added WordPress SEO Yoast plugin support in wpcommon.conf #165
57+
- Depricated ee system command with ee stack command
58+
59+
60+
v 1.3.8 - May 26, 2014
61+
- Fixed phpMyAdmin download issue #251
62+
- Fixed swap issue #223 by @Swingline0
63+
- Delete website without prompt by @edwinvandeven #239
64+
65+
66+
v 1.3.7 - Apr 29, 2014
67+
- Fixed EasyEngine Update Problem
68+
- Fixed Issue #206
69+
- Update nginx version 1.6.0
70+
- Update wp-cli version 0.14.1
71+
72+
73+
v 1.3.6 - Apr 24, 2014
74+
- Fixed Nginx Update Problem #201
75+
- Automate Testing Using Travis-ci
76+
77+
78+
v 1.3.5 - Apr 22, 2014
79+
- Update nginx to the latest stable version (1.4.7)
80+
81+
82+
v 1.3.4 - Apr 22, 2014
83+
- Supports Ubuntu 12.04, 12.10, 13.10 & 14.04 ( Fixed Issue #94 #195 )
84+
- Change FPM process management from dynamic to ondemand #184
85+
- Fixed Issue #188
86+
- Fixed Debian 6 wget command issue
87+
88+
89+
v 1.3.3 - Apr 16, 2014
90+
- Fixed issue #186
91+
- Fixed issue #187
92+
93+
94+
v 1.3.2 - Apr 14, 2014
95+
- Fixed ee update
96+
97+
98+
v 1.3.1 - Apr 14, 2014
99+
- Fixed Autocompletion Issue #185
100+
- ee info command display php5-fpm process manager details (dynamic/ondemand)
101+
102+
103+
v 1.3.0 - Apr 11, 2014
104+
- Introduce `ee debug` command
105+
- Introduce `ee system [status|stop|start|restart]` command
106+
107+
- EasyEngine Admin Tools shifted on port `22222` with self signed SSL Certificate #124
108+
- Setup Separate PHP5-FPM Pool on Port 9001 for debugging purpose
109+
- Polish `ee site edit` command #157
110+
- Fixed MySQL Username Character Limit #113
111+
- Nginx Settings #100
112+
113+
114+
v 1.2.2 - Mar 18, 2014
115+
- Check/Install bc command
116+
- Fixed EasyEngine Update Issue #134 #148
117+
- Automatic set WordPress Permalink Structure by @UmeshSingla
118+
- Fixed @WP-CLI version to 0.14.1
119+
- Correct Typo Mistake, Thanks to @sdenike on pull request #155
120+
- Introduce ee site edit command by @Mermouy on pull request #153
121+
- Auto Switch the site create options
122+
- Better way to detect Linux Ditribution
123+
124+
125+
v 1.2.1 - Mar 3, 2014
126+
- Fixed Debian Issue #136
127+
128+
129+
v 1.2 - Feb 20, 2014
130+
- Debian 6 and Debian 7 support added
131+
132+
133+
v 1.1.5 - Feb 17, 2014
134+
- Fixed WordPress multisite issue (#127).
135+
136+
137+
v 1.1.4 - Feb 14, 2014
138+
- Fixed wp-cli issue with --allow-root error.
139+
140+
141+
v 1.1.3 - Jan 28, 2014
142+
- Added GPL License. Ref - https://rtcamp.com/easyengine-is-gpl/
143+
144+
145+
v 1.1.2 - Jan 28, 2014
146+
- Fix White-list IP Address
147+
- Fix ee info command
148+
- Fix site delete issue (#111)
149+
150+
151+
v 1.1.1 - Jan 17, 2014
152+
- IP-detcect issue. (#108)
153+
154+
155+
v 1.1 - Jan 16, 2014
156+
- Handling redirects from “non-www to www” and vice-versa. (#71)
157+
- Automating mysql setup. Every site which needs a database gets a new mysql user and password automatically. mysql root is not used anymore for new sites. (#72)
158+
- Automated postfix installation. (#72)
159+
- Added “ee info” command (#69)
160+
- Secured /ee locations (#60 and https://rtcamp.com/tutorials/nginx/ssl-pci-compliance-performance/)
161+
- SSL Session cache for nginx (#56)
162+
163+
164+
v 1.0.1 - Dec 17, 2013
165+
- Fix wp-cli issue
166+
167+
168+
v 1.0.0 - Oct 1, 2013
169+
- First Release
170+
- Support for Standard WordPress and multisite WordPress
171+
- Support for Nginx Fastcgi-Cache, W3 Total Cache and WP Super Cache
172+
- Support for PHP and HTML sites

0 commit comments

Comments
 (0)