Plugin Directory

Changeset 1771142


Ignore:
Timestamp:
11/20/2017 08:02:46 AM (8 years ago)
Author:
kubi23
Message:

tagged version 5.4.9

Location:
mail-on-update
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • mail-on-update/trunk/mail-on-update.php

    r1749018 r1771142  
    44Plugin URI: http://www.svenkubiak.de/mail-on-update
    55Description: Sends an eMail notification to one or multiple eMail addresses if new versions of plugins are available.
    6 Version: 5.4.8
     6Version: 5.4.9
    77Author: Sven Kubiak, Matthias Kindler
    88Author URI: https://svenkubiak.de
     
    172172
    173173                //set mail header for notification message
    174                 $sender     = 'WordPress@' . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME']));
    175                 $from       = "From: \"$sender\" <$sender>";
     174                $from       = "From: WordPress <" . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME'])) . ">";
    176175                $headers    = "$from\n" . "Content-Type: text/plain; charset=\"" . get_option('blog_charset') . "\"\n";
    177176
  • mail-on-update/trunk/readme.txt

    r1749018 r1771142  
    11=== Plugin Name ===
    22Contributors: kubi23
    3 Tested up to: 4.8.2
    4 Stable tag: 5.4.8
     3Tested up to: 4.9
     4Stable tag: 5.4.9
    55Requires at least: 3.0
    66Tags: wordpress, plugin, mail, e-mail, notification, update, updates, notifications, mail-on-update, email, plugins, inform, version, versions
     
    3030
    3131== Changelog ==
     32
     33= 5.4.9 =
     34* Updated email sender header
    3235
    3336= 5.4.8 =
Note: See TracChangeset for help on using the changeset viewer.