Releases: samsonasik/ForceHttpsModule
Releases · samsonasik/ForceHttpsModule
2.0.9
remove unneded SendResponseListener detach
2.0.8
- use exit(0); to actually stop overlapping redirect in when used in zend-mvc env
2.0.7
2.0.6
typo fix at .gitattributes : test -> spec
2.0.5
add .gitattributes to exclude dev files when install/update with --prefer-dist
2.0.4
micro optimization
2.0.3
remove console env check at middleware as never be in console env
2.0.2
- move get final uri to trait
- use null coalesce operator when possible
2.0.1
- readme update
- use direct return $response->withHeader() at middleware
- use null coalesce operator when possible
2.0.0
- only support zend-mvc ^3.0
- only support zend-expressive ^3.0
- up php requirement to ^7.1