Releases: samsonasik/RedirectHandlerModule
Releases · samsonasik/RedirectHandlerModule
3.0.0
07 Jan 17:05
Compare
Sorry, something went wrong.
No results found
upgrade for full Laminas mvc application
2.0.2
12 May 13:11
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
20 Mar 09:07
Compare
Sorry, something went wrong.
No results found
2.0.0
18 Mar 22:55
Compare
Sorry, something went wrong.
No results found
remove exclude_domains options
upping php requirement to ^7.1
1.5.1
17 Jul 13:23
Compare
Sorry, something went wrong.
No results found
micro optimization on function calls
1.5.0
08 Apr 17:17
Compare
Sorry, something went wrong.
No results found
drop php 5.5 support
use phpunit ~5.7|~6.0
1.4.2
04 Mar 14:42
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
13 Feb 16:24
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
05 Jan 18:03
Compare
Sorry, something went wrong.
No results found
Added "exclude_domains" option
1.3.6
07 Dec 11:39
Compare
Sorry, something went wrong.
No results found
refactor: move if statement to parent if