Skip to content

Releases: samsonasik/RedirectHandlerModule

3.0.0

07 Jan 17:05
3.0.0
99a5b7d
Compare
Choose a tag to compare
  • upgrade for full Laminas mvc application

2.0.2

12 May 13:11
2.0.2
2d0e64e
Compare
Choose a tag to compare
  • 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
2.0.1
8fdec0c
Compare
Choose a tag to compare

use null coalesce syntax

2.0.0

18 Mar 22:55
2.0.0
d01c21e
Compare
Choose a tag to compare
  • remove exclude_domains options
  • upping php requirement to ^7.1

1.5.1

17 Jul 13:23
1.5.1
9ce87ae
Compare
Choose a tag to compare

micro optimization on function calls

1.5.0

08 Apr 17:17
1.5.0
21f26b0
Compare
Choose a tag to compare
  • drop php 5.5 support
  • use phpunit ~5.7|~6.0

1.4.2

04 Mar 14:42
1.4.2
f5e4fb2
Compare
Choose a tag to compare

Build Status Coverage Status

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
1.4.1
8efbe92
Compare
Choose a tag to compare
  • 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
1.4.0
073d8f9
Compare
Choose a tag to compare

Build Status Coverage Status

  • Added "exclude_domains" option

1.3.6

07 Dec 11:39
1.3.6
dc68caa
Compare
Choose a tag to compare

refactor: move if statement to parent if