Nette Framework 2.1.3 released
Notice: This thread is very old.
- David Grudl
- Nette Core | 8218
I'd like to announce the Nette Framework 2.1.3 containing these fixes:
- Strings::fixEncoding() uses iconv in PHP 5.3, because htmlspecialchars can be very slow
- added option to disable autoloading of annotation classes
via
AnnotationsParser::$useAnnotationClasses
- Reverted SendmailMailer use CRLF in subject, see comment
- fixed detection of primary keys in SQlite
For the details about the changes you can have a look at the Github diff.