diff --git a/migrations/en/to-3-1.texy b/migrations/en/to-3-1.texy index 157e4e5ea4..f651b897da 100644 --- a/migrations/en/to-3-1.texy +++ b/migrations/en/to-3-1.texy @@ -65,7 +65,7 @@ Http - `Nette\Http\Request::getFile()` accepts array of keys and returns FileUpload|null - `Nette\Http\Session::getCookieParameters()` is deprecated - `Nette\Http\FileUpload::getName()` renamed to `getUntrustedName()` -- `Nette\Http\Url`: deprecated getBasePath(), getBaseUrl(), getRelativeUrl() (tyto metody jsou součástí `UrlScript`) +- `Nette\Http\Url`: deprecated `getBasePath()`, `getBaseUrl()`, `getRelativeUrl()` (these methods are part of `UrlScript`) - `Nette\Http\Response::$cookieHttpOnly` is deprecated - `Nette\Http\FileUpload::getImageSize()` returns pair `[width, height]`