Skip to content

Releases: drupal-composer/drupal-scaffold

2.6.1

30 Mar 10:41
13c1ffc

Choose a tag to compare

Replace cgit.drupalcode.org with git.drupalcode.org (#104)

2.6.0

26 Mar 09:16

Choose a tag to compare

Fixed

2.5.4

07 Aug 09:28

Choose a tag to compare

Fixed

  • Protect against missing result value #91

2.5.3

21 Jul 08:20
90f4202

Choose a tag to compare

  • [closed] Fatal error: Interface 'Composer\Plugin\Capability\CommandProvider' not found #86
  • [closed] Error in post install script #79
  • [closed] Performance #67
  • [closed] Drupal-l10n #64
  • [closed] Composer TransportException, empty 200 response #59

2.5.2

14 Jun 20:05

Choose a tag to compare

This releases fixes the bad upgrade path, which has been introduced in version 2.5.0. Upgrading from version 2.4.0 is still broken, but can be mitigated with various workarounds. It is best to delete the package before the update for example via rm -rf vendor/drupal-composer/drupal-scaffold. Other workarounds can be found in #79.


Changelog

  • Pre-load all of our sources on initial load so that we will not get a more recent version of one of our classes e.g. after a 'composer update' operation. (#82)
  • Use g1a/composer-test-scenarios to test more php versions. (#82)

2.5.0

29 May 16:51
76342f9

Choose a tag to compare

drupal-scaffold is now a full featured composer plugin. It is no longer require to call the plugin itself in your projects composer.json.