Releases: acquia/orca
Releases · acquia/orca
v2.11.0
- Updated
acquia/coding-standards
from 0.4.3 to 0.5.0. (#111) - Documented another solution to adding dev-only dependencies. (0b03a02)
- Excluded boolean argument phpmd rule. (7123c82)
- Removed unstable Composer optimizations from
bin/travis/before_install.sh
. (e9c80c8) - Added preflight test for a "version" value in SUT's composer.json. (#108)
v2.10.0
- Add support for test coverage tracking with Coveralls (#101)
- Enable using other test coverage services than Coveralls (#106)
- Made default project template selection automatic based on core version. (#105)
- Extracted version guessing logic and created new 'debug:guess-version' command. (#103)
- Fixed broken 'fixture:init --symlink-all' option. (#102)
- Make Composer use the local repository of a project template SUT (#91)
- Excluded static access PHPMD rule.
- Update docs references to Running automated tests. (#100)
v2.9.1
v2.9.0
v2.8.0
v2.7.0
Temporarily hardcoded Drupal core version spread to accommodate quirks of major version rollover handling:
PREVIOUS_RELEASE |
8.8.7 |
PREVIOUS_DEV |
8.8.x-dev |
CURRENT_RECOMMENDED |
8.9.0 |
CURRENT_DEV |
8.9.x-dev |
NEXT_RELEASE |
8.9.0 |
NEXT_DEV |
8.9.x-dev |
D9_READINESS |
9.0.x-dev |
v2.6.0
v2.5.0
This is a hotfix release to fix CORE_PREVIOUS
jobs failing due to a module version constraint conflict.
v2.4.0
v2.3.0
- Enabled Lightning Media, Lightning Workflow, and Cog in D9.
- Fixed regression in Nightwatch.js testing.