- If no controller is found,
components_build
tries tosimple_render
the component. - Optionally, pass a post ID to the
simple_render
method onContext
. - Optionally, pass a twig to a new
Context
.
- Use Composer autoloader!
- Added a
simple_render
method onContext
for if you just want to get the fields and send them straight to the twig. - Cleaned up the documentation substantially.
- Methods
render
andcompile
onContext
no longer require a twig as an argument. If called, they will fetch a twig matching the name of the file that called the method.
- Method
set
onContext
no longer accepts key value pairs because of recursive problem with arrays. - Fixed label on admin screen
- Redid componentizer to be object oriented
- Added a
Componentizer
namespace