We have been using the “Suffix” input in the odometer widget to display a Font Awesome icon, like so:
https://i.imgur.com/vsI8UBb.png
The exact value in this input is this: <i class="fa-thin fa-arrow-up"></i> %
This has been looking like this on our website:
https://i.imgur.com/3R9Hoqj.png
but after the recent update it looked like this:
https://i.imgur.com/psMdNNG.png
We’ve been able to fix it by removing the esc_html() function on line 57 in the file livemesh-siteorigin-widgets/includes/widgets/lsow-odometers-widget/tpl/default.php:
https://i.imgur.com/8NOY96b.png
But of course that fix will go away when the plugin gets an update again.