Changeset 1749018
- Timestamp:
- 10/19/2017 06:41:08 AM (8 years ago)
- Location:
- mail-on-update
- Files:
-
- 8 added
- 2 edited
-
tags/5.4.8 (added)
-
tags/5.4.8/languages (added)
-
tags/5.4.8/languages/mail-on-update-de_DE.mo (added)
-
tags/5.4.8/languages/mail-on-update-de_DE.po (added)
-
tags/5.4.8/languages/mail-on-update-ru_RU.mo (added)
-
tags/5.4.8/languages/mail-on-update-ru_RU.po (added)
-
tags/5.4.8/mail-on-update.php (added)
-
tags/5.4.8/readme.txt (added)
-
trunk/mail-on-update.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail-on-update/trunk/mail-on-update.php
r1747067 r1749018 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. 76 Version: 5.4.8 7 7 Author: Sven Kubiak, Matthias Kindler 8 8 Author URI: https://svenkubiak.de … … 155 155 $message .= sprintf( __('- Installed: %1$s, Current: %2$s', 'mail-on-update'), $plugins[$pluginfile]['Version'], $update->new_version); 156 156 $message .= "\n\n"; 157 } 158 else { 157 } else { 159 158 (is_plugin_active($pluginfile)) ? $act = __('active', 'mail-on-update') : $act = __('inactive', 'mail-on-update'); 160 159 $pluginNotVaildated .= "\n".sprintf( __('A new version (%1$s) of %2$s is available. (%3s)', 'mail-on-update'), $update->new_version, $plugins[$pluginfile]['Name'], $act); 161 } ;160 } 162 161 } 163 162 … … 170 169 if ($pluginNotVaildated != '') { 171 170 $message.= "\n\n".__('There are also updates available for the plugins below. However, these plugins are of no concern for this notifier and the information is just for completeness.', 'mail-on-update')."\n".$pluginNotVaildated; 172 } ;171 } 173 172 174 173 //set mail header for notification message … … 180 179 $subject = sprintf(__('[%s] Plugin Update Notification','mail-on-update'), $blogname); 181 180 wp_mail($this->mailonupdate_listOfCommaSeparatedRecipients(), $subject, $message, $headers); 182 183 if (DEBUG) { 184 echo "<!-- MOU: Sending plugin update notification -->"; 185 } 186 }; 181 } 187 182 188 183 //set timestamp of last update check -
mail-on-update/trunk/readme.txt
r1747067 r1749018 2 2 Contributors: kubi23 3 3 Tested up to: 4.8.2 4 Stable tag: 5.4. 74 Stable tag: 5.4.8 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.8 = 34 * Very minor cleanup 32 35 33 36 = 5.4.7 =
Note: See TracChangeset
for help on using the changeset viewer.