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 
defaultsite in a multi-site install by default. - Added support for 
$databasevariable alteration. - Added support for 
FILE_PUBLIC_PATHenvironment variable. - Added support for 
FILE_PRIVATE_PATHenvironment variable. - Added support for 
FILE_TEMP_PATHenvironment variable. - Added support for 
CONFIG_SYNC_PATHenvironment variable. 
0.1.9
Fixed
- Fixed 
Dotenv::getSettingsto use Drupal's standard-faredevelopment.services.ymlif adevenvironment. 
0.1.8
Fixed
- Fixed 
Dotenv::getDatabaseNamemethod 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 
DOMAINSenvironment variable. - Added documentation for 
SITESenvironment 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 
$_SERVERinstead 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.