Releases: samsonasik/RedirectHandlerModule
Releases · samsonasik/RedirectHandlerModule
3.0.0
2.0.2
- add php 7.2 to travis config
- remove unused assign container to services variable
- add .gitattributes to exclude dev files when install/update with --prefer-dist
2.0.1
use null coalesce syntax
2.0.0
- remove exclude_domains options
- upping php requirement to ^7.1
1.5.1
micro optimization on function calls
1.5.0
- drop php 5.5 support
- use phpunit ~5.7|~6.0
1.4.2
1.4.1
- Fixes docblock wrong type hint of Response instance return
- $redirect direct variable instead of rely to $this in tests
- apply phpunit 6
1.4.0
1.3.6
refactor: move if statement to parent if