Skip to content

2.3.1: Merge pull request #16 from platformsh/dedicated

Choose a tag to compare

@chadwcarlson chadwcarlson released this 05 Nov 22:37
· 16 commits to master since this release
9951de0

[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.