Skip to content

2.3.1: Merge pull request #29 from platformsh/DEVREL-459

Choose a tag to compare

@chadwcarlson chadwcarlson released this 05 Nov 22:38
· 17 commits to master since this release
00c7dc3

[2.3.1] - 2019-11-04

Added

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

Changed

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