Skip to content

Releases: samsonasik/RedirectHandlerModule

3.0.0

Choose a tag to compare

@samsonasik samsonasik released this 07 Jan 17:05
3.0.0
99a5b7d
  • upgrade for full Laminas mvc application

2.0.2

Choose a tag to compare

@samsonasik samsonasik released this 12 May 13:11
2.0.2
2d0e64e
  • 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

Choose a tag to compare

@samsonasik samsonasik released this 20 Mar 09:07
2.0.1
8fdec0c

use null coalesce syntax

2.0.0

Choose a tag to compare

@samsonasik samsonasik released this 18 Mar 22:55
2.0.0
d01c21e
  • remove exclude_domains options
  • upping php requirement to ^7.1

1.5.1

Choose a tag to compare

@samsonasik samsonasik released this 17 Jul 13:23
1.5.1
9ce87ae

micro optimization on function calls

1.5.0

Choose a tag to compare

@samsonasik samsonasik released this 08 Apr 17:17
1.5.0
21f26b0
  • drop php 5.5 support
  • use phpunit ~5.7|~6.0

1.4.2

Choose a tag to compare

@samsonasik samsonasik released this 04 Mar 14:42
1.4.2
f5e4fb2

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

Choose a tag to compare

@samsonasik samsonasik released this 13 Feb 16:24
1.4.1
8efbe92
  • 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

Choose a tag to compare

@samsonasik samsonasik released this 05 Jan 18:03
1.4.0
073d8f9

Build Status Coverage Status

  • Added "exclude_domains" option

1.3.6

Choose a tag to compare

@samsonasik samsonasik released this 07 Dec 11:39
1.3.6
dc68caa

refactor: move if statement to parent if