Skip to content

Releases: druidfi/omen

0.9.0 Support for Drupal 10.3 and 11

25 Jun 05:45
Compare
Choose a tag to compare
  • Allow to be installed with Drupal 11
  • Add new setting introduced in Drupal 10.3: $settings['state_cache'] = TRUE;

Full Changelog: 0.8.0...0.9.0

0.8.0 Drop support for PHP 7 and Drupal 9

27 Nov 06:20
7e9c65f
Compare
Choose a tag to compare
  • Drop support for PHP 7
  • Drop support for Drupal 9
  • Remove old DrupalEnvDetector class
  • Use match() function for defaults
  • Error level on local dev environment is now verbose

0.7.0 Drupal 10 support

05 Dec 07:15
Compare
Choose a tag to compare
  • Drupal 10 is released soon so including a fix to work with Symfony 6 headers and added 1 database setting for it
  • Dropped support for Drupal 9.3

0.6.0 Drop support for Drupal 9.2

19 Jul 08:32
f60cc11
Compare
Choose a tag to compare
  • Add get_defined_vars() as input
  • Use static methods for get and show
  • Show BC break message in CLI mode without HTML
  • Bump up the supported Drupal core version to 9.3

CleanShot 2022-07-19 at 11 37 51

CleanShot 2022-07-19 at 11 36 35

0.5.1 Small Tugboat tweak

12 May 17:13
Compare
Choose a tag to compare
  • Tugboat: create DRUPAL_HASH_SALT using TUGBOAT_REPO_ID

0.5.0 Remove EOL support and add Tugboat support

12 May 08:29
Compare
Choose a tag to compare
  • Drop support for PHP 7.3 (EOL)
  • Drop support for Drupal 8 (EOL)
  • Add support for Drupal 10 (in Alpha)
  • Add support for Tugboat

0.4.0 Bump up versions to supported

21 Oct 14:08
f415d99
Compare
Choose a tag to compare
  • Min PHP version is now 7.3
  • Min Drupal version is now 8.9

0.3.2 Small fix on DRUSH_OPTIONS_URI handling

28 Jun 12:14
Compare
Choose a tag to compare
  • Fixed DRUSH_OPTIONS_URI might end up being null and PHP 8.0 will fail on that.

0.3.1 Small fix on DRUPAL_ROUTES handling

28 Jun 11:37
Compare
Choose a tag to compare
  • Fixed DRUPAL_ROUTES might end up being null and PHP 8.0 will fail on that.

0.3.0

31 Mar 05:13
Compare
Choose a tag to compare
  • Removed support for Amazee.io Legacy
  • Don't reset $settings['trusted_host_patterns'] if it's already set