######################################################################################## # # CommentMailer # (c) 1997 - 2008 by Sebastian Schwaner # # FILE: cmailer.php # VERSION: 0.1.4 # # DESC: CommentMailer informs weblog's readers of incoming comments to their subscribed # postings # # FROM: sit. # AUTHOR: Sebastian Schwaner # HOMEPAGE: http://sit.24stunden.de/cmailer # ######################################################################################## # # © Copyright 2008 Sebastian Schwaner # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # ######################################################################################## CHANGE.LOG Oct 18th, 2008: + Version 0.1.4 released + German version + Enhanced security May 14th, 2008: + Version 0.1.3 released + setup your eMail settings + see the verify status of subscribers (ok|wait) May 13th, 2008: + Version 0.1.2.1 released + some problems with data table fixed May 13th, 2008: + Version 0.1.2 released + simplify the function call + double opt-in procedure + version 0.1.1 is now deprecated Apr 17th, 2008: + Version 0.1.1 released + fixed: different setup/install descriptions in cmailer.php and website + fixed for Wordpress 2.5 + paged output of all subcribers + single unsubscribings of users + unsubscribing all users + optimizing table Feb 8th, 2008: + Version 0.1.0 released