Skip to content

Releases: Metadrop/drupal-artifact-builder

2.1.5

17 Sep 13:51

Choose a tag to compare

  • Fix errors where markdown files where not being deleted.
  • Issue #23: Safe error when drupal-artifact-builder is run without repository defined.
  • Make it clear in README drupal-artifact-builder does not currently compile or download libraries.

Prevent commiting .md files

16 Sep 13:53

Choose a tag to compare

2.1.4

Prevent deleting markdown files used by contrib modules

2.1.2

06 Jun 13:25
5e15c44

Choose a tag to compare

What's Changed

  • Issue #21: Fatal error is occurring while preparing the commit to the… by @omarlopesino in #22

Full Changelog: 2.1.1...2.1.2

2.1.1

30 May 11:55

Choose a tag to compare

Add .ht.router.php and .htaccess

2.1.0

30 May 11:28

Choose a tag to compare

  • Forcibly add to git files under web that are required in any drupal deployment (only when they exist):
    • index.php
    • autoload.php
    • update.php
    • web.config
    • robots.txt
  • Forcibly add to git files configured under include.

2.0.2

27 Nov 13:46
18d8264

Choose a tag to compare

What's Changed

  • Issue #19: Added functionality to check if there is git installed and… by @juanjol in #20

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

31 Oct 13:42

Choose a tag to compare

This release fixes a Fatal error produced when the array configuration properties were not properly setup. Plus, the include documentation has been improved for a better understanding about how to configure it.

2.0.0-rc1

31 Oct 11:28

Choose a tag to compare

Release candidate for 2.0.0

It also removes the usage of GIT_BRANCH variable: #14

2.0.0-alpha5

31 Oct 11:00

Choose a tag to compare

Fix a bug where author could not be configured through configuration file.

2.0.0-alpha4

31 Oct 10:32

Choose a tag to compare

First release that allow defining a map between branches. Still in testing phase.