This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Releases: xwp/wp-dev-lib
Releases · xwp/wp-dev-lib
Version 1.6.5
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
Add support for badge.fury.io #320
Version 1.6.3
Update composer.json to be inline with package.json.
Version 1.6.2
Update the author information in the package.json and bump version.
Version 1.6.1
Bump version in package.json and rebuild package-lock.json
Version 1.6.0
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
- Include Prettier config when copying files over for linting, #314 (props @adekbadek).
- Add a custom
run_testscallback to allow custom checks before the core checks, #315 (props @derekherman).
Version 1.4.0
- Add support for
.eslintrc,.eslintrc.jsand.eslintrc.jsonfile names when looking for eslint config (see #313), props @adekbadek.
Version 1.3.2
- Bugfix: force-override the
wp-includesdirectory from the built release of WP core over thedevelopversion ofwp-includes(related to #310).
Version 1.3.1
- Use the built
wp-includesdirectory from the release version of WP core post this changeset. Props @pierlon.