Skip to content

Releases: tamagokun/pomander

1.0.1

22 Jul 13:20
Compare
Choose a tag to compare

1.0.0

18 Mar 16:28
Compare
Choose a tag to compare
  • Update phpseclib to 1.0
  • Drop support for PHP 5.3/5.4

Thank you to @jyrkij

0.4.5

28 Jul 12:17
Compare
Choose a tag to compare

0.4.4

06 Aug 14:02
Compare
Choose a tag to compare

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

0.4.3

28 May 18:35
Compare
Choose a tag to compare

Fix for #53

0.4.2

29 Jan 21:29
Compare
Choose a tag to compare

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.

0.4.1

20 Jan 00:28
Compare
Choose a tag to compare

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

0.4.0

19 Jan 21:54
Compare
Choose a tag to compare

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.

Small improvements

28 Oct 23:07
Compare
Choose a tag to compare

Some minor improvements and bug fixes. Final release before .4!

Default date timezone

17 Jul 15:58
Compare
Choose a tag to compare

Last release was a botch.