TABLE OF CONTENTS › Changelog
v0.4.4 — 1/21/2008
- Fixed the “Add a subscriber” bug (wasn’t working on default page because no default step was defined)
- Fixed the “Add a subscriber” bug (“if delete”)
- Finally figured out how to use zem_contact_reborn’s values array (instead of sanitizing and pulling them from the $_POST array)
- Fixed the “help” link on the “Import/Export” sub-tab
- Added “Search Results” at the bottom of the “Subscribers” sub-tab
Postmaster Library v.0.2.3
- fixed the add a subscriber issue with search forms
v0.4.3 — 1/21/2008
- Fixes to the header info (removed reply-to email address) [Gemal]
v0.4.2 — 1/21/2008
- Fix for the import/export function
v0.4.1 — 1/21/2008
- Fixes to Postmaster and Postmaster Library ($headers and $mime_boundaries info were not set global).
- Fix to Postmaster Library (extra header)
v0.4 — 1/14/2008
MAILING
- removed popup function entirely – simply surf to bulk mail page when mailing.
- fixed refresh bug on bulkmail
- fixed “\r\n” in headers
- improved the bulk mail flow to reduce repeated code
- began process of pulling out the mail function, so it’s replaceable (ie, if you wanted to build a bridge to swiftmailer)
- status bar on the bulk mail page.
SUBSCRIPTION
- added export function / updated bulk subscribers tab
- added a browse field on the import tab (first step towards a single upload/ingest model)
- changed “upload format” to “CSV”
- three tabs: Subscribers / Lists / Import/Export (split Add onto respective pages)
FORMS
- Added option to enter a date into a custom field
- Added a form option aggregator
- fixed “$display == ‘excerpt_html’” bug
- allow use of TXP tags
- fixed zem_contact_submit
- Allow non-messy unsubscription links while keeping compatibility
- Allows nice looking URLs using the
<txp:bab_pm_data display="link" />tag
MISC
- replaced ‘’ with NULL in all INSERT functions
- fixed “default” bug — it was selecting ALL emails for default.
- fix indenting in deglyphed text
- fixed deGlyph function (andreas)
- fixed edit page styling / pulled width and height out of code and into bab_pm_preferences
v0.3 — 1/14/2007
- added “display=” for all parts of the article
- added an optional “strip_html” attribute to the bab_pm_data custom tag which will allow a user to write an article once and get a textiled and a text version
- split the plugin into two parts: Postmaster and Postmaster_library
- added an “end” type for the bab_pm_mime custom tag
- fixed line break issue [sicher]
- fixed zem_contact / postmaster issues; added some capabilities
- dropped the “4.0.4” designation from the version number — it’s too long and complicated [replaced it with a note in the documentation]
- moved the documentation to an external site
v0.2 — 11/10/2006
- added HTML emails option [added a new custom tag to enter mime boundaries]
- added a new custom tag to display the unsubscribe link [users can build their own unsubscribe line into their forms], with an option to display a text or an HTML version
- added a small script to help NM or EOP users move their subscriber lists over to PM