Skip to content

Releases: samsonasik/ForceHttpsModule

1.3.0

28 Jan 15:46
1.3.0
330c935
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

#3 : Support to be used in ZF Expressive application

1.2.2

24 Jan 04:23
1.2.2
00c4d64
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • Set Strict Transport Security only in https and match condition on going to force https config
  • No more exit(0)
  • Set Script Transport Security to expire whenever https, match condition, and strict_transport_security not enable

1.2.1

22 Jan 17:16
1.2.1
41c1dfa
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

Bug Fix :

Get Route Name should be on MvcEvent::EVENT_ROUTE, remove "bootstrap" attach

1.2.0

22 Jan 15:14
1.2.0
4b2e7d0
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

Enable/disable HTTP Strict Transport Security Header and set its value via config

1.1.1

22 Jan 08:36
1.1.1
0a7a1b6
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • use 307 Temporary redirect to keep headers, request method, body

1.1.0

21 Jan 22:26
1.1.0
0eb04ae
Compare
Choose a tag to compare

Build Status Coverage Status PHPStan

  • Keep headers, request method, request body if http request has content (eg: on POST request method that bring request body)

1.0.1

18 Jan 13:45
1.0.1
3ad900f
Compare
Choose a tag to compare

Always call ->send() after apply header Location into response object

1.0.0

17 Jan 20:55
1.0.0
7a4c84e
Compare
Choose a tag to compare

initial release