Releases: unleashedtech/dotenv-drupal
Releases · unleashedtech/dotenv-drupal
0.3.1
Changed
- Added support for
DATABASE_NAME
variables.
0.3.0
Changed
- Added support for namespaced variable names.
- Added support for
SALT
. - Removed support for
SHIELD*
vars. UsePUBLIC
instead.
0.2.1
Fixed
- Fixed construction of
trusted_host_patterns
array to support sites defined in theSITES
constant.
0.2.0
Changed
- Updated
Dotenv::getSettings
to prepend & append start/end chars to each pattern. - Updated
Dotenv::getSettings
to constructtrusted_host_patterns
based onDOMAINS
if
TRUSTED_HOST_PATTERNS
environment variable is not set. - Updated
SHIELD
variable 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_URL
API KEY "user" bug.
0.1.15
Changed
- Added support for
config.local.php
,databases.local.php
&settings.local.php
files. - Added
MAILGUN_URL
support.
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_USERNAME
instead ofSHIELD_USER
.
0.1.12
Changed
- Updating Dotenv::getConfig to enable Shield by default.