Changeset 1771142
- Timestamp:
- 11/20/2017 08:02:46 AM (8 years ago)
- Location:
- mail-on-update
- Files:
-
- 8 added
- 2 edited
-
tags/5.4.9 (added)
-
tags/5.4.9/languages (added)
-
tags/5.4.9/languages/mail-on-update-de_DE.mo (added)
-
tags/5.4.9/languages/mail-on-update-de_DE.po (added)
-
tags/5.4.9/languages/mail-on-update-ru_RU.mo (added)
-
tags/5.4.9/languages/mail-on-update-ru_RU.po (added)
-
tags/5.4.9/mail-on-update.php (added)
-
tags/5.4.9/readme.txt (added)
-
trunk/mail-on-update.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail-on-update/trunk/mail-on-update.php
r1749018 r1771142 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. 86 Version: 5.4.9 7 7 Author: Sven Kubiak, Matthias Kindler 8 8 Author URI: https://svenkubiak.de … … 172 172 173 173 //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'])) . ">"; 176 175 $headers = "$from\n" . "Content-Type: text/plain; charset=\"" . get_option('blog_charset') . "\"\n"; 177 176 -
mail-on-update/trunk/readme.txt
r1749018 r1771142 1 1 === Plugin Name === 2 2 Contributors: kubi23 3 Tested up to: 4. 8.24 Stable tag: 5.4. 83 Tested up to: 4.9 4 Stable tag: 5.4.9 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.9 = 34 * Updated email sender header 32 35 33 36 = 5.4.8 =
Note: See TracChangeset
for help on using the changeset viewer.