Skip to content

Releases: andyburton/Sonic-Framework

v1.3.14

23 Dec 14:50

Choose a tag to compare

Bugfix to updateAttribute bind value

v1.3.13

22 Dec 15:13

Choose a tag to compare

Email attachment updates

v1.3.12

07 Dec 17:31

Choose a tag to compare

Update to Basic view to disable variable replacement

v1.3.11

07 Dec 17:14

Choose a tag to compare

Updated REST controller to check for Index class if no controller spe…

1.3.10: Tweaked parser error messages to be more friendly

31 Jul 17:56

Choose a tag to compare

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

26 Jun 10:41

Choose a tag to compare

Fixed controller bug where auth fail wasn't getting sent and added ge…

1.3.8: Added controller reference in view

13 Apr 21:52

Choose a tag to compare

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

07 Jan 17:44

Choose a tag to compare

Missing updates

Error and default REST methods in REST controller
Whitespace in Bootstrap
Bugfix in User resource

v1.3.6

07 Jan 17:28

Choose a tag to compare

Controller updates

Abstract controller classes will now be ignored and not error if they
match a URL request

v1.3.5

06 Jan 17:05

Choose a tag to compare

Bugfix to Model::pre