1.7.9 Released

revert tags logic as html version was messing up the content. revert video linkify logic as html version was messing up the content. revert linkify logic as html version was messing up the content.

Read More1.7.9 Released

1.7.8 Released

Remove mbstring admin message. Added fallback if mbstring is not installed More explanation for signature regex Add 1 minute schedule to supplement new external cron recommendation Updates to support upcoming Language Packs feature for plugins Moved important warning to admin…

Read More1.7.8 Released

1.7.6 Released

Added setting to control whether the featured image is included in the post or not. Added 2 new filters, postie_comment_before and postie_comment_after.

Read More1.7.6 Released

Filter: postie_comment_before

This filter is called just before the comment is added to the post. See this for more information about the data in the $comment array. add_filter(‘postie_comment_before’, ‘my_postie_comment_before’); function my_postie_comment_before($comment) { $post = get_post($comment[‘comment_post_ID’]); $title = $post->post_title; echo “postie_comment_before called<br>\n”; return…

Read MoreFilter: postie_comment_before