Skip to content

Releases: fideloper/TrustedProxy

The Release That Everyone Asked For

16 Jul 18:00
a751f2b
Compare
Choose a tag to compare

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

22 Oct 13:49
c073b2b
Compare
Choose a tag to compare

Allow installation in Laravel 9

Security release

23 Jun 01:39
9beebf4
Compare
Choose a tag to compare

See #135

This is likely not a breaking change for anyone.

Support Laravel 8

22 Feb 01:55
ec38ad6
Compare
Choose a tag to compare

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

20 Dec 13:15
790194d
Compare
Choose a tag to compare
Merge pull request #130 from GrahamCampbell/patch-1

Test on PHP 7.4

Support Laravel Semver

03 Sep 16:46
03085e5
Compare
Choose a tag to compare

Support for Laravel 6 (already done), and support for Laravel 7 dev.

Support version 6 of Laravel

29 Jul 18:33
39a4c21
Compare
Choose a tag to compare

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

10 Jan 14:09
177c79a
Compare
Choose a tag to compare
  • Support for config set in .env via #117
  • Testing on PHP 7.3 via #118

Support for Laravel 5.6 and Symfony 4

07 Feb 20:22
Compare
Choose a tag to compare

Updated the code for support for Symfony 4's latest incarnation of Trusted Proxies.

Supporting auto-discovery

10 Jul 13:41
Compare
Choose a tag to compare

Now supporting auto-discovery of Trusted Proxy package for Laravel 5.5