Nette Versions Save

👪 METAPACKAGE for Nette Framework components

v2.3.11

3 years ago

security fix

v3.1.0

3 years ago

requires PHP 7.2

v2.2.14

3 years ago

security fix

v2.0.19

3 years ago

security fix

v2.1.13

3 years ago

security fix

v3.0.0

5 years ago

v2.5.0

5 years ago
  • removed discontinued packages nette/deprecated & nette/reflection
  • supports PHP 5.6 to 8.0

v2.3.10

8 years ago
  • composer.json: relaxed dependencies to ~2.3.x
  • Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87)
  • PresenterFactory: added possibility to configure mapping via array
  • Presenter: isLinkCurrent is compatible with PHP 7 typehints
  • RouteList: added warmupCache()
  • JsonResponse: sends utf-8 charset
  • DI\ContainerBuilder: unused parameters check when generating factory
  • DI\Compiler: support for removing services via 'name: no'
  • Mail\Message: improved regexp for seaching embedded images
  • SafeStream: unregister protocols in cleaner way
  • Html::__toString() prints better error message
  • Latte: exception 'Template is not valid UTF-8 stream' provides line number
  • Latte: supports PHP 7 coalesce operator
  • Tracy\Bar: added CPU usage to info panel
  • TracyExtension: added option 'showBar'

For the details you can have a look at: application, di, http + previous, mail, reflection, safe-stream, utils, latte, tracy.

v2.2.13

8 years ago

This release marks the end of life of the Nette 2.2 series. All users are encouraged to upgrade to the current stable version.

  • composer.json: relaxed dependencies to ~2.2.x
  • Http\RequestFactory: Fixed possible remoteAddr spoofing (issue nette/http#87)