Skip to content

Releases: samsonasik/ForceHttpsModule

2.0.7

04 Jan 13:29
2.0.7
029186a
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • Fixed overlap redirect when the dispatch has redirect when used in zend-mvc app

2.0.6

11 May 23:44
2.0.6
b171a96
Compare
Choose a tag to compare

typo fix at .gitattributes : test -> spec

2.0.5

10 May 08:42
2.0.5
1a9b131
Compare
Choose a tag to compare

add .gitattributes to exclude dev files when install/update with --prefer-dist

2.0.4

16 Apr 04:14
2.0.4
3b24734
Compare
Choose a tag to compare

micro optimization

2.0.3

11 Apr 11:48
2.0.3
e168d11
Compare
Choose a tag to compare

remove console env check at middleware as never be in console env

2.0.2

11 Apr 00:11
2.0.2
404b083
Compare
Choose a tag to compare
  • move get final uri to trait
  • use null coalesce operator when possible

2.0.1

21 Mar 18:09
2.0.1
c2f10a1
Compare
Choose a tag to compare
  • readme update
  • use direct return $response->withHeader() at middleware
  • use null coalesce operator when possible

2.0.0

16 Mar 02:52
2.0.0
d9d8d65
Compare
Choose a tag to compare
  • only support zend-mvc ^3.0
  • only support zend-expressive ^3.0
  • up php requirement to ^7.1

1.6.1

30 Dec 18:15
1.6.1
eac02a1
Compare
Choose a tag to compare
  • add php 7.2 into travis config
  • phpstan update
  • clean up import statements

1.6.0

13 Oct 14:03
1.6.0
d424926
Compare
Choose a tag to compare
  • use 308 status code for redirect with require minimum zend-http to ^2.7