Skip to content

Releases: platformsh/config-reader-php

3.0.0

22 Nov 19:56
f7bd009
Compare
Choose a tag to compare
  • Make nullable explicit in anticipation of PHP 8.4 (thank you, @ptmkenny)
  • Updates minimum PHP version to 7.4

Update SMTP behavior

14 Sep 17:08
dc08f50
Compare
Choose a tag to compare
Merge pull request #26 from platformsh/bug/17-smtphost

returns empty string if envPrefix+SMTP_HOST is requested via ->getValue.

2.3.1: Merge pull request #16 from platformsh/dedicated

05 Nov 22:37
9951de0
Compare
Choose a tag to compare

[2.3.1] - 2019-11-04

Added

  • CHANGELOG added.
  • onDedicated method that determines if the current environment is a Platform.sh Dedicated environment. Replaces deprecated onEnterprise method.

Changed

  • Deprecates onEnterprise method - which is for now made to wrap around the added onDedicated method. onEnterprise will be removed in a future release, so update your projects to use onDedicated instead as soon as possible.