Changed wording of "API tokens & keys" to "API tokens" (no longer allowing global keys, only API tokens)
Updated charting library (Chart.js) to 4.4.1
Created workaround for addons being disabled during XenForo upgrades (we need to set the externalDataUrl so that the %ASSET:stylefolder% replacement var works as expected for R2 users when .less templates are compiled). Effectively we are firing our app_setup code event listener even when all addons are disabled during the upgrade process. See this thread.