Releases: nystudio107/craft-multi-environment
Releases · nystudio107/craft-multi-environment
Version 1.0.6
Version 1.0.5
Changed
- Handle load balancing and shared environments better via a check for
HTTP_X_FORWARDED_PROTO
in the protocol - General code cleanup
Version 1.0.4
- [Improved] Refactored the
example.env.php
to set theCRAFTENV
vars in an array, and auto-prefix them programatically - [Improved] Updated README.md
Version 1.0.3
- [Added] Added
CRAFTENV_CRAFT_ENVIRONMENT
so that theCRAFT_ENVIRONMENT
constant is set via.env.php
- [Added] Renamed
env
tocraftEnd
, accessible via{{ craft.config.craftEnv }}
- [Added] Added an example Forge configuration in
forge-example
- [Improved] Updated README.md
Version 1.0.2
- [Added] Added the
env
variable togeneral.php
, accessible via{{ craft.config.env }}
- [Improved] Updated README.md
Version 1.0.1
- [Added] Added support for
CRAFTENV_SITE_URL
- [Improved] Clarified the usage for
CRAFTENV_BASE_URL
&CRAFTENV_BASE_PATH
- [Improved] Updated README.md
Version 1.0.0
- [Improved] Initial release