Releases: unleashedtech/dotenv-drupal
Releases · unleashedtech/dotenv-drupal
0.3.1
Changed
- Added support for
DATABASE_NAMEvariables.
0.3.0
Changed
- Added support for namespaced variable names.
- Added support for
SALT. - Removed support for
SHIELD*vars. UsePUBLICinstead.
0.2.1
Fixed
- Fixed construction of
trusted_host_patternsarray to support sites defined in theSITESconstant.
0.2.0
Changed
- Updated
Dotenv::getSettingsto prepend & append start/end chars to each pattern. - Updated
Dotenv::getSettingsto constructtrusted_host_patternsbased onDOMAINSif
TRUSTED_HOST_PATTERNSenvironment variable is not set. - Updated
SHIELDvariable to serve as the default username/password for the prompt if filled.
0.1.17
Fixed
- Removed additional "0" site in the array returned from
Dotenv::getSites.
0.1.16
Fixed
- Resolved
MAILGUN_URLAPI KEY "user" bug.
0.1.15
Changed
- Added support for
config.local.php,databases.local.php&settings.local.phpfiles. - Added
MAILGUN_URLsupport.
0.1.14
Changed
- Added TRUSTED_HOST_PATTERNS support.
0.1.13
Fixed
- Updated Dotenv::getConfig to indeed enable Shield by default.
- Updated Dotenv::getConfig to check for
SHIELD_USERNAMEinstead ofSHIELD_USER.
0.1.12
Changed
- Updating Dotenv::getConfig to enable Shield by default.