Releases: druidfi/omen
Releases · druidfi/omen
0.9.0 Support for Drupal 10.3 and 11
- 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
- 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
- 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
0.5.1 Small Tugboat tweak
- Tugboat: create
DRUPAL_HASH_SALT
usingTUGBOAT_REPO_ID
0.5.0 Remove EOL support and add Tugboat support
- 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
- Min PHP version is now 7.3
- Min Drupal version is now 8.9
0.3.2 Small fix on DRUSH_OPTIONS_URI handling
- 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
- Fixed DRUPAL_ROUTES might end up being null and PHP 8.0 will fail on that.