This release of Newsletter plugin should definitively fix an activation problem on some WordPress installation combined with specific PHP configuration. The issue was a failed activation (very rare, anyway).
Some other code fixes have been added to reduce the “notice” messages when the plugin runs on a WordPress installation in debug mode (see the WP_DEBUG constant).
A couple of default labels has been added so during the installation the panel will be pre filled with relevant values. I want to remember to everyone who might need it, that a special tag exists ({title}) to print out the relevant salutation when you know the gender of your subscribers.
A typical format can be:
Dear {title} {name} {surname}, …
That’s all, the full modification history can be found in the plugin’s readme.txt file.