Skip to content

Releases: acquia/orca

v3.7.0

26 Apr 13:53
112d64c
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

  • Prevent scripts from using the wrong Composer version on Travis CI #141 (TravisCarden)

Removed:

v2.12.1

01 Mar 16:06
447b640
Compare
Choose a tag to compare

Backport: Update versions of drupal/acquia_connector and drupal/acquia_search in packages.yml (#139)

v3.6.0

26 Feb 19:54
c28ab3e
Compare
Choose a tag to compare

Implemented enhancements:

  • Update versions of drupal/acquia_connector and drupal/acquia_search in packages.yml #139 (japerry)
  • Add acquia/drupal-environment-detector to packages #132 (danepowell)

Fixed bugs:

Merged pull requests:

v3.5.2

17 Feb 18:40
45dde4c
Compare
Choose a tag to compare

Fixed bugs:

  • Fix "next minor" jobs installing old version of Drupal core #137 (TravisCarden)

v3.5.1

12 Feb 14:40
a61b2db
Compare
Choose a tag to compare

Fixed bugs:

v3.5.0

11 Feb 10:51
6984fd8
Compare
Choose a tag to compare

This release requires the following change to your .travis.yml:

before_install:
  # Set Node.js to a version compatible with Drupal 9 + Nightwatch.js.
  - nvm use 12.13.1
  # Force the build to use Composer 1 until the ecosystem is ready for v2.
- - composer self-update --1
  - composer create-project --no-dev acquia/orca ../orca "$ORCA_VERSION"
  - ../orca/bin/travis/before_install.sh
  # For custom testing needs, add your own scripts here. See the example script

Implemented enhancements:

v2.12.0

02 Feb 23:09
2972eae
Compare
Choose a tag to compare

Backport: Update "health score" (formerly "magic number") logic to account for config files (#129)

v3.4.0

29 Jan 13:22
c883aad
Compare
Choose a tag to compare

Implemented enhancements:

  • Update "health score" (formerly "magic number") logic to account for config files #128 (TravisCarden)

v3.3.0

22 Jan 16:01
398c2c6
Compare
Choose a tag to compare

Implemented enhancements:

v3.2.0

14 Jan 20:45
371ced3
Compare
Choose a tag to compare

Breaking changes:

Implemented enhancements:

  • Update Drupal core version compatibility for drupal/mysql56 #125 (TravisCarden)

Fixed bugs:

  • Fix test runner trying to generate code coverage regardless of environment variable #122 (TravisCarden)