Releases: nystudio107/craft3-multi-environment
Releases · nystudio107/craft3-multi-environment
Version 1.0.7
Version 1.0.6
Added
- Added
aliases
togeneral.php
andvolumes.php
- Added documentation on aliases to
README.md
Changed
- Changed
allowAutoUpdates
=>allowUpdates
ingeneral.php
Version 1.0.5
Changed
- Refactored custom
general.php
settings into thecustom
key - Handle empty
$_SERVER['HTTP_HOST']
in the.env.php
- Config cleanup
Version 1.0.4
Added
- Added
CRAFTENV_DB_PORT
environmental variable - Added
staticAssetsVersion
,baseUrl
, andbasePath
togeneral.php
Changed
- Changed the default values to unique, replaceable placeholder strings
Version 1.0.3
Changed
- Added
CRAFTENV_SECURITY_KEY
toexample.env.php
- Added
securityKey
defaults togeneral.php
- Added
defaultSearchTermOptions
defaults togeneral.php
- Added
isSystemOn
defaults togeneral.php
- Added
backupDbOnUpdate
defaults togeneral.php
- Added Composer support
Version 1.0.2
- Fixed the
forge-example
to usedfastcgi_param
instead ofSetEnv
(which is for Apache) - PSR2 code cleanup
- Added
.gitignore
Version 1.0.1
Changed
- Handle load balancing and shared environments better via a check for
HTTP_X_FORWARDED_PROTO
in the protocol - General code cleanup