2.0
This release adds support for specifying trusted proxies using CIDR notation or wildcard matching.
It also supports PHP 8, along with 7.4, 7.3 and 7.2.
Total issues resolved: 6
- 20: Update README with headersToInspect examples thanks to @akrabat
- 25: Added Laminas example thanks to @GeeH
- 27: Updated dependencies to support PHP 7.3, 7.4 and 8.0, and drops support for PHP 7.0 and 7.1 thanks to @acelaya
- 28: Add CIDR and wildcard matching (rebased version of #21) thanks to @homeyjd & @pmous
- 29: Add .gitattributes to clean up release zip thanks to @akrabat
- 30: Move to GH Actions for CI thanks to @akrabat