Nette Framework 2.1.10 released
Notice: This thread is very old.
- David Grudl
- Nette Core | 8218
Nette Framework 2.1.10 has just been released.
- Url: fixed isEqual() for same param values & regular sorting on numbers
- SQLiteStorage: fixed transaction execution
- HttpRequest: drops non-UTF8 strings, but control characters only removes
- Configurator::setDebugMode() accepts only array|string|bool
- Latte: whitespace moved after closing tag for shortcuts like <element />
- ContainerBuilder: fixed reseting of $currentService [Closes nette/di#70]
- PresenterComponent::redirect() fixed compatibility with func_get_args() in HHVM & PHP 7
- FileResponse: According to RFC 5987 Content-Disposition filename should not contain non-US-ASCII
- Validators::isUrl: underscored subdomain support added
- Strings::toAscii() removes \x80-\xFF chars
- Strings::toAscii() uses //IGNORE
- Identity: fixed conversion of big ints [Closes nette/nette#1520]
- PgSqlDriver: fixed formatLike() [Closes nette/database#46]
- fixed quirky htmlspecialchars in PHP 5.6
For the details you can have a look at the diff.