- 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