From ba44e77dd5614829ba76c73e8d71dfb31efc5d31 Mon Sep 17 00:00:00 2001 From: Thoriq Firdaus Date: Sun, 4 Nov 2018 09:46:12 +0700 Subject: [PATCH 1/2] Let the project decide the PHP version supported --- phpcs.xml.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 8e2de8c..03a0314 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -15,9 +15,6 @@ 0 - - - */tests/* From 48cd913bc9372093e484ef46ce9e84beab93db3f Mon Sep 17 00:00:00 2001 From: Thoriq Firdaus Date: Sun, 4 Nov 2018 09:55:06 +0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f64f4..71e1a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [0.1.1] - 2018-11-04 + +### Changed + +- Remove the PHP version config. Let the project decide the PHP version supported. + ## 0.1.0 - 2018-08-16 ### Added @@ -17,4 +23,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - EditorConfig configuration file. - Shell scripts, [wp-shell-localhost](https://github.com/tfirdaus/wp-shell-localhost) and [wp-shell-pipelines](https://github.com/tfirdaus/wp-shell-pipelines) (as a submodule). -[Unreleased]: https://github.com/tfirdaus/wp-dev-kit/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/tfirdaus/wp-dev-kit/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/tfirdaus/wp-dev-kit/compare/v0.1.0...v0.1.1