Skip to content

Releases: alleyinteractive/create-wordpress-theme

v1.5.0

10 Jun 19:08
e94314a

Choose a tag to compare

What's Changed

  • Fix block style versioning by @kaitlinbolling in #47
  • Update files with latest from code-quality tools by @dlh01 in #52
  • Redo CI fixes to blocks.php by @dlh01 in #55
  • Add PHP 8.5 to the PR test matrix by @Copilot in #57
  • Update repository Node baseline to 24 and npm to 11 by @Copilot in #56

Full Changelog: v1.4.0...v1.5.0

v1.4.0

20 Oct 20:44
724fe52

Choose a tag to compare

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

v1.3.0

15 Apr 20:53
605684c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Mar 20:35
73c7748

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Aug 17:07
55cda64

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Feb 14:38
55605de

Choose a tag to compare

Initial Release 🎂