## 1.0.0 / 25 August 2016
-
Add support for Drupal 8
## 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