Hello Matt. I’m sorry but it doesn’t seem to. I have been trying for several hours to reset the plugin, but it stubbornly keeps using FA V4 (I’m designing a theme that relies a lot on this version).
So, I deleted the plugin and downloaded both the Beta3 and dev version. I also removed those two entries from the database options :
ACFFA_current_version
ACFFA_icon_data
Yet when I reinstall the plugin, AND on every page reload, the value of ACFFA_current_version is resetted to 4.7.0.
So, I tried to force the URL as such :
function acf_get_fa_url() {
return 'https://use.fontawesome.com/releases/v5.4.1/css/all.css';
}
add_filter('ACFFA_get_fa_url', 'acf_get_fa_url');
But no luck either. Sorry for asking, but am I missing something?