Nette Framework 2.1.9 RC for testing

Notice: This thread is very old.
David Grudl
Nette Core | 8082
+
0
-

I'd like to announce the release candidate of Nette 2.1.9.

The release candidate is intended for bug fixing prior to the stable release. Please test this release against your code and report any problems that you encounter. Next release should show up in two weeks.

This release marks the end of maintenance of the Nette 2.1 series. For one year only critical (security) issues will be fixed. All users are encouraged to upgrade to the current stable version Nette 2.2.

  • Json: workaroud for PHP fatal error caused by \u0000 at the beginning of key
  • RequestFactory: optimized UTF-8 validation performance
  • Url::unescape() optimized for performance
  • speed optimization for Object, Strings::length(), Strings::substring()
  • RoutingPanel: improved dumping of objects
  • MemcachedStorage: the key must not include control characters or whitespace
  • BaseControl: allow passing objects to translator in control
  • netteForms.js: getValue returns bool for checkbox
  • UserPanel: is rendered only when headers are not sent (fixes bug introduced in v2.1.8)
  • Strings::toAscii(): unsupported characters are removed instead of being replaced with ‘?’
  • Html: floats in attributes are printed in natural notation

You can download ZIP archive or use Composer:

	"require": {
		"nette/nette": "2.1.9-RC"
	},
	"minimum-stability": "RC",
	"prefer-stable": true

For the details you can have a look at the diff.