Wayne

Wayne

1.7.13 Released

Improve support for “Automatically convert urls to links” with html Improve support for “date” tag with html Prep for upcoming translation

1.7.12 Released

Add new setting to ignore email read/unread state Improve support for “tag” tags in html and plain messages

1.7.11 Released

Added support for FILEID in image and video templates. Now you can do things like: [jwplayer mediaid=”{FILEID}”]

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.

Filter: postie_category_default

This filter is called to determine the default category for the post. This filter is called before the email is examined for categories and establishes the default category if none are specified in the email. Note that the category is an…

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…

1.7.7 Released

Fixed bug where “To” and “Reply-To” emails were not parsed correctly for postie_filter_email2 filter

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.

Action: postie_comment_after

This filter is called just after the comment is added to the post. Parameters: $comment – an array that represents the comment. See this for more information about the data in the $comment array. $comment_ID – the id of the comment.…