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.6.5

16 Oct 04:07
a62ccca
Compare
Choose a tag to compare

Set the Travis CI tld to com instead of org for public projects by setting the TRAVIS_CI_COM_URL environment variable in .dev-lib to any value #324

Version 1.6.4

12 May 02:33
38bef68
Compare
Choose a tag to compare

Add support for badge.fury.io #320

Version 1.6.3

28 Apr 02:25
Compare
Choose a tag to compare

Update composer.json to be inline with package.json.

Version 1.6.2

28 Apr 02:20
Compare
Choose a tag to compare

Update the author information in the package.json and bump version.

Version 1.6.1

28 Apr 02:13
Compare
Choose a tag to compare

Bump version in package.json and rebuild package-lock.json

Version 1.6.0

28 Apr 01:58
b10de31
Compare
Choose a tag to compare

Fix the broken badge URL for Travis Pro, #319 (props @derekherman).
Bump minimist from 1.2.0 to 1.2.5, #318 (props dependabot).
Add a custom run_after_tests callback to allow custom checks after the core checks, #317 (props @derekherman).

Version 1.5.0

10 Feb 09:38
Compare
Choose a tag to compare
  • Include Prettier config when copying files over for linting, #314 (props @adekbadek).
  • Add a custom run_tests callback to allow custom checks before the core checks, #315 (props @derekherman).

Version 1.4.0

10 Jan 08:56
Compare
Choose a tag to compare
  • Add support for .eslintrc, .eslintrc.js and .eslintrc.json file names when looking for eslint config (see #313), props @adekbadek.

Version 1.3.2

08 Jan 06:36
Compare
Choose a tag to compare
  • Bugfix: force-override the wp-includes directory from the built release of WP core over the develop version of wp-includes (related to #310).

Version 1.3.1

07 Jan 15:22
Compare
Choose a tag to compare
  • Use the built wp-includes directory from the release version of WP core post this changeset. Props @pierlon.