Skip to content

v3.0.0

Compare
Choose a tag to compare
@balintpekker balintpekker released this 17 Nov 14:43
· 3 commits to master since this release
9acfe1c

What's Changed

  • Replaced "bex/behat-screenshot": "^1.2" with "drevops/behat-screenshot": "^1.2",
  • Updated packages to be D10 ready (along with dependencies such as Symfony 6)
  • Used post-drupal-scaffold-cmd hook to create settings.php and services.yml before the prepare command, fixing the File 'tests/fixtures/project_01/docroot/sites/default/settings.php' is missing. issue on post-install-cmd.
  • Updated Cheppers\DrupalExtension\Context\Drupal\CoreCkeditor context for CKEditor5.
  • Updated drupal configurations to match D10.
  • Added contrib modules and themes (classy, bartik, seven)
  • Removed unnecessary escapeshellarg() calls and updated Symfony\Component\Process\Process on drupal install to match Symfony 6 (first argument must be an array, or should use Process::fromShellCommandline() method).

Drupal 10 readiness by @balintpekker in #34

New Contributors

Full Changelog: v2.0.2...v3.0.0