Skip to content

Releases: druidfi/omen

0.2.1 PHP 8 Support

19 Dec 16:16
914745b
Compare
Choose a tag to compare
  • Support PHP 8

0.2.0 Setting proxies per detected environment AND OMEN_TOKEN

05 Aug 04:07
Compare
Choose a tag to compare
  • 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

04 Aug 08:24
Compare
Choose a tag to compare
  • 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';

17 Jun 12:14
Compare
Choose a tag to compare
  • 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

04 Jun 07:10
Compare
Choose a tag to compare
  • Add check for HTTP_X_FORWARDED_FOR as it might not always exist. E.g. in CI environment

0.1.7 Set reverse proxy

27 May 06:17
Compare
Choose a tag to compare
  • Set reverse proxy if $_SERVER['REMOTE_ADDR'] !== $_SERVER['HTTP_X_FORWARDED_FOR']

0.1.6

01 Mar 08:28
Compare
Choose a tag to compare
  • Default values for a first contrib module: Simple Environment Indicator
  • Handling of HTTPS ($_SERVER['HTTPS'] and $_SERVER["SERVER_PORT"])
  • Run all tests against all 3 envs (dev, test and prod)

0.1.5 Fix showConfiguration and improve handling DRUSH_OPTIONS_URI

25 Feb 05:54
Compare
Choose a tag to compare
  • showConfiguration caused Fix 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

18 Feb 10:59
Compare
Choose a tag to compare
  • 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

14 Feb 10:56
30629a7
Compare
Choose a tag to compare
  • Detect hash_salt in Amazee.io Legacy