I updated to the current dev version of jQuery update so I can use jQuery newer than 1.10 (which the current stable release is stuck at for some reason). I then found out this new version (soon to be the stable release, I'd think) doesn't have its admin jQuery version detected by this module on the status report page.

I was unable to find the solution to get it to pull the correct version given my available time, but I did find a way to make the status report message more accurate. You can just swap out the $jquery_admin_version requirement code in fontawesome_iconpicker.install to use the following: https://gist.github.com/KZeni/791714858586834781259e3dd6d2a6b1 so it reports if the version is less than what's needed, if it's not detected, or if it's compatible appropriately. Having it say it's lower than the current version just wasn't correct in my case.

Comments

KZeni created an issue. See original summary.

d34dman’s picture

Status: Active » Closed (outdated)

3.x doesn't depend on jQuery anymore.