Changeset 1798874
- Timestamp:
- 01/08/2018 09:27:23 AM (8 years ago)
- Location:
- mail-on-update
- Files:
-
- 8 added
- 2 edited
-
tags/5.4.10 (added)
-
tags/5.4.10/languages (added)
-
tags/5.4.10/languages/mail-on-update-de_DE.mo (added)
-
tags/5.4.10/languages/mail-on-update-de_DE.po (added)
-
tags/5.4.10/languages/mail-on-update-ru_RU.mo (added)
-
tags/5.4.10/languages/mail-on-update-ru_RU.po (added)
-
tags/5.4.10/mail-on-update.php (added)
-
tags/5.4.10/readme.txt (added)
-
trunk/mail-on-update.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail-on-update/trunk/mail-on-update.php
r1771142 r1798874 4 4 Plugin URI: http://www.svenkubiak.de/mail-on-update 5 5 Description: Sends an eMail notification to one or multiple eMail addresses if new versions of plugins are available. 6 Version: 5.4. 96 Version: 5.4.10 7 7 Author: Sven Kubiak, Matthias Kindler 8 8 Author URI: https://svenkubiak.de … … 12 12 Domain Path: /languages 13 13 14 Copyright 2008-201 7Sven Kubiak, Matthias Kindler14 Copyright 2008-2018 Sven Kubiak, Matthias Kindler 15 15 16 16 This program is free software; you can redistribute it and/or modify … … 172 172 173 173 //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>"; 175 176 $headers = "$from\n" . "Content-Type: text/plain; charset=\"" . get_option('blog_charset') . "\"\n"; 176 177 -
mail-on-update/trunk/readme.txt
r1771142 r1798874 2 2 Contributors: kubi23 3 3 Tested up to: 4.9 4 Stable tag: 5.4. 94 Stable tag: 5.4.10 5 5 Requires at least: 3.0 6 6 Tags: wordpress, plugin, mail, e-mail, notification, update, updates, notifications, mail-on-update, email, plugins, inform, version, versions … … 30 30 31 31 == Changelog == 32 33 = 5.4.10 = 34 * Fixed bug where no emails where send out 32 35 33 36 = 5.4.9 =
Note: See TracChangeset
for help on using the changeset viewer.