Releases: acquia/drupal-environment-detector
Releases · acquia/drupal-environment-detector
1.7.0
What's new since 1.6.0
🚀 Enhancements
- ACMS-3647: Add helper function to get segmented Acquia environment names. @rajeshreeputra (#84)
🐛 Bug Fixes
- CLI-1436: PHP 8.4 compatibility @danepowell (#97)
- Replace hyphen with underscore in ahSettingsFile (#86) @ssu-carlsoni (#87)
🧰 Maintenance
- fix broken tests @danepowell (#98)
- POST D11 release pipeline changes @secretsayan (#94)
- RCAT-684 | Enable D11 jobs @Raksha-Bharuka (#89)
- Add PHP 8.3 tests @secretsayan (#83)
- ORCA-557: Enable Domo integration @secretsayan (#75)
- ORCA-524: Add php 8.2 jobs @secretsayan (#72)
🧰 Dependency updates
- Bump acquia/coding-standards from 2.0.0 to 3.0.1 @dependabot (#93)
- Bump phpunit/phpunit from 9.6.17 to 9.6.19 @dependabot (#88)
- Bump phpunit/phpunit from 9.6.13 to 9.6.17 @dependabot (#82)
- Bump phpunit/phpunit from 9.6.12 to 9.6.13 @dependabot (#78)
- Bump phpunit/phpunit from 9.6.11 to 9.6.12 @dependabot (#77)
- Bump phpunit/phpunit from 9.6.10 to 9.6.11 @dependabot (#76)
- Bump phpunit/phpunit from 9.6.9 to 9.6.10 @dependabot (#74)
- Bump phpunit/phpunit from 9.6.8 to 9.6.9 @dependabot (#73)
- Bump phpunit/phpunit from 9.6.7 to 9.6.8 @dependabot (#71)
- Bump phpunit/phpunit from 9.6.6 to 9.6.7 @dependabot (#70)
- Bump phpunit/phpunit from 9.6.5 to 9.6.6 @dependabot (#69)
- Bump phpunit/phpunit from 9.6.4 to 9.6.5 @dependabot (#68)
- Bump acquia/coding-standards from 1.0.1 to 2.0.0 @dependabot (#67)
- Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0 @dependabot (#66)
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