Skip to content

Releases: samsonasik/ForceHttpsModule

2.1.0

13 Jan 01:07
2.1.0
37dd5a8

Choose a tag to compare

Build Status Coverage Status PHPStan

Added 'allow_404' config to allow Force Https to 404 pages, can be configured as follow:

<?php

return [
    'force-https-module' => [
        'enable'                => true,
        // ... other configs
        'allow_404'             => true,
    ],
];

2.0.9

04 Jan 23:24
2.0.9
87826af

Choose a tag to compare

remove unneded SendResponseListener detach

2.0.8

04 Jan 23:15
2.0.8
98741f9

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

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

Choose a tag to compare

typo fix at .gitattributes : test -> spec

2.0.5

10 May 08:42
2.0.5
1a9b131

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

Choose a tag to compare

micro optimization

2.0.3

11 Apr 11:48
2.0.3
e168d11

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

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

Choose a tag to compare

  • readme update
  • use direct return $response->withHeader() at middleware
  • use null coalesce operator when possible