Plugin Directory

Changeset 864402


Ignore:
Timestamp:
02/25/2014 12:34:32 AM (12 years ago)
Author:
kilozwo
Message:

published v1.0.3
charset changed to UTF-8

Location:
comment-email-reply
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • comment-email-reply/trunk/cer_plugin.php

    r803051 r864402  
    44 * Plugin URI:  http://kilozwo.de/wordpress-comment-email-reply-plugin
    55 * Description: Simply notifies comment-author via email if someone replies to his comment. Zero Configuration. Available in English and German.
    6  * Version:     1.0.2
     6 * Version:     1.0.3
    77 * Author:      Jan Eichhorn
    88 * Author URI:  http://kilozwo.de
     
    2121
    2222        $headers  = 'MIME-Version: 1.0' . "\r\n";
    23         $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
     23        $headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n";
    2424
    2525        wp_mail($comment_parent->comment_author_email,'['.get_option('blogname').'] '.__('New reply to your Comment','cer_plugin'),$mailcontent,$headers);
  • comment-email-reply/trunk/readme.txt

    r803051 r864402  
    55Requires at least: 3.0.1
    66Tested up to: 3.7.1
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626== Changelog ==
    2727
     28= 1.0.3 =
     29* Changed charset to UTF-8.
     30
    2831= 1.0.2 =
    2932* Fixed problems with html-encoding.
Note: See TracChangeset for help on using the changeset viewer.