Skip to content

Release v3.0.0

Choose a tag to compare

@harryfinn harryfinn released this 11 Mar 14:19
46fe0b5

Release v3.0.0 is a rework of the core WordPress scripts run on the create-project hook, utilising the WP CLI tool to run various setup commands, as was the case before, but with additional functionality to update namespacing across the base Erebus theme, root composer.json, along with general package updates.

Another core change is the way in which the Erebus theme is included, now no longer a package dependency, but referenced as a create-project command within the setup install method to prevent it from being reinstall on subsequent composer install commands as it is never required after the initial cloning of the theme.

The intent of this package is now to be used as the singular WordPress project setup via composer create-project eleven-miles/mimir my-project command - including initial git initialisation and in the future base plugin install too.