v1.4.0
What's Changed
- Standardizes on
Alley\WPnamespace 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
- @kevinfodness made their first contribution in #45
Full Changelog: v1.3.0...v1.4.0