Skip to content

Releases: cloudfoundry-community/cf-helper-php

2.0.1

08 Jan 10:25
9ddd61d
Compare
Choose a tag to compare

Fix:

  • Mixed values was given when retreving services instead of always return an array

Thanks to @phpbg

2.0.0

27 Nov 16:27
6e11c0b
Compare
Choose a tag to compare
Merge pull request #7 from cloudfoundry-community/v2

Push v2 release

1.7.0

23 Jun 16:55
Compare
Choose a tag to compare

changes:

  • use latest sphring

1.6.5

23 Feb 00:01
Compare
Choose a tag to compare

Changes:

  • Simulation part now feed env vars for apache functions and php env vars functions, such as putenv, getenv (thanks to @nicolas-wallerand )

1.6.4

13 Dec 09:31
Compare
Choose a tag to compare

Fixes:

  • Database when no uri is provided do not looks for a name inside vcap.

1.6.3

21 Nov 18:23
Compare
Choose a tag to compare
  • update dependencies

1.6.2

17 Jun 17:19
Compare
Choose a tag to compare
add step to load credentials

1.6.1

16 Jun 09:21
Compare
Choose a tag to compare

Update:

  • Whoops error handling

1.6.0

16 Sep 14:46
Compare
Choose a tag to compare

Features:

  • Now able to find services by tags
  • Service connector doesn't need anymore a needed value inside service name
    Changes:
  • More restriction for finding service in database connector

1.5.1

23 Jun 18:45
Compare
Choose a tag to compare

Fix:

  • Logger didn't log normally to syslog switch to error_log function