Skip to content

Releases: Metadrop/ddev-aljibe

v2.0.2

14 Jan 08:48
Compare
Choose a tag to compare

Changelog:

  • Removed already fixed drupal core patch

v2.0.1

13 Dec 12:37
Compare
Choose a tag to compare

changelog:

  • Hotfix to prevent docroot empty on ddev config.yaml.

v2.0.0

11 Dec 13:04
dcd0e67
Compare
Choose a tag to compare

Changelog:

  • Drupal 10/11: Now Aljibe install Drupal 11 by default, allowing users to select Drupal 10 if needed.
  • Now addons are optional: Now when you want to update Aljibe with ddev add-on get metadrop/ddev-aljibe the installation process will update will not install already removed services. You can backstopjs add-on an it will not be installed again for example.
  • Drupal Recipes now available by default: Now composer comes with extra packages and some patches that allow installation of Drupal recipes anytime needed.
  • Other minor changes:
    • Added new command to run drush on all Drupal sites for multisites installations
    • Removed lighthouse add-on
    • Some minor improvements to scripts

v1.1.5: Merge pull request #23 from omarlopesino/feature/composer-binary-remove

26 Nov 07:34
35ecfe7
Compare
Choose a tag to compare

v1.1.4

18 Nov 14:48
Compare
Choose a tag to compare

###Changelog:

  • Removed hack that force to use composer from vendor/bin
  • Set minimum ddev version to 1.23.5

v1.1.3

04 Nov 08:02
Compare
Choose a tag to compare

Changelog:

Fixing composer.json not allow to install backstopjs-addons

v1.1.2

11 Oct 10:26
Compare
Choose a tag to compare

changelog:

  • Added #ddev-generated to the hacky fix of composer from vendor
  • Improve composer hack

v1.1.1

09 Oct 17:36
Compare
Choose a tag to compare

Changelog

  • Removed Dockerfile customizing yq version
  • Added workaround for ddev composer command. Now is uses the vendor/bin composer if exists. Ddev issue related ddev/ddev#6602

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Oct 16:15
Compare
Choose a tag to compare

Changelog:

  • Added hooks in site-install
  • Added site-install-from-db functionality, which allows you to install a site from an existing backup.

v1.0.3

23 Sep 15:32
Compare
Choose a tag to compare

Changelog:

  • Updated and fixed gitignore