This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
This release introduces a new concept that introduces mobility of things you build. It separates out services (think of these as features) and components (think of these as reusable things services use to do things) into services/
and components/
.
The idea is that a service or a component (really just a folder of files) can have it's own classes, Javascripts, CSS, etc and each can move to other wpkickstart frameworks by moving their folder into the other one with minor code changes for it to work.
This should make the things you build in wpkickstart easily re-usable in other projects built on wpkickstart.
- New Services and Components architecture (note component namespace changes)
wp
CLI replacements, seewp kickstart build
after you activate wpkickstart to set it up for your specific project- Easier
wp
based install, see Installation - More class flexibility (now if you
new Anything()
it will automatically autoloadclass-anything.php
no matter where you put it)