Skip to content

2.3.1: Merge pull request #13 from platformsh/dedicated

Compare
Choose a tag to compare
@chadwcarlson chadwcarlson released this 04 Nov 19:48
· 24 commits to master since this release
8685827

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