diff --git a/README.md b/README.md index 9bc5fe1..3e46371 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **Contributors:** octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle **Tags:** phpunit **Requires at least:** 4.7 -**Tested up to:** 5.3.2 -**Stable tag:** 0.1.0 +**Tested up to:** 5.4.1 +**Stable tag:** 0.1.1 **License:** GPLv3 **License URI:** http://www.gnu.org/licenses/gpl-3.0.html @@ -31,3 +31,9 @@ Usage: ### 0.1.0 (August 21st, 2017) ### * Initial release. + +### 0.1.1 (May 12th, 2020) ### +* Updates for coding standards. +* Update local and Travis CI builds. +* Reduce number of revisions in index, while increasing max reporters shown. +* Add contributor documentation. diff --git a/phpunit-test-reporter.php b/phpunit-test-reporter.php index fdb390e..574c62b 100644 --- a/phpunit-test-reporter.php +++ b/phpunit-test-reporter.php @@ -7,7 +7,7 @@ * Author URI: https://make.wordpress.org/hosting/ * Text Domain: ptr * Domain Path: /languages - * Version: 0.1.0 + * Version: 0.1.1 * License: GPL v3 * * @package PTR diff --git a/readme.txt b/readme.txt index 4946cf5..e4c9f55 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: octalmage, danielbachhuber, mikeschroder, pfefferle Tags: phpunit Requires at least: 4.7 -Tested up to: 5.3.2 -Stable tag: 0.1.0 +Tested up to: 5.4.1 +Stable tag: 0.1.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -31,3 +31,9 @@ Usage: = 0.1.0 (August 21st, 2017) = * Initial release. + += 0.1.1 (May 12th, 2020) = +* Updates for coding standards. +* Update local and Travis CI builds. +* Reduce number of revisions in index, while increasing max reporters shown. +* Add contributor documentation.