Hi,
I tried version 1.5 of your plugin, but there were shortcodes in description. To fix it, I replaced line 219:
$description = strip_tags(strip_shortcodes($post->post_content));
with:
$description = strip_tags(strip_shortcodes(apply_filters('the_content', $post->pos t_content))
Thanks you,
Regards,
SLiX.