1.9.46 Released
escape IMAP password fix logging in get_parent_postid ensure any modification by shortcode are retained
escape IMAP password fix logging in get_parent_postid ensure any modification by shortcode are retained
Fix email notification bug
This action is called just before postie_post_before. You use this action to register any Postie specific shortcodes. <?php function my_postie_register_shortcode_pre() { //register any Postie shortcodes add_shortcode(‘myshortcode’, ‘my_shortcode’); } add_action(‘postie_register_shortcode_pre’, ‘my_postie_register_shortcode_pre’); // works like a standard shortcode function my_shortcode($att, $content = null) {…
refactoring to separate email fetch from email processing add postie_register_shortcode_pre action for registering Postie shortcodes
Begin migration of shortcode support into Postie main
Fix: signature stripping in html emails was failing sometimes
Assigns categories to email attachments when uploaded to the media library. See Category for Media AddOn
Fix: different regex approach for html vs plain Only process 1 email at a time
After discussions with the WordPress security team the published exploit was not deemed significant enough to warrant Postie being suspended and was reinstated without any code changes required.
UPDATE Jan 18, 2020 Postie has been reinstated! I was notified today that Postie has been suspended from the WordPress plugin repository Your plugin has had to be temporarily withdrawn from the WordPress.org Plugin Directory due to an exploit. The exploit is…