This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
v2.2
Bump! 😂
Diff: v2.1.6...v2.2
TPresenter::checkRedirect() - improve error message:
This release also fixes wrong behavior while checking URL path after redirect. It was possible to use /
as path and URL /x/y/z
passed without error. This wasn't intended. Now it throws error, because it is error. You can fix it by changing path to the /x/y/z
or by using regular expressin /.*
for example.