forked from everzet/capifony
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
36 lines (21 loc) · 768 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
== 0.3.3 / June 13, 2010
* added ability to change called php binary (thanks to http://github.com/xgorse)
== 0.3.2 / June 12, 2010
* fixed :finalize_update hooks (clear_controllers task now runs)
== 0.3.1 / June 11, 2010
* fixed deployment bug with new shared link instruction
== 0.3.0 / June 11, 2010
* fixed incorrect links bug (thanks to arlo)
* added database dumpers tasks
* database:move:* now uses database dumpers to actually dump
== 0.2.2 / June 6, 2010
* deployment bug with `mkdir shared/config` fixed
== 0.2.1 / June 5, 2010
* dependency fix
== 0.2.0 / June 5, 2010
* some fixes
* symfony:check_configuration task
* database move tasks
* shared folder tasks (move to_local, move to_remote)
== 0.1.0 / June 3, 2010
First ever working version.