forked from Ymbra/didi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
83 lines (54 loc) · 2.32 KB
/
CHANGELOG.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
## 0.4.16 / 30 January 2015
* Fixed dependencies in Gemfile
## 0.4.15 / 20 January 2015
* Issue #8: Fixed the shared_private_files bug
## 0.4.14 / 22 December 2014
* PE-75: fixed missing application variable bug.
## 0.4.13 / 22 December 2014
* PE-75: handle theme paths better
## 0.4.12 / 22 December 2014
* PE-75: use local copy when cloning repositories
* PE-75: removed test files
* PE-75: added dev and acc environments to didify
## 0.4.11 / 28 November 2014
* added Grunt task support
* added environments module support
* added baseline module support
* added l10n_update module support
* added migrate module support
* improved cached copy settings
## 0.4.5 / 3 July 2013
* added support for private files directory, using the user_private_files flag.
## 0.4.4 / 19 Oct 2012
* fixed issue where wrong previous releases folder was used during cleanup_shared_symlinks
this could result in deploy:cleanup failing
* allow local env to override settings by creating a local.settings.php. (by c31ck)
## 0.4.3 / 16 Aug 2012
* fixed issue where deploy would fail on cleanup because file permissions (thx sara)
* added drush task: drush:fd to display feature diffs remotely
* added drush task: drush:fraforce to force-revert all features (by c31ck)
* the :baseline setting can now be an array so multiple features can be enabled (by c31ck)
## 0.4.2 / 19 June 2012
* fixed issue in deploy:setup where "chown" was created as a folder
* added support for cleaning up sql dump in manage:pull_dump
* added new task: manage:push_dump to copy local database to remote
## 0.4.1 / 22 May 2012
* fix compatibility with capistrano 2.12.0
* you need to uninstall capistrano-ext (included in 2.12.0)
* cleanup sample stage config in didify
* fixed cleanup and dbbackup tasks in multisite config
* minor code and docs cleanup
## 0.4.0 / 3 May 2012
* added multisite support (see wiki)
* added manage:pull_dump
* extra config options (no_disable:true, local_database:nil, backup_database:true)
## 0.3.2 / 23 Mar 2012
* added config option: enable_robots, default to false
* added config option: drush_path, on remote server
* added default php settings in settings.php file
* put site in maintenance mode during deploy
## 0.3.1 / 4 Jan 2012
* added tests:unit_all + bugfixes
## 0.3.0 / 24 Nov 2011
* fix symlinks on rollback
* added manage:dbdump_previous task