Removed workaround to allow non-Duotone icons in admin navigation for XenForo 2.3 (fixed in XF core)
Added new Cloudflare setting (under Security): Replace insecure JavaScript libraries
Changed verbiage to be worded better when setting up API token initially
Fixed issue with deleting a Page Cache rule (change to Cloudflare API)
Fixed issue with changing Cloudflare settings on XenForo 2.3 (was being done with form submission instead of the intended AJAX request)
Ignore full stat rebuilds (too many API calls [11 per day], it will be impossibly slow, and you will hit API rate limit very quickly, so it would fail anyway)
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
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
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.