Releases: wp-oop/plugin-boilerplate
Releases · wp-oop/plugin-boilerplate
0.3.0-alpha1
Changed
- Renamed
modules.local
to simplymodules
(#28). - Now using
dhii/services
to declare services (#31). - Reworked modules (#32):
- No more
inc
: sources live insrc
. - No more
module.php
: simply autoload them. - Main module:
modules
entirely optional. - Reworked bootstrap: now more re-usable.
- Reworked tests: now with base classes for different "levels".
- No more
Fixed
- Missing WP plugin API functions (#32).
Added
- WordPress directory mapping: easier debugging, and more IDE features (#32).
- Modules added to tools: tests being run, code being scanned (#32).
- Modular build script: build the plugin, including modules, in place;
or, build a dist version without affecting current working directory (#32). - Application init test (#32).
- Node and WP-CLI now parts of relevant services (#32).
- Now building on PHP 8.1 and 8.2 as well (#30).
0.2.0
0.2.0-alpha4
Fixed
- Used to be unable to build due to missing Compose argument mapping (eae9282).
- Used to describe broken method of starting a new repo with this project.
0.2.0-alpha3
0.2.0-alpha2
0.2.0-alpha1
0.1.0-alpha2
Added
- Using a caching container to cache services.
0.1.0-alpha1
Initial version.