Releases: acquia/drupal-environment-detector
Releases · acquia/drupal-environment-detector
1.6.0
What's new since 1.5.3
- ORCA-488: D10 readiness @secretsayan (#54)
🚀 Enhancements
- Adding helper for code studio environment detection. @joshirohit100 (#62)
🐛 Bug Fixes
- BLT-5203: Fix environment names in getAhEnv comment @danepowell (#63)
🧰 Maintenance
- Rename master branch @danepowell (#65)
🧰 Dependency updates
- Bump phpunit/phpunit from 9.6.3 to 9.6.4 @dependabot (#64)
- Bump phpunit/phpunit from 9.6.1 to 9.6.3 @dependabot (#59)
- Bump phpunit/phpunit from 9.5.28 to 9.6.1 @dependabot (#58)
- Bump phpunit/phpunit from 9.5.27 to 9.5.28 @dependabot (#57)
1.5.3
What's new since 1.5.2
What's Changed
- Bump phpunit/phpunit from 9.5.24 to 9.5.25 by @dependabot in #51
- Enable Drupal 10 jobs by @secretsayan in #44
- Bump phpunit/phpunit from 9.5.25 to 9.5.26 by @dependabot in #52
- Bump phpunit/phpunit from 9.5.26 to 9.5.27 by @dependabot in #53
- Adjust version constraint to fix BLT updates by @danepowell in #55
Full Changelog: 1.5.2...1.5.3
1.5.2
What's new since 1.5.1
What's Changed
- Fixes #46 to revert $GLOBALS change. by @mikemadison13 in #47
New Contributors
- @mikemadison13 made their first contribution in #47
Full Changelog: 1.5.1...1.5.2
1.5.1
What's new since 1.5.0
Add Composer conflict with BLT versions that subclass detector methods using old signatures
1.5.0
What's new since 1.4.1
Added strong typing and removed global variables
1.4.1
v1.4.0
v1.3.0
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
- Improved documentation
- Improve devcloud detection