Nette Framework 2.1.6 RC for testing

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

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

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.

  • CsrfProtection: token is expired after regenerateId() (i.e. after logout) security fix!
  • CsrfProtection: ignores setValue(), is not erased by Form::setValues
  • TextInput: fixed setEmptyValue() with space at the end of the string
  • fixes in netteForms.js
  • Route: %domain% and %tld% works with IP
  • SqlPreprocessor: fixed non-associative array detection
  • Url::isEqual: fixed comparing of indexed arrays
  • UserPanel: is rendered only when headers are not sent

You can download ZIP archive or use Composer:

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

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