Skip to content

v1.4.0

Choose a tag to compare

@kevinfodness kevinfodness released this 20 Oct 20:44
· 17 commits to develop since this release
724fe52

What's Changed

  • Standardizes on Alley\WP namespace everywhere
  • Removes support for aliasing
  • Fixes stylelint errors
  • Moves phpcs cache up to a flat file in the root
  • Bumps Tested Up To to 6.8
  • Pins GitHub Actions versions to v1 instead of develop
  • Uses node 22 explicitly in GitHub Actions
  • Bumps versions in package.json
  • Removes package-lock.json and gitignores it (this can be undone by users, but should be gitignored in the template repo)
  • Changes GitHub Actions workflow for node tests to not perform an audit (depends on a lockfile, which is now removed) and to run npm install instead of npm ci

New Contributors

Full Changelog: v1.3.0...v1.4.0