Wayne

Wayne

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…

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…

1.7.26 Released

Links that are capable of oEmbed are left alone so that WordPress can do its thing.

Filter: postie_preconnect

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…

1.7.24 Released

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

1.7.23 Released

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

1.7.22 Released

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