Skip to content

Releases: DrupalStand/drupal-dev-docker

3.0.0

28 Jun 19:22
f228a7b
Compare
Choose a tag to compare

Features and Enhancements

  • Updated to Drupal 9.0.1
  • Changed out base Composer project for drupal/recommended-project
  • Tweaked initial Drupal config import to utilize --existing-config parameter
  • Re-based settings.php on Drupal 9 default configuration keys
  • Changed base administration theme to Claro

Regressions

  • Drupal Console has been removed temporarily until it is compatible with the latest Symfony versions

2.2.1

24 Sep 19:49
Compare
Choose a tag to compare

Updates

  • Updated Drupal Core to 8.7.7
  • Updated Devel to 2.x branch
  • Misc upgrades for dependent packages
  • Updated Docker's PHP versions to 7.3

Bugfixes

  • Fixes for Xdebug auto configuration on Mac
  • Fixed an issue with bulk deletion of nodes out of the box

2.2

06 Jul 22:03
Compare
Choose a tag to compare
2.2

Features and Enhancements

  • Updated to Drupal 8.7.4
  • Updated PHP to 7.3
  • Switched out MariaDB 10 for Percona 5
  • Updated Drush to 9
  • Added out-of-the-box Behat testing and example tests

Bugfixes

  • Added updatedb to update and safe-update Make targets
  • Changed installation source for memcached to PECL
  • Fixed case-sensitivity for directory names
  • Changed dev dependencies out for webflo/drupal-core-require-dev
  • Fixed some help text in the Makefile