Releases: andyburton/Sonic-Framework
Releases · andyburton/Sonic-Framework
v1.3.14
v1.3.13
Email attachment updates
v1.3.12
Update to Basic view to disable variable replacement
v1.3.11
Updated REST controller to check for Index class if no controller spe…
1.3.10: Tweaked parser error messages to be more friendly
Removed http_output which was causing an error for modern PHP versions Bugfix with error message not displaying correctly in User class Fix to make invalidActions in Controller classes case-insensitive new HTTP methods for controller e.g. isGET, isPOST, getMethod
v1.3.9
Fixed controller bug where auth fail wasn't getting sent and added ge…
1.3.8: Added controller reference in view
Fixed a bug in the URL\Route which cause causing Controller\Index->action routes not to be detected if the original controller class did exist but the method didnt.
v1.3.7
Missing updates Error and default REST methods in REST controller Whitespace in Bootstrap Bugfix in User resource
v1.3.6
Controller updates Abstract controller classes will now be ignored and not error if they match a URL request
v1.3.5
Bugfix to Model::pre