Nette Framework 2.1.12 released
Notice: This thread is very old.
- David Grudl
- Nette Core | 8218
Nette Framework 2.1.12 has just been released.
This release marks the end of life of the Nette 2.1 series. All users are encouraged to upgrade to the current stable version.
- compatiblity with PHP 7, supports Throwable etc…
- Image: fixed color allocation in palette-based images
- Validator::is: fixed value overwriting
- Route: action is mandatory when defined as ‘Presenter:’
- Control: global snippet changed from NULL to \0 to be distinguished from ''
- UIMacros: {snippet} and {snippetArea} without name has name '' in both PHP 5 and PHP 7
- Templating: improved HTML comments escaping nette/latte#87
- Latte Parser: fixed
substr_count()
error on empty string - Debugger: support for PHP7 Throwable
- __toString handles Throwable errors
- Cache::
save()
handles Throwable errors - Cache: fixed deadlock when exception is thrown in fallback
- Fix FileUpload::move($dest) when low permission to chmod
- netteForms.js: updated to v2.2
For the details you can have a look at the diff.
- blindAlley
- Member | 31
Thank you very much for PHP 7 support for all 2.1+ branches. It's very helpful for adopting brand new major PHP version.