Skip to content

Commit

Permalink
Merge pull request #8 from macbookandrew/develop
Browse files Browse the repository at this point in the history
release 1.1.2
  • Loading branch information
stevegrunwell authored Jul 8, 2022
2 parents f37b8e7 + 9d4904f commit 7ad1da1
Show file tree
Hide file tree
Showing 9 changed files with 317 additions and 121 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: php
dist: trusty

Expand All @@ -12,12 +11,16 @@ cache:
matrix:
fast_finish: true
include:
- php: 7.2
- php: 7.4
env: WP_VERSION=trunk
- php: 7.2
- php: 7.4
env: WP_VERSION=trunk COMPOSER_LOWEST=1
- php: 7.2
- php: 7.3
env: WP_VERSION=latest RUN_PHPCS=1 RUN_CODE_COVERAGE=1
- php: 7.3
env: WP_VERSION=latest
- php: 7.2
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=latest
- php: 7.0
Expand All @@ -31,7 +34,7 @@ before_script:
chmod +x coveralls.phar
mkdir -p build/logs
else
phpenv config-rm xdebug.ini
phpenv config-rm xdebug.ini || echo 'No xdebug config.'
fi
- |
if [[ ! -z "$WP_VERSION" ]]; then
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2022-05-26

* Update PHP compatiblity checks ([#6], props @jrfnl)
* Update test builds ([#6], props @jrfnl)
* Allow recent versions of [composer/installers](https://github.com/composer/installers) and [dealerdirect/phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer) packages ([#7], props @macbookandrew)

## [1.1.1] - 2018-06-14

* Lower the minimum version of [composer/installers](https://github.com/composer/installers) to `^1.0` ([#2], props @aaemnnosttv).
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.2",
"composer/installers": "^1.0"
"composer/installers": "^1.0||^2.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "^0.14"
"dealerdirect/phpcodesniffer-composer-installer": "^0.5||^0.6||^0.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.2"
},
"autoload": {
"files": ["wp-cache-remember.php"]
Expand Down
Loading

0 comments on commit 7ad1da1

Please sign in to comment.