Releases: gamajo/codeception-redirects
Releases · gamajo/codeception-redirects
0.5.0
Changed
- Add compatibility with Codeception v3.
- Stop PHP 7.2 from being an allowed failure in Travis CI.
Fixed
- Change log heading and link.
0.4.1
Changed
- Reduce minimum PHP requirement from 7.1 to 7.0.
- Tidy-up remnants of tests/ directory.
- Fix whitespace code standards.
0.4.0
Added
.editorconfig
.
.gitattributes
.
- Code of conduct.
- Code standards checking and unit test setup.
Changed
seeRedirectBetween()
to public
. Props Tim Jensen.
- Minor code tidying.
0.3.0
- Add
seeTemporaryRedirectBetween()
method().
0.2.1
- Add security-advisories package & update composer.
- Fix followRedirects for URL exists check.
- Handle home page URL no redirection check.
0.2.0
- Breaking Rename all public methods to be more descriptive.
- Add public
urlDoesNotExist($url)
method.
- Improve public methods to automatically take account of whether they should follow redirects or not.
- Public methods also now send a HEAD request automatically.
0.1.4
- Change the check for URL exists, to just it being a 200 and not having any more redirects.
- Increase minimum version of Codeception to 2.2.0.
- Allow for
'false'
string to represent boolean false
for check destination exists arg.
0.1.3
- Improve
seePermanentRedirectTo()
to check if destination URL exists.
- Add file-level DocBlock.
- Add missing
@since
tag.
- Fix change log links.
0.1.2
- Improve README.
- Use
getHeader()
method instead of fetching from an array.
- Use constants for the protocol string.
- Fix the
@since
tags.
0.1.1
Fix invalid composer.json
, so that it could be added to Packagist.