1.7.28 Released
better tag detection with html Don’t skip image processing when Include Featured Image in Post is set to “No” and the Preferred Text Type is HTML. Use the blog name as the “from” text in any emails. New filter: postie_filter_email3…
better tag detection with html Don’t skip image processing when Include Featured Image in Post is set to “No” and the Preferred Text Type is HTML. Use the blog name as the “from” text in any emails. New filter: postie_filter_email3…
This filter is called when Postie extracts the “from” email address. Typically you would use this filter if you wanted to use the email headers to decide which email address should be used to identify the WordPress user. At the point…
Fix category match settings not saving WordPress 4.4.1 compatibility testing
Links that are capable of oEmbed are left alone so that WordPress can do its thing.
This filter is called to determine the connection settings for the email server. This filter is called after postie_session_start. add_filter(‘postie_preconnect’, ‘my_postie_preconnect’); // Force Postie to only fetch 1 email regardless of the setting. function my_postie_preconnect($connectionInfo) { connectionInfo[’email_max’] = 1; return…
Fixed a bug in the new category setting
Youtube and Vimeo URLs are no longer processed, left for WordPress to do its oEmbed thing. New settings to control various flavors of category matching in the subject line
WordPress 4.4 testing Added new video template for using video shortcode Added new template variable – FILETYPE which is the file extension Fix bug where emails inside shortcodes were being linkified Lookup categories by slug as well as by name
Update admin screen to match current WP style (responsive!) Remove dependence on simple tabs jQuery-UI library and use WP admin tab style Remove email password from logging
Refix bug where “Ignore mail state” setting was being ignored