Skip navigation
top menu

Version History

Version History

  • Version 1.2:
    • CHANGED: Added the plugin to the Nucleus Plugs project at SourceForge
    • ADDED: An updater-plugin to upgrade from earlier versions (can be found in mynewsletter/extra/)
    • ADDED: Language Selector to choose the language of the plugin as a plugin option
    • ADDED: A completely new Admin Area, where you can view, delete and add subscribers
    • CHANGED: _getSubscribers() now returns an array instead of a mysql result, and accepts some (optional) parameters: $blogid, to select a blog (0 returns subscribers for all blogs), $start and $end, to limit the result (used when called from inside the admin area)
    • CHANGED: the lastsent-option is now readonly (only on Nucleus 3.1+CVS and higher)
    • CHANGED: moved all functions from general.inc.php into the pluginclass, and removed general.inc.php
    • CHANGED: the templates now show the name and e-mail address of the subscriber (only the ones sent to the subscriber show his e-mail address for his privacy) and use nicer HTML
    • CHANGED: the templates to look nicer when mails are sent as text/plain
    • CHANGED: errors while (un)subscribing are now handled using the doError()-method, when successfully (un)subscribed people are redirected to a ‘succes’-page. (as suggested by Weps)
    • CHANGED: the description of the plugin
  • Version 1.1-4 (2004-08-11):
    • FIXED: While fixing the previous bug I made a new bug... (found by Weps)
  • Version 1.1-3 (2004-08-11):
    • FIXED: in the notify-templates the ‘mail address of sender’ was used instead of the mail address of the subscriber when using dynamic variables (found by Weps)
  • Version 1.1-2 (2004-08-10):
    • CHANGED: renamed help.php to help.html according to the changes of CORE in CVS
    • CHANGED: the sort order of this history
  • Version 1.1 (2004-08-09):
    • ADDED: The dynamic-variables can now also be used in the templates
    • CHANGED: skinvar (vars, date) into (vars, datetime) in the manual
    • ADDED: the tip about blogsetting(url) for the base-element
    • FIXED: a bug with the uninstall query
    • CHANGED: the install query to fix a bug (hope it works now)
    • CHANGED: some typos in the default language file
    • CHANGED: the lastsent-option into a blogoption, so that the plug stores the individual date and time for every blog.
    • ADDED: the curl-alternative for the cronjob (thx Jef Pober!)
    • ADDED: an option to make it possible to change the content-type of the mails, so that it is possible to send plaintext-mails.
    • ADDED: when a blog is deleted, the subscribers for that blog are also deleted.
    • ADDED: Dutch translation for the defines and templates.
    • ADDED: when the mails are sent as text/plain all tags are stripped
  • Version 1.0 (2004-08-05):
    • initial version