Skip to content

Commit

Permalink
Merge pull request #89 from WordPress/0.1.3
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
pfefferle authored Sep 23, 2020
2 parents a2a9322 + 1a99791 commit b24324b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** [octalmage](https://profiles.wordpress.org/octalmage), [danielbachhuber](https://profiles.wordpress.org/danielbachhuber), [wpamitkumar](https://profiles.wordpress.org/wpamitkumar), [mikeschroder](https://profiles.wordpress.org/mikeschroder), [pfefferle](https://profiles.wordpress.org/pfefferle)
**Tags:** phpunit
**Requires at least:** 4.7
**Tested up to:** 5.4.1
**Stable tag:** 0.1.2
**Tested up to:** 5.5
**Stable tag:** 0.1.3
**License:** GPLv3
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -53,3 +53,7 @@ Usage:
grunt-wp-readme-to-markdown ^2.0.1, and update plugin version in `package.json`.
* Upgrade Docker environment to use `wordpress:5.4.1-php7.4` image.
* Correct contributor list in `readme.txt` and update `README.md`.

### 0.1.3 (September 23th, 2020) ###
* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)).
* Change to `integer` built-in type for `commit` field, following updates in WordPress 5.5.
2 changes: 1 addition & 1 deletion phpunit-test-reporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://make.wordpress.org/hosting/
* Text Domain: ptr
* Domain Path: /languages
* Version: 0.1.2
* Version: 0.1.3
* License: GPL v3
*
* @package PTR
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle
Tags: phpunit
Requires at least: 4.7
Tested up to: 5.4.1
Stable tag: 0.1.2
Tested up to: 5.5
Stable tag: 0.1.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -53,3 +53,7 @@ Usage:
grunt-wp-readme-to-markdown ^2.0.1, and update plugin version in `package.json`.
* Upgrade Docker environment to use `wordpress:5.4.1-php7.4` image.
* Correct contributor list in `readme.txt` and update `README.md`.

= 0.1.3 (September 23th, 2020) =
* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)).
* Change to `integer` built-in type for `commit` field, following updates in WordPress 5.5.

0 comments on commit b24324b

Please sign in to comment.