Releases: everzet/capifony
Releases · everzet/capifony
2.8.6 (2015-04-29)
2.8.5 (2015-04-27)
Important: Due to recent Composer changes (for good reasons), you MUST upgrade to this bugfix release.
Changelog
- Fixed: Fetch composer binary from HTTPS-only (see #568)
2.8.4 (2015-04-13)
- Fixed: update_assets_version by date of last modified file
- Fixed: replace latest_release with current_path and write tests
Important: http://williamdurand.fr/2015/04/11/on-capifony-and-its-future/
2.8.3 (2014-12-17)
- Fixed: rollback using the sudo context if available.
- Fixed: support for hosts other then localhost when using
database:copy:to_local
- Fixed: revert "Recreated composer autoload after
deploy:rollback
2.8.2 (2014-10-07)
- Fixed: set default
:use_composer
to true - Fixed: Inifile 3.0.0 gem is incompatible with Capifony. Use Inifile version >= 2.0.2 and < 3.0.0
2.8.1 (2014-08-14)
- Fixed: Use
--tabular
forgetfacl
instead of-t
shortcut
2.8.0 (2014-08-01)
- Added: alternative way on Linux/Ubuntu to deploy using chmod option: access recursively all users write permissions to following directory.
- Added: rename database move commands to copy
- Added: check for possible already existing acl on directory
- Added: make
symfony:composer:install
run in interactive mode, to allowparameters.(ini|yml)
configuration usingincenteev/composer-parameter-handle
2.7.0 (2014-05-16)
- Added: support for command
doctrine:mongodb:fixtures:load
2.6.0 (2014-04-09)
- Added:
no_release
for symfony1publish_assets
- Added: allow to skip or not
interactive_mode
for the taskcapifony:doctrine:load:fixtures
- Added: support composer version specify (install/self-update)
- Removed: unneeded dump of autoload files
2.5.0 (2014-02-11)
- Added: more
no_release
attributes to allow using custom roles - Fixed:
symfony:assets:update_version
executed before composer - Fixed: updated the specified version for the ruby-progressbar to 1.4.1 (the
latest version). - Fixed: missing parameter "-p" for "getfacl" on CentOS
- Fixed: moved
cache warmup
task afterassetic dump
task - Fixed: recreated composer autoload after deploy:rollback