Making WordPress.org


Ignore:
Timestamp:
09/18/2024 02:32:35 AM (4 months ago)
Author:
dd32
Message:

Make: PHPUnit Test Reporter: Update to v0.2 from GitHub:
https://github.com/WordPress/phpunit-test-reporter/releases/tag/v0.2.0

Props desrosj.
Fixes #7777.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/readme.txt

    r10290 r14061  
    11=== PHPUnit Test Reporter ===
    2 Contributors: octalmage, danielbachhuber, wpamitkumar, mikeschroder, pfefferle
     2Contributors: octalmage, danielbachhuber, wpamitkumar, kirasong, pfefferle, desrosj, crixu
    33Tags: phpunit
    44Requires at least: 4.7
    55Tested up to: 5.5
    6 Stable tag: 0.1.3
     6Stable tag: 0.2.0
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4545* Include errors along with failures on the error report page ([PR](https://github.com/WordPress/phpunit-test-reporter/pull/84)).
    4646* Change to `integer` built-in type for `commit` field, following updates in WordPress 5.5.
     47
     48
     49= 0.2.0 (September 17th, 2024) =
     50* Prevent invalid HTML markup on test result pages.
     51* Add a custom Post_List_Table for the results post type that lacks inline edit/quick edit.
     52* Don't use _get_list_table() as that create the object and triggers some queries. Including the file directly works just as well.
     53* Allow for multiple reports per commit for the same test bot.
Note: See TracChangeset for help on using the changeset viewer.