1.6.6 Released
Add additional debugging to isValidSmtpServer Add Japanese translation Fixed bug where a subject present in the body is not recognized
Add additional debugging to isValidSmtpServer Add Japanese translation Fixed bug where a subject present in the body is not recognized
Fixed charset encoding bug when there wasn’t a content-transfer-encoding header Upgraded simple_html_dom
Provide post url in success email
Added postie_filter_email2 filter which includes To and Reply-To headers Added postie_author filter Revised help/support page
This addon allows you to specify the language of the post to be used with the Polylang plugin. Check out the Polylang AddOn.
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…
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…
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…
Fixed cron issue Fixed issue where other plugins were not getting file type of attachment Moved help and FAQ to postieplugin.com
Allow negative time corrections Fix links to settings page Misc minor UI updates