With the introduction of the Monolog composer package to replace the Log class, a bug in the autoloader was discovered that caused the autoloader to skip class initialisations after an exception.
This hotfix will fix the autoloader, and will cause the correct exception message to be displayed, instead of the dreaded "Fatal error: Exception thrown without a stack frame in line 0".
Read More
A quick introduction to some new ORM adtitions, soft delete and temporal/revisions.
Read More