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
Improve support for “Automatically convert urls to links” with html Improve support for “date” tag with html Prep for upcoming translation
Add new setting to ignore email read/unread state Improve support for “tag” tags in html and plain messages
Added support for FILEID in image and video templates. Now you can do things like: [jwplayer mediaid=”{FILEID}”]
added 15 and 30 second cron schedules
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.
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…
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…
Fixed bug where “To” and “Reply-To” emails were not parsed correctly for postie_filter_email2 filter
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.
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.…