All Versions
10
Latest Version
Avg Release Cycle
122 days
Latest Release
2833 days ago

Changelog History

  • v1.0.1 Changes

    July 22, 2016
  • v1.0.0 Changes

    March 18, 2016
    • โšก๏ธ Update phpseclib to 1.0
    • โฌ‡๏ธ Drop support for PHP 5.3/5.4

    Thank you to @jyrkij

  • v0.4.5 Changes

    July 28, 2015
  • v0.4.4 Changes

    August 06, 2014

    ๐Ÿ›  Fixed (and added tests) multi role support #57. Thanks to @farwless for reporting the bug.

  • v0.4.3 Changes

    May 28, 2014

    ๐Ÿ›  Fix for #53

  • v0.4.2 Changes

    January 29, 2014

    ๐Ÿ›  Fixed a bug regarding setting variables:

    โšก๏ธ If an environment setting is an array, and you update that setting with another array, those two arrays will be merged together. The main reasoning for this is so that setting options can have defaults. This is super helpful for plugins.

    โšก๏ธ There was a minor bug where if you updated a setting using something like $env->setting(array(...)); it would actually overwrite the array rather than merging it because it wasn't using __set() but setting the value on config itself.

  • v0.4.1 Changes

    January 20, 2014

    ๐Ÿš€ deploy:update_code used to run git clean which would delete untracked files and directories. This is pretty destructive, so it has been removed.

  • v0.4.0 Changes

    January 19, 2014

    Big structural improvements using a newer version of Phake.

    • ๐Ÿš€ Huge improvements to git deployments.
    • Key password prompts will be found by Pomander and attempted to be filled in.
    • Tasks for composer using $env->composer = true
    • โœ… PHPUnit tests.
  • v0.3.9 Changes

    October 28, 2013

    ๐Ÿš€ Some minor improvements and bug fixes. Final release before .4!

  • v0.3.8 Changes

    July 17, 2013

    ๐Ÿš€ Last release was a botch.