Craft3 Multi Environment Versions Save

DEPRECATED Efficient and flexible multi-environment config for Craft CMS

1.0.7

6 years ago

Changed

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

1.0.6

6 years ago

Added

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

Changed

  • Changed allowAutoUpdates => allowUpdates in general.php

1.0.5

6 years ago

Changed

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

1.0.4

6 years ago

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

1.0.3

6 years ago

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

1.0.2

6 years ago
  • Fixed the forge-example to used fastcgi_param instead of SetEnv (which is for Apache)
  • PSR2 code cleanup
  • Added .gitignore

1.0.1

7 years ago

Changed

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