Releases: druidfi/omen
Releases · druidfi/omen
0.2.1 PHP 8 Support
- Support PHP 8
0.2.0 Setting proxies per detected environment AND OMEN_TOKEN
- Handle reverse proxies case by case (e.g. Lagoon)
- Allow environments to set $config and $settings values
- OMEN_TOKEN ENV var to make it possible to print configuration with it
0.2.0-rc1 Setting proxies per detected environment
- Handle reverse proxies case by case (e.g. Lagoon)
- Allow environments to set $config and $settings values
0.1.9 Added $settings['reverse_proxy_header'] = 'X_FORWARDED';
- Added
$settings['reverse_proxy_header'] = 'X_FORWARDED';
to fix error with Varnish and POST-requests.
0.1.8 Add check for HTTP_X_FORWARDED_FOR
- Add check for HTTP_X_FORWARDED_FOR as it might not always exist. E.g. in CI environment
0.1.7 Set reverse proxy
- Set reverse proxy if
$_SERVER['REMOTE_ADDR'] !== $_SERVER['HTTP_X_FORWARDED_FOR']
0.1.6
0.1.5 Fix showConfiguration and improve handling DRUSH_OPTIONS_URI
showConfiguration
causedFix NOTICE: PHP message: TypeError: get_class() expects parameter 1 to be object, null given
when there is no Omen detected.- First host is used as
DRUSH_OPTIONS_URI
if it's not explicitly set
0.1.4 Hash salt and file paths detection improvement
- Allow hash_salt and file paths to be taken from ENV or env.settings.php files before default values.
0.1.3 Fixed hash salt detection for Amazee.io Legacy
- Detect hash_salt in Amazee.io Legacy