From 0abaf62314642449b80b5caff8278d785ac1d90c Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 16 Sep 2020 17:32:25 +0200 Subject: [PATCH 1/5] version bump --- README.md | 5 ++++- phpunit-test-reporter.php | 2 +- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 267d769..1761926 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Tags:** phpunit **Requires at least:** 4.7 **Tested up to:** 5.4.1 -**Stable tag:** 0.1.2 +**Stable tag:** 0.1.3 **License:** GPLv3 **License URI:** http://www.gnu.org/licenses/gpl-3.0.html @@ -53,3 +53,6 @@ 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 16th, 2020) ### +* Check for failures and errors on the error report page: https://github.com/WordPress/phpunit-test-reporter/pull/84 \ No newline at end of file diff --git a/phpunit-test-reporter.php b/phpunit-test-reporter.php index 1b3d84b..5a269ff 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.2 + * Version: 0.1.3 * License: GPL v3 * * @package PTR diff --git a/readme.txt b/readme.txt index 9911862..b1af341 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle Tags: phpunit Requires at least: 4.7 Tested up to: 5.4.1 -Stable tag: 0.1.2 +Stable tag: 0.1.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -53,3 +53,6 @@ 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 16th, 2020) = +* Check for failures and errors on the error report page: https://github.com/WordPress/phpunit-test-reporter/pull/84 \ No newline at end of file From 5400e878a957adc41114c778a4503bde5863a5ca Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 17 Sep 2020 10:28:28 +0200 Subject: [PATCH 2/5] based on feedback from @getsource --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1761926..57a196c 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ Usage: * Correct contributor list in `readme.txt` and update `README.md`. ### 0.1.3 (September 16th, 2020) ### -* Check for failures and errors on the error report page: https://github.com/WordPress/phpunit-test-reporter/pull/84 \ No newline at end of file +* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)) \ No newline at end of file diff --git a/readme.txt b/readme.txt index b1af341..d5276c9 100644 --- a/readme.txt +++ b/readme.txt @@ -55,4 +55,4 @@ Usage: * Correct contributor list in `readme.txt` and update `README.md`. = 0.1.3 (September 16th, 2020) = -* Check for failures and errors on the error report page: https://github.com/WordPress/phpunit-test-reporter/pull/84 \ No newline at end of file +* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)) \ No newline at end of file From 50da946df516769fea4c3358dc6359003d43d8e8 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 17 Sep 2020 10:31:23 +0200 Subject: [PATCH 3/5] missing dot --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57a196c..cce91f6 100644 --- a/README.md +++ b/README.md @@ -55,4 +55,4 @@ Usage: * Correct contributor list in `readme.txt` and update `README.md`. ### 0.1.3 (September 16th, 2020) ### -* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)) \ No newline at end of file +* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)). \ No newline at end of file diff --git a/readme.txt b/readme.txt index d5276c9..dee05ff 100644 --- a/readme.txt +++ b/readme.txt @@ -55,4 +55,4 @@ Usage: * Correct contributor list in `readme.txt` and update `README.md`. = 0.1.3 (September 16th, 2020) = -* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)) \ No newline at end of file +* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)). \ No newline at end of file From f54bb691af67be97a90e015e415afd92321b4c35 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 18 Sep 2020 10:52:25 +0200 Subject: [PATCH 4/5] add API change --- README.md | 5 +++-- readme.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cce91f6..35eaa5f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **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 +**Tested up to:** 5.5 **Stable tag:** 0.1.3 **License:** GPLv3 **License URI:** http://www.gnu.org/licenses/gpl-3.0.html @@ -55,4 +55,5 @@ Usage: * Correct contributor list in `readme.txt` and update `README.md`. ### 0.1.3 (September 16th, 2020) ### -* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)). \ No newline at end of file +* 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. diff --git a/readme.txt b/readme.txt index dee05ff..7c9627b 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle Tags: phpunit Requires at least: 4.7 -Tested up to: 5.4.1 +Tested up to: 5.5 Stable tag: 0.1.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -55,4 +55,5 @@ Usage: * Correct contributor list in `readme.txt` and update `README.md`. = 0.1.3 (September 16th, 2020) = -* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)). \ No newline at end of file +* 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. From 1a9979121453bda40b0d9175b99f99dda2f378d5 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 23 Sep 2020 11:37:33 +0200 Subject: [PATCH 5/5] update release date --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35eaa5f..7709abc 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ Usage: * 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 16th, 2020) ### +### 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. diff --git a/readme.txt b/readme.txt index 7c9627b..af13b74 100644 --- a/readme.txt +++ b/readme.txt @@ -54,6 +54,6 @@ Usage: * 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 16th, 2020) = += 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.