- Fixes
- Update Brain/Hierarchy to 2.4.0 for CPT templates #86
- Add filter sober/controller/sage/namespace to allow for a custom Sage namespace #104
- Update ACF class to support taxonomy fields by default by using get_queried_object() #101
- Bug fix for ACF class if no fields on page/post #102
- Allow interaction in Controller with the $post object by using $this->post vs $this->data['post']
- Update deps
- Pass in field data from Acf Options under App class
- Change $this->data from private to protected param
- Fix $post bug not appearing in the $this->data
- Fix Controller overriding filter $data
- Add filter to return Acf data as array
- Add __before and __after lifecycles
- @code and @codeif
- Fix bug assuming Controllers/ folder name
- PSR4 loading
- Template overrides for those underscores
- Pass in field data from Acf automatically
- Debugger to include static methods
- Improve Debugger results
- Dependency injection
- Bug fixes
- Change default path from resources/controllers to app/controllers
- Changed to Composer package
- Fix for app Controller bug
- Rename base to app
- Change default path from src/controllers to resources/controllers
- Fix for base Controller bug
- Align with Sage9 versioning
- Enable the use of __construct within the child Class
- Prevent public static methods from being passed onto data
- Class alias for use in template
- Pass on default post data for posts
- Show $post in the controller debugger
- Release