Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.62 KB

File metadata and controls

76 lines (44 loc) · 1.62 KB

CHANGELOG

All notable changes to ipinfolaravel will be documented in this file.

v2.10.0

  • Added support for IPinfo Residential Proxy Detection API

v2.9.0

  • Added support for IPinfo Core API
  • Added support for IPinfo Plus API

v2.8.0

  • Added support for Laravel 12
  • Added support for IPinfo Lite API

v2.7.0

  • Added support for Laravel 11

v2.6.0

  • Updated default cache in latest IPinfo PHP package. Now uses symfony/cache.

v2.5.0

  • Added support for Laravel 10 with latest IPinfo PHP package.

v2.4.0

  • Added support for a custom IP selector function.

v2.3.0

  • Added support for Laravel 9 with latest IPinfo PHP package.

v2.2.0

  • Added the no_except config variable which allows suppressing exceptions that occur in the IPinfo middleware; the $request->ipinfo object will be null in this case.

v2.1.3

  • The IPinfo PHP SDK will no longer be initialized multiple times - one will be initialized at application startup and used throughout.

v2.1.2

v2.1.1

v2.1.0

  • Update to the latest IPinfo PHP package, which supports PHP 8 and deprecates PHP 7.2 support.

Version 2.0

  • Supports Laravel 5.x to 8.x.
  • The ipinfo object on the request object is not accessible via input, e.g. $request->input('ipinfo')->ip; you must use $request->ipinfo->ip, etc.
  • The IP for which data is retrieved is now correctly the client IP, and not the server IP.

Version 1.0

Added

  • Everything