Releases: samsonasik/RedirectHandlerModule
Releases · samsonasik/RedirectHandlerModule
3.0.0
Compare
Sorry, something went wrong.
No results found
upgrade for full Laminas mvc application
2.0.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.0.0
Compare
Sorry, something went wrong.
No results found
remove exclude_domains options
upping php requirement to ^7.1
1.5.1
Compare
Sorry, something went wrong.
No results found
micro optimization on function calls
1.5.0
Compare
Sorry, something went wrong.
No results found
drop php 5.5 support
use phpunit ~5.7|~6.0
1.4.2
Compare
Sorry, something went wrong.
No results found
Now with base path auto detection.
For example, your app url is http://localhost/yourapp/public , then your base path is /yourapp/public . When you try do:
return $ this ->redirect ()->toUrl ('/foo ' );
If /foo is a routed url. It will automatically redirected to /yourapp/public/foo.
1.4.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added "exclude_domains" option
1.3.6
Compare
Sorry, something went wrong.
No results found
refactor: move if statement to parent if