Plugin Directory

Changeset 360580


Ignore:
Timestamp:
03/16/2011 06:53:10 AM (15 years ago)
Author:
tkriplean
Message:

fixing minor bugs, upping version

Location:
reflect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • reflect/trunk/php/controllers/bullets_api.php

    r360496 r360580  
    196196                    $message = "Hi $comment_author,\n\n$user believes that you made the following point:\n\n\"$bullet_text\"\n\nTo verify whether this is accurate or not, please visit $link and login.\n\nThanks!";
    197197                        $headers = "From: $from" . "\r\n" .
    198                            'Reply-To: wordpress@communityforums.org' . "\r\n" .
     198                           'Reply-To: $from' . "\r\n" .
    199199                           'X-Mailer: PHP/' . phpversion();                     
    200200                        mail($comment->comment_author_email, $subject, $message, $headers);
  • reflect/trunk/readme.txt

    r360498 r360580  
    7070* adding sender header to email
    7171
     72= 0.1.8 =
     73* minor bug fix
     74
     75
    7276== Upgrade Notice ==
    7377
     
    8690= 0.1.7 =
    8791* adding sender header to email
     92
     93= 0.1.8 =
     94* minor bug fix
  • reflect/trunk/reflect.php

    r360498 r360580  
    44Plugin URI: http://wordpress.org/extend/plugins/reflect/
    55Description: Crowdsourced comment summarization. Helps people listen. Helps everyone find the useful points.
    6 Version: 0.1.7
     6Version: 0.1.8
    77Author: Travis Kriplean
    88Author URI: http://www.cs.washington.edu/homes/travis/
Note: See TracChangeset for help on using the changeset viewer.