Skip to content

Releases: alleyinteractive/create-wordpress-plugin

v1.4.0

03 Jun 18:30
1449de7
Compare
Choose a tag to compare
  • Remove feature manager.
  • Move main plugin function into its own file.

v1.3.0

18 Apr 15:25
a99ce4c
Compare
Choose a tag to compare

v1.2.1

09 Feb 14:34
d3ce720
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Dec 19:17
84d64de
Compare
Choose a tag to compare
  • Updates alleyinteractive/block-editor-tools to remove the dependence on lodash
  • Adds support for Features
  • Supports Windows local development environments

v1.1.3

21 Nov 19:42
31480a6
Compare
Choose a tag to compare

Thanksgiving release!

What's Changed

  • Disable SQLite by default by @srtfisher in #280
  • Assorted NPM updates.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

14 Nov 18:39
d5224cf
Compare
Choose a tag to compare

What's Changed

Read more

v1.1.1

22 Feb 18:24
898f43a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Feb 16:44
9b8096f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

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