Support AddOn
We released a free AddOn that can capture a Postie session and send the log files to Postie support. Very useful if you’re have trouble with Postie.
We released a free AddOn that can capture a Postie session and send the log files to Postie support. Very useful if you’re have trouble with Postie.
This action is called when Postie retrieves an email from the server. Parameters: $rawEmail The $rawEmail parameter the email as retrieved from the server. Note you can’t make changes to the email at this point. Example add_action(‘postie_raw’, ‘my_postie_raw’); function my_postie_raw($rawemail) { //Do…
Fix bug where WordPress timezone was not being taken into effect
Fix bug where server settings page not compatible with PHP 5.3
Fix bug where debug output was displaying plaintext passwords. Fix bug where categories specified with a colon required a space after the colon. Postie now works off blog time rather than GMT. Fix bug where oEmbed::get_provider() is not available on…
Fix bug where long subject lines are missing a space. Fix bug where {CAPTION} placeholder not being removed if no caption.
Fix bug where Image Place Holder Tag setting was not respected
Clarified the behavior of the “Use custom image field for images” setting and moved it to the Image tab. Clarified text on some settings. Fix bug which prevented captions from working correctly Fix bug which prevented more than 9 #img#…
The Shortcode AddOn has a new shortcode – pslug. You can use this shortcode to specify the post “slug” [pslug slug=”my awesome slug”] This will set the slug for the post to “my-awesome-slug”. This lets you have a slug that…
Fix issue where attachment with Content-ID doesn’t have a reference in the html not being added to the post.