1.9.13 Released
Feature: New filter postie_include_attachment to allow/prevent attachment to be added to post. See
Feature: New filter postie_include_attachment to allow/prevent attachment to be added to post. See
This filter is called before Postie saves the attachment to media library. Typically you would use this filter if you wanted to prevent Postie from processing certain files. I.e. all non-image files or you could exclude all executable files or…
Fix: use wp native function to detect MySQL version
Fix: remove encoding option, everything is UTF-8. Feature: add MySQL version to debug output, suppress many email parsing debug messages Fix: don’t set actual post format if “standard” Feature: Hides WordPress post-by-email feature if Postie is active
Fix: WP CLI compatibility
Fix: remove assumption that there is a user with the administrator role
Fix: check that global is initialized before using
Fix: more robustness if iconv fails
Fix: Post format was not being correctly set.
Feature: change post status to pending/draft if the user doesn’t have publish_posts capability Fix: process postie_email_notify_recipients filter regardless of the “Send post confirmation email to” setting Fix: process postie_email_reject_recipients filter regardless of the “Send post confirmation email to” setting