Skip to content

Releases: acquia/drupal-environment-detector

1.6.0

28 Feb 18:58
396cc5e
Compare
Choose a tag to compare

What's new since 1.5.3

🚀 Enhancements

🐛 Bug Fixes

  • BLT-5203: Fix environment names in getAhEnv comment @danepowell (#63)

🧰 Maintenance

🧰 Dependency updates

1.5.3

15 Dec 16:51
b001874
Compare
Choose a tag to compare

What's new since 1.5.2

What's Changed

Full Changelog: 1.5.2...1.5.3

1.5.2

01 Sep 17:58
03a86ed
Compare
Choose a tag to compare

What's new since 1.5.1

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

24 Aug 15:14
8f3d8d4
Compare
Choose a tag to compare

What's new since 1.5.0

Add Composer conflict with BLT versions that subclass detector methods using old signatures

1.5.0

23 Aug 18:52
ef6e86d
Compare
Choose a tag to compare

What's new since 1.4.1

Added strong typing and removed global variables

1.4.1

15 Mar 21:00
1155ed6
Compare
Choose a tag to compare

What's new since v1.4.0

Exclude dev assets from releases #26

v1.4.0

26 Apr 16:09
63b1bd0
Compare
Choose a tag to compare
  • Add Acquia Lando support #16
  • Change package to library #15

v1.3.0

20 Feb 01:51
7bd7903
Compare
Choose a tag to compare

Splits functionality into a primary detector class and separate helper classes.

The detector class is still responsible for detecting info about the current environment based on environment variables and system paths.

The helper classes can provide canonical locations of files and directories in arbitrary environments, which you can provide via parameters.

v1.2.1

03 Nov 19:51
75a6038
Compare
Choose a tag to compare
  • Improved documentation
  • Improve devcloud detection

v1.2.0

25 Aug 20:48
ffb5c22
Compare
Choose a tag to compare
  • Some methods now accept an optional environment parameter and fall back to reading environment variables if it's not provided (#6)
  • Added getSiteName() method (from BLT) (#8)