Plugin Directory

Changeset 1798874


Ignore:
Timestamp:
01/08/2018 09:27:23 AM (8 years ago)
Author:
kubi23
Message:

tagged 5.4.10

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

Legend:

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

    r1771142 r1798874  
    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.9
     6Version: 5.4.10
    77Author: Sven Kubiak, Matthias Kindler
    88Author URI: https://svenkubiak.de
     
    1212Domain Path: /languages
    1313
    14 Copyright 2008-2017 Sven Kubiak, Matthias Kindler
     14Copyright 2008-2018 Sven Kubiak, Matthias Kindler
    1515
    1616This program is free software; you can redistribute it and/or modify
     
    172172
    173173                //set mail header for notification message
    174                 $from       = "From: WordPress <" . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME'])) . ">";
     174                $sender     = 'WordPress@' . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME']));
     175                $from       = "From: \"$sender\" <$sender>";
    175176                $headers    = "$from\n" . "Content-Type: text/plain; charset=\"" . get_option('blog_charset') . "\"\n";
    176177
  • mail-on-update/trunk/readme.txt

    r1771142 r1798874  
    22Contributors: kubi23
    33Tested up to: 4.9
    4 Stable tag: 5.4.9
     4Stable tag: 5.4.10
    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.10 =
     34* Fixed bug where no emails where send out
    3235
    3336= 5.4.9 =
Note: See TracChangeset for help on using the changeset viewer.