Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: xwp/wp-dev-lib

Version 1.3.0

22 Oct 09:07
Compare
Choose a tag to compare

The plugin bootstrap file used during phpunit tests can now be set via the PLUGIN_FILE environment variable, see #307. Props @pierlon.

Version 1.2.2

04 Jul 15:09
Compare
Choose a tag to compare
  • Install a version of phpunit based on the active PHP version, fixes #305 which was introduced in #301.
  • Update npm development dependencies.

Version 1.2.1

02 Jul 17:47
2a12c1c
Compare
Choose a tag to compare
  • Enable the MySQL service for Travis runs using Ubuntu Xenial, fixes #302. Lock to a known Travis environment version to prevent further problems.

Version 1.2.0

02 Jul 17:10
5c9a74f
Compare
Choose a tag to compare
  • Remove temporary PHPUnit install code introduced in #221, fixes #267.
  • Run tests with PHPUnit 7, 6, or 4, depending on the PHP version, fixes #300.

Version 1.1.2

05 Jun 20:07
d8207e7
Compare
Choose a tag to compare

Version 1.1.1

06 Apr 06:39
Compare
Choose a tag to compare

Version 1.1.0

24 Mar 06:31
Compare
Choose a tag to compare
  • #297 Remove short-circuiting of the forced activation of Gutenberg in WP>=5.0 (props @westonruter).

Version 1.0.3

11 Mar 08:45
d7ce871
Compare
Choose a tag to compare
  • Improve user and contributor documentation, see #295.

Version 1.0.2

11 Mar 05:25
Compare
Choose a tag to compare
  • Fix Travis badge generation #293.

Version 1.0.1

21 Jan 07:44
95d9ba7
Compare
Choose a tag to compare
  • Updated documentation to match the changes introduced in #278.