Skip to content

Commit b3f8c34

Browse files
committed
Merge branch 'release/1.7.2'
2 parents c661084 + c670865 commit b3f8c34

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All Notable changes to the **Quality Assurance - Drupal** package.
44

5+
## [1.7.2]
6+
7+
### Added
8+
9+
- Add travis build.
10+
11+
### Changed
12+
13+
- Change minimal Drupal version to 9.3.
14+
15+
## [1.7.1]
16+
17+
### Added
18+
19+
- Add support for php 8.0
20+
- Add support for PHP 8.1
21+
522
## [1.7.0]
623

724
### Added

LICENSE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# The MIT License (MIT)
2+
3+
Copyright (c) 2020 District09
4+
5+
> Permission is hereby granted, free of charge, to any person obtaining a copy
6+
> of this software and associated documentation files (the "Software"), to deal
7+
> in the Software without restriction, including without limitation the rights
8+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
> copies of the Software, and to permit persons to whom the Software is
10+
> furnished to do so, subject to the following conditions:
11+
>
12+
> The above copyright notice and this permission notice shall be included in
13+
> all copies or substantial portions of the Software.
14+
>
15+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
> THE SOFTWARE.
22+
>

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This package provides a set of Quality Assurance tools and configuration files
44
for Drupal websites and extensions (modules, themes or profiles).
55

6+
[![Build Status Master][travis-badge]][travis-link]
7+
[![Maintainability][codeclimate-maint-badge]][codeclimate-maint-link]
8+
[![License][license-badge]][license-link]
9+
610
## Requirements
711

812
* [Composer](https://getcomposer.org)
@@ -13,6 +17,7 @@ The versions support different PHP & Drupal versions:
1317

1418
* Until 1.4.x : PHP 7.3 or 7.4 & Drupal 8.8+ or 9+.
1519
* From 1.5.x : PHP 7.4 & Drupal 9.1 or higher.
20+
* From 1.7.X : PHP 7.4, 8.X & DRUPAL 9.3 or higher.
1621

1722
## Installation
1823

@@ -198,3 +203,12 @@ In order to check php compatibility you can use the phpcs `PHPCompatibility` sni
198203
```bash
199204
php vendor/bin/phpcs -p --ignore="*/vendor/*" --extensions=php,inc,module,install,theme --runtime-set testVersion 8.1 --standard=PHPCompatibility ./web/modules/contrib
200205
```
206+
207+
[license-badge]: https://img.shields.io/packagist/l/digipolisgent/qa-drupal
208+
[license-link]: LICENSE.md
209+
210+
[travis-badge]: https://api.travis-ci.com/district09/php_package_qa-drupal.svg?branch=develop "Travis build develop"
211+
[travis-link]: https://travis-ci.com/github/district09/php_package_qa-drupal/branches
212+
213+
[codeclimate-maint-badge]: https://api.codeclimate.com/v1/badges/d3d6d20fbc6efb09337e/maintainability
214+
[codeclimate-maint-link]: https://codeclimate.com/github/district09/php_package_qa-drupal/maintainability

0 commit comments

Comments
 (0)