Skip to content

Releases: samsonasik/ForceHttpsModule

2.0.9

04 Jan 23:24
2.0.9
87826af
Compare
Choose a tag to compare

remove unneded SendResponseListener detach

2.0.8

04 Jan 23:15
2.0.8
98741f9
Compare
Choose a tag to compare
  • use exit(0); to actually stop overlapping redirect in when used in zend-mvc env

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