Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

2.0.0

Latest
Compare
Choose a tag to compare
@aubreypwd aubreypwd released this 03 Feb 21:28
· 1 commit to master since this release

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, see wp 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 autoload class-anything.php no matter where you put it)