Skip to content

Releases: drupal-xb/ddev-drupal-xb-dev

v0.0.23

05 Feb 02:41
e7420c5
Compare
Choose a tag to compare
v0.0.23 Pre-release
Pre-release

What's Changed

New Features

Other Changes

  • Eliminate ddev composer shell alias in xb-setup by @kbasarab in #35

New Contributors

Full Changelog: v0.0.22...v0.0.23

v0.0.22

24 Jan 19:14
5051e45
Compare
Choose a tag to compare

This reverts https://github.com/TravisCarden/ddev-drupal-xb-dev/releases/tag/v0.0.21, which contained a critical regression that caused site creation to fail with a Drush error like the following when running ddev xb-setup:

Error
Using version ^10.4 for drupal/core-dev
PHP Fatal error:  Uncaught AssertionError: assert($this->bootstrap instanceof DrupalBoot8) in /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php:119
Stack trace:
#0 /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php(119): assert()
#1 /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php(108): Drush\Boot\BootstrapManager->bootstrap()
#2 /var/www/html/vendor/drush/drush/src/Application.php(165): Drush\Boot\BootstrapManager->setUri()
#3 /var/www/html/vendor/drush/drush/src/Runtime/Runtime.php(97): Drush\Application->refineUriSelection()
#4 /var/www/html/vendor/drush/drush/src/Runtime/Runtime.php(40): Drush\Runtime\Runtime->doRun()
#5 /var/www/html/vendor/drush/drush/drush.php(140): Drush\Runtime\Runtime->run()
#6 /var/www/html/vendor/bin/drush.php(119): include('...')
#7 {main}
  thrown in /var/www/html/vendor/drush/drush/src/Boot/BootstrapManager.php on line 119

...

[warning] Drush command terminated abnormally.
Failed to run xb-site-install : exit status 1
Failed to run xb-setup ; error=exit status 1

Full Changelog: v0.0.21...v0.0.22

v0.0.21

23 Jan 19:22
2a3c62b
Compare
Choose a tag to compare
v0.0.21 Pre-release
Pre-release

What's Changed

New Features

Other Changes

Full Changelog: v0.0.20...v0.0.21

v0.0.20

09 Jan 16:11
6b53aaf
Compare
Choose a tag to compare
v0.0.20 Pre-release
Pre-release

What's Changed

New Features

Other Changes

  • Prevent xb-setup command from prompting to trust Composer plugins by @TravisCarden in #24

Full Changelog: v0.0.19...v0.0.20

v0.0.19

12 Dec 15:59
ad0061c
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release

Full Changelog: v0.0.18...v0.0.19

v0.0.18

14 Nov 19:12
8214eaa
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

What's Changed

  • Add xb-core-set-version command for switching between Drupal core versions by @longwave in #20

Full Changelog: v0.0.17...v0.0.18

v0.0.17

08 Nov 18:43
e2a77d8
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release

What's Changed

  • Introduce xb-ui-dev command for React app development by @balintbrews in #19

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

02 Nov 05:01
2313b07
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

Breaking Changes

Note: Commands removed in this release will be automatically removed from your project unless they have been edited and overridden by removing the #ddev-generated line. See 2313b07.

Enhancements

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

28 Oct 19:05
6a3df41
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

25 Oct 20:01
ce07b40
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.13...v0.0.14