Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Fixes an issue where if you have other addons that extend the XF\Templater class, with an execution order higher than 1000, and you are trying to view IP addresses that were logged without an associated geo-location record for that IP.
XF\Templater
Fixed issue with geo-location of user IPs in admin area on latest versions of PHP Fixed issue with geo-location when users are viewing their own IP addresses (when using Security addon)
Get user IP from request class rather than PHP global variable Geo-location flags work for article authors Don't log geo-location info for sessions if using XenForo < 2.2.8 (required method wasn't introduced until XF 2.2.8) Internally simplified how geo-location flag CSS is generated