Releases: unleashedtech/dotenv-drupal
Releases · unleashedtech/dotenv-drupal
0.1.11
Changed
- Updating Dotenv::getConfig to support environments with full "production" name.
- Updating Dotenv::getDatabaseName to provide helpful output in Drush context for multi-site config with dis-allowed default site.
0.1.10
Changed
- Disallowed access to
default
site in a multi-site install by default. - Added support for
$database
variable alteration. - Added support for
FILE_PUBLIC_PATH
environment variable. - Added support for
FILE_PRIVATE_PATH
environment variable. - Added support for
FILE_TEMP_PATH
environment variable. - Added support for
CONFIG_SYNC_PATH
environment variable.
0.1.9
Fixed
- Fixed
Dotenv::getSettings
to use Drupal's standard-faredevelopment.services.yml
if adev
environment.
0.1.8
Fixed
- Fixed
Dotenv::getDatabaseName
method to use site name if no database specified inDATABASE_URL
.
0.1.7
Changed
- Added more documentation concerning Drupal multi-site configuration.
- Added documentation for
DOMAINS
environment variable. - Added documentation for
SITES
environment variable. - Added Dotenv::getSites method to return Drupal-compatible list of sites.
Fixed
- Inaccurate multi-site configuration examples in documentation.
0.1.6
Fixed
- Changed Dotenv::getPublicFilePath to return a relative path, as required by Drupal.
0.1.5
Changed
- Revising Dotenv::getConfig to support more custom Solr configurations.
0.1.4
Fixed
- Updated Dotenv to always use
$_SERVER
instead of$_ENV
. See drush-ops/drush#4407 (comment)
0.1.3
Fixed
- Updating Dotenv::getSettings to define hash_salt if HASH_SALT environment variable is set.
- Revising Dotenv class methods to only use server VIRTUAL_HOST var if defined.
0.1.2
Fixed
- Updating Dotenv::getSettings to define generic settings based on default.settings.php.