Skip to content

Releases: alleyinteractive/create-wordpress-plugin

v1.0.1

14 Dec 01:38
5d58589
Compare
Choose a tag to compare

What's Changed

  • Update replacements in files for multi-word plugin names by @emilyatmobtown in #91
  • Replace strings in bin/create-blocks by @emilyatmobtown in #92
  • Adding action-update-wordpress-plugin by @srtfisher in #93
  • Upgrade plugin to WordPress 6.1.1 by @github-actions in #95
  • Bump @typescript-eslint/parser from 5.45.0 to 5.46.0 by @dependabot in #96
  • Bump webpack-cli from 5.0.0 to 5.0.1 by @dependabot in #97
  • Bump @types/jest from 29.2.3 to 29.2.4 by @dependabot in #100
  • Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.46.0 by @dependabot in #99
  • Bump mini-css-extract-plugin from 2.7.1 to 2.7.2 by @dependabot in #101
  • Bump typescript from 4.9.3 to 4.9.4 by @dependabot in #98
  • Update alleyinteractive/alley-coding-standards requirement from ^0.3 to ^0.4 by @dependabot in #102
  • Update alleyinteractive/alley-coding-standards requirement from ^0.4 to ^1.0 by @dependabot in #103
  • Remove all references to the alley scaffolder by @srtfisher in #104

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Dec 20:46
70660d3
Compare
Choose a tag to compare

The initial release of alleyinteractive/create-wordpress-plugin: a skeleton repository for Alley's WordPress plugins 🎊 . This template includes a base plugin file, autoloaded PHP files, unit tests powered by Mantle, front-end assets compiled via Webpack, and Continuous Integration via GitHub Actions. Includes block scaffolding via @wordpress/create-block and @wordpress/scripts with support for Typescript.

Scaffolding is easy by cloning the repository and running make to launch the configuration script.

Have fun creating your plugin! 🥳

New Contributors

Full Changelog: https://github.com/alleyinteractive/create-wordpress-plugin/commits/v1.0.0