Upgrade Guide

Nette is split into independent packages, each with its own version history. When upgrading, follow the upgrade notes for the individual packages you use.

Always upgrade gradually, one version at a time: not from 3.0 straight to 3.2, but first to 3.1 and then to 3.2.

Before testing, we recommend disabling E_USER_DEPRECATED reporting and re-enabling it once everything works:

$configurator->enableTracy();
error_reporting(~E_USER_DEPRECATED); // note the ~ before E_USER_DEPRECATED

Package Upgrade Guides