Skip to content

Releases: nystudio107/craft3-multi-environment

Version 1.0.7

25 Jan 22:02
Compare
Choose a tag to compare

Changed

  • Deprecated craft.config.general.custom.baseUrl and craft.config.general.custom.basePath in favor of alias('@baseUrl') and alias('@basePath')
  • Updated README.md

Version 1.0.6

21 Jan 05:09
Compare
Choose a tag to compare

Added

  • Added aliases to general.php and volumes.php
  • Added documentation on aliases to README.md

Changed

  • Changed allowAutoUpdates => allowUpdates in general.php

Version 1.0.5

25 Nov 14:38
Compare
Choose a tag to compare

Changed

  • Refactored custom general.php settings into the custom key
  • Handle empty $_SERVER['HTTP_HOST'] in the .env.php
  • Config cleanup

Version 1.0.4

20 Nov 17:17
Compare
Choose a tag to compare

Added

  • Added CRAFTENV_DB_PORT environmental variable
  • Added staticAssetsVersion, baseUrl, and basePath to general.php

Changed

  • Changed the default values to unique, replaceable placeholder strings

Version 1.0.3

28 Oct 21:06
Compare
Choose a tag to compare

Changed

  • Added CRAFTENV_SECURITY_KEY to example.env.php
  • Added securityKey defaults to general.php
  • Added defaultSearchTermOptions defaults to general.php
  • Added isSystemOn defaults to general.php
  • Added backupDbOnUpdate defaults to general.php
  • Added Composer support

Version 1.0.2

20 Jul 13:11
Compare
Choose a tag to compare
  • Fixed the forge-example to used fastcgi_param instead of SetEnv (which is for Apache)
  • PSR2 code cleanup
  • Added .gitignore

Version 1.0.1

20 Feb 19:24
Compare
Choose a tag to compare

Changed

  • Handle load balancing and shared environments better via a check for HTTP_X_FORWARDED_PROTO in the protocol
  • General code cleanup