Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

v2.2

Compare
Choose a tag to compare
@mrtnzlml mrtnzlml released this 13 May 11:46
· 92 commits to master since this release

Bump! 😂

Diff: v2.1.6...v2.2

TPresenter::checkRedirect() - improve error message:

screenshot from 2016-05-12 13 25 27

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.