=== Plugin Name === Contributors: Speedboxer Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=991603 Tags: comments, notification, moderation Requires at least: 2.6 Tested up to: 2.7 Stable tag: 1.1 Sends an email to the comment author when their comment gets approved (only if it's held for moderation). == Description == The Comment Approval Notification plugin will send an email to the comment author when you approve their comment. The email sent is fully customizable, with shortcodes, through a settings page. Please note that this plugin has only been tested with PHP 5.2.x. A full list of available shortcodes is available [here](http://mattsblog.ca/plugins/comment-approval-notification/#shortcodes "Available Shortcodes"). == Installation == To install this plugin, please follow these instructions: 1. Download and extract the ZIP archive. 1. Upload `comment-approval-notification.php` to your `wp-content/plugins/` folder. 1. In your WordPress administrative panel, go to Plugins, scroll down to **Comment Approval Notification** and click *Activate* to the right of it. 1. Customize the email sent under Settings > Comment Approval Notification. A full list of available shortcodes is available [here](http://mattsblog.ca/plugins/comment-approval-notification/#shortcodes "Available Shortcodes"). == Changelog == **1.1** - Stop using shortcode API (shortcodes are still available, don't worry), fix PHP warning and add WordPress 2.6 compatibility. **1.0.1** - Remove [comment\_date\_gmt] and [post\_date\_gmt]. Use date_format option on [comment\_date] and [post\_date] and only show the date. Add [comment\_time] and [post\_time] formatted with time\_format option. **1.0** - Initial release