All Versions
10
Latest Version
Avg Release Cycle
125 days
Latest Release
2213 days ago

Changelog History

  • v4.0.0 Changes

    April 02, 2018
    • ๐Ÿš€ v4 series release
    • ๐Ÿ”จ Refactored for Symfony 4 and PHP 7.1
    • Symfony Pool Clear task added
    • Symfony Pool Prune task added
    • ๐Ÿšš Symfony Assetic task removed
  • v3.4.0 Changes

    March 29, 2018
    • ๐ŸŒฒ [Issue#380] Throw exception if log_dir is defined but directory doesn't exists
    • ๐Ÿ›  [BUGFIX] [Issue#405] Malformed ssh command when defining host:port notation
    • ๐Ÿš€ [Issue#415] Remove timeout on Deploy with Tar or Rsync tasks
  • v3.3.0 Changes

    July 22, 2017
    • 0๏ธโƒฃ [PR#386] Allow to define timeout (default 120s) for symfony/assetic-dump task.
    • ๐Ÿ”ง [PR#392] Allow to define Host Port in Host configuration.
    • ๐Ÿ‘ Allow to specify the binary path of tar on for create and extract
  • v3.2.0 Changes

    April 15, 2017
    • ๐Ÿ‘ Allow to pre-register Custom Tasks
    • ๐Ÿš€ [PR#365] New option "from" to define deployment start point
    • ๐Ÿ‘ Allow to define excludes in the global scope.
    • ๐Ÿ‘Œ Improve code quality, remove duplications on Symfony Tasks.
    • ๐Ÿ‘Œ Improve code quality, remove duplications on Composer Tasks.
    • โฑ [PR#364] Allow to define custom timeout to Composer:Install
  • v3.1.0 Changes

    February 25, 2017
    • โž• Add new Exec task to execute arbitrary shell commands
    • โž• Add new Composer task, to update phar (composer/self-update)
    • [#344] Allow to flag Filesystem tasks
    • [PR#346] Add new File System task, to change file's modes (fs/chmod)
    • ๐Ÿ›  [BUGFIX] [PR#342] Ignore empty exclude lines
    • [PR#330] Allow Composer task options to be overwritten at environment level
    • ๐Ÿ”€ [PR#330] Add new method Runtime::getMergedOption to merge ConfigOption and EnvOption
    • ๐Ÿ“š [Documentation] [PR#333] Improve example config file
  • v3.0.1 Changes

    February 11, 2017

    ๐Ÿ›  [BUGFIX] [#350] [#353] Fix escape issue when commands are sent through SSH

  • v3.0.0 Changes

    January 31, 2017

    ๐Ÿš€ First release of the new major version of Magallanes, v3!

  • v1.0.7 Changes

    January 06, 2017

    ๐Ÿš€ Last(ish) release. Magallanes Version 1 reaches end of life.
    To be continued...

  • v1.0.6 Changes

    April 12, 2015

    PSR-2
    ๐Ÿ›  Fixes issues #215 and #210

  • v1.0.5 Changes

    March 08, 2015

    ๐Ÿ”„ Changelog:

    • ๐Ÿ› Bug #195 by @spongeben - Fix first deploy bug
    • ๐Ÿ› Bug #187 by @eps90 - Create release directory for GitRebase strategy
    • ๐Ÿ‘Œ Improvement #196 by @eps90 - Add Travis and Coveralls support
    • ๐Ÿ‘Œ Improvement #167 by @SenseException - Add CommandFactory unit tests