Wayne

Wayne

1.6.6 Released

Add additional debugging to isValidSmtpServer Add Japanese translation Fixed bug where a subject present in the body is not recognized

1.6.5 Released

Fixed charset encoding bug when there wasn’t a content-transfer-encoding header Upgraded simple_html_dom

1.6.3 Released

Added postie_filter_email2 filter which includes To and Reply-To headers Added postie_author filter Revised help/support page

Polylang AddOn Released

This addon allows you to specify the language of the post to be used with the Polylang plugin. Check out the Polylang AddOn.

Action: postie_post_after

This action is called just after Postie saves the post. At the point the action is called the post has been created and all attachments have been uploaded and associated with this post. There is one parameter to this filter: $post The $post parameter is…

Filter: postie_author

This filter is called after Postie has determined who the post author should be. At the point the filter is called there is no post created. The parameter is a WordPress user ID. add_filter(‘postie_author’, ‘my_filterAuthor’); function my_filterAuthor($userId) { //do some user…

Filter: postie_filter_email2

This filter is called when Postie extracts the “from” email address. Typically you would use this filter if you wanted to decide between the “from”, “to” and “reply-to” email addresses. At the point the filter is called there is no…

1.6.2 Released

Fixed cron issue Fixed issue where other plugins were not getting file type of attachment Moved help and FAQ to postieplugin.com

1.6.1 Released

Allow negative time corrections Fix links to settings page Misc minor UI updates