Skip to content

Commit

Permalink
MULTISITE-21579: Quick update to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhy81 committed Jul 26, 2019
1 parent 2401bfd commit 036a90f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# QA Automation change log

## Version 4.0.1
* MULTISITE-21554: Port sniff QualityAssurance.Functions.DrupalHttpRequest to D8
* MULTISITE-21555: Port sniff QualityAssurance.Functions.DrupalWrappers to D8
* MULTISITE-21556: Port sniff QualityAssurance.Generic.HardcodedPath to D8
* MULTISITE-21557: Port sniff QualityAssurance.InfoFiles.Forbidden to D8
* MULTISITE-21558: Port sniff QualityAssurance.InfoFiles.Required to D8
* MULTISITE-21559: Port sniff QualityAssurance.InstallFiles.FunctionDeclarations to D8
* MULTISITE-21560: Port sniff QualityAssurance.InstallFiles.HookUpdateN to D8
* MULTISITE-21561: Port sniff QualityAssurance.InstallFiles.InstallUpdateCallbacks to D8
* MULTISITE-21562: Port sniff QualityAssurance.InstallFiles.Update7000 to D8

## Version 4.0.0
* MULTISITE-21603: Replace code-review by QA Automation.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# QA Automation
# QA-Automation

Holds all quality assurance automation tools. It currently consists of 2
parts. The PHP CodeSniffer sniffs that contain standards regarding the
FPFIS platform. And a symfony console implementation for running QA
analysis and/or reviews on Drupal projects.

## 1. Installation

### 1.1 Install through composer.json

```json
{
"require-dev": {
"ec-europa/qa-automation": "~4.0"
}
```

### 1.2 Install with composer command
```json
composer require ec-europa/qa-automation:~4.0
```

0 comments on commit 036a90f

Please sign in to comment.