Plugin Directory

Changeset 220237


Ignore:
Timestamp:
03/20/2010 09:08:02 PM (16 years ago)
Author:
moallemi
Message:
 
Location:
contact-commenter
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • contact-commenter/trunk/contact-commenter.php

    r219037 r220237  
    33    /*
    44    Plugin Name: Contact Commenter
    5     Plugin URI: http://www.moallemi.ir/blog/1388/12/27/%d9%87%d8%af%db%8c%d9%87-%da%a9%d8%a7%d9%88%d8%b4%da%af%d8%b1-%d9%85%d9%86%d8%a7%d8%b3%d8%a8%d8%aa-%d8%b3%d8%a7%d9%84-%d9%86%d9%88-%d9%88%d8%b1%d8%af%d9%be%d8%b1%d8%b3/
     5    Plugin URI: http://www.moallemi.ir/en/blog/2009/09/20/contact-commenter/
    66    Description: This Plugin lets you send email messages to individual or a group of commenters.
    7     Version: 0.5
     7    Version: 0.6
    88    Author: Reza Moallemi
    99    Author URI: http://www.moallemi.ir/blog
     
    4040    $from = $_POST["from"];
    4141    $body = $_POST["body"];
     42    $body = str_replace('\"', '"', $body);
    4243    $cc = $_POST["cc"];
    4344    $bcc = $_POST["bcc"];
  • contact-commenter/trunk/readme.txt

    r219037 r220237  
    1313This Plugin lets you send email messages to individual or a group of commenters. It lets Administrator to see who has wrote more comments on his post and mail to commenters.
    1414
     15What's New in version 0.6
     16
     17    * Fixed a Bug on sending HTML messages.
     18
    1519
    1620== Installation ==
     
    2125== Changelog ==
    2226
     27= 0.6 =
     28* Fixed a bug on sending HTML messages.
     29
    2330= 0.5 =
    2431* base version
Note: See TracChangeset for help on using the changeset viewer.