Releases: fideloper/TrustedProxy
The Release That Everyone Asked For
As of Laravel 9, this package is in the core of Laravel and no longer needed. However some people use this package as a dependency in other cases. I've tagged this release for those people!
See here for more info: #152
Support Laravel 9
Allow installation in Laravel 9
Security release
See #135
This is likely not a breaking change for anyone.
Support Laravel 8
Laravel 8 uses the newer Symfony 5, but it seems like they haven't changed Trusted Proxy support in this major release.
Testing on PHP 7.4
Merge pull request #130 from GrahamCampbell/patch-1 Test on PHP 7.4
Support Laravel Semver
Support for Laravel 6 (already done), and support for Laravel 7 dev.
Support version 6 of Laravel
Laravel will be moving to semver, with a next release of version 6. This will allow TrustedProxy to be installed on version 6 of Laravel.
See pr #124
Support for .env
Support for Laravel 5.6 and Symfony 4
Updated the code for support for Symfony 4's latest incarnation of Trusted Proxies.
Supporting auto-discovery
Now supporting auto-discovery of Trusted Proxy package for Laravel 5.5