same issue here, after updating to 3.0.3
I decided to roll back to the old version – that solves it temporarily (so if you look at my site, it’s fixed, but technically, I think still broken with the upgrade). Hoping the kinks will be worked out at some point and this will work like it did in the old version. Then I will try to upgrade again.
To me neither version 2.4.0 is working… seems that Google feed has changed.
I temporary fix adding this code after line 549:
$description=str_replace(“AMPquot;”,””,str_replace(“AMPgt;”,”>”,str_replace(“AMPlt;”,”<“,$description)));
$allow_html=1;
I replaced “&” with “AMP” because this editor do not allow use html quote
In 3.0.5 we fixed the issue with the HTML not rendering properly. Let me know if you still have the issue after the update.
Thanks!
Excellent. Thanks Nick. We’ve upgraded again and it’s working now.