Upgrade Notification by Email

Actual version: 0.2 testing

Download here

Sends daily notification at admins’ email if installation of WordPress is out of date

Do you want to buy me a beer for saving your time? ;)


== Description ==

This plugin is for you if you don’t look inside of your Admin Panel every day (for example you have tens of wordpress installations) but still want to have wordpress up to date. After installation plugin will check every day if newer version of wordpress is available and if yes, will send email to blog’s admin with notification.

== Installation ==

1. Like every plugin, download zip file

2. Upload to /wp-content/plugins

3. Activate it.

4. Wait for notifications ;)

== Frequently Asked Questions ==

= Newer version of wordpress is available but I don’t get emails =

Check your spam folder in email account

= I’ve got newest version but plugin sends me notifications, which says that i have installed wordpress in strange version ‘abc’ =

This is caused by plugin WP Security Scan. Deactivate it or look into its code and deacctivate this place, which changes variable $wp_version into string ‘abc’.

== Screenshots ==

== Changelog ==

= 0.2 =

* nothing new, just code is cleaner, shorter and should be faster. it uses core wordpress functions to upgrade check in place of written by me (and now removed).

= 0.1 =

* Works fine. Sends very sexy emails ;)

Sends daily notofication at admins’ email if installation of WordPress is out of date
== Description ==
This plugin is for you if you don’t look inside of your Admin Panel every day (for example you have tens of wordpress installations) but still want to have wordpress up to date. After installation plugin will check every day if newer version of wordpress is available and if yes, will send email to blog’s admin with notification.
== Installation ==
1. Like every plugin, download zip file
2. Upload to /wp-content/plugins
3. Activate it.
4. Wait for notifications ;)
== Frequently Asked Questions ==
= Newer version of wordpress is available but I don’t get emails =
Check your spam folder in email account
= I’ve got newest version but plugin sends me notifications, which says that i have installed wordpress in strange version ‘abc’ =
This is caused by plugin WP Security Scan. Deactivate it or look into its code and deacctivate this place, which changes variable $wp_version into string ‘abc’.
== Screenshots ==
== Changelog ==
= 0.1 =
* Works fine. Sends very sexy emails ;)

Podoba się? Podziel się z innymi:

  • Wykop
  • Twitter
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Blip
  • Diigo
  • Flaker
  • Grono

17 Comments

  1. Posted September 7, 2009 at 3:16 am | Permalink

    Hi! I´m brazilian,

    It would like to translation plugin in pt_BR, sends me an email with file pot or translation file php.

    sorry my poor english!
    see you!

  2. Konrad Karpieszuk
    Posted September 7, 2009 at 8:44 am | Permalink

    Yes, translation is possible. In php file change lines no 81 (which has subject of email) and 8 (which has content of email) :) For this moment no .pot file is provided

  3. Konrad Karpieszuk
    Posted September 7, 2009 at 8:45 am | Permalink

    sorry, lines 81 and 85

  4. Posted September 7, 2009 at 9:09 am | Permalink

    If you need the plugin in pt_BR, it´s in my blog, ok?

    http://www.foinoticia.com.br/2009/09/06/notificacao-por-email-de-novas-versoes-do-wordpress/

    See you!

  5. Posted September 7, 2009 at 9:28 am | Permalink

    Thanx for a great plugin! Got a few installations that doesn’t get the attention they deserve – until now :-)

    Suggestions for future versions:
    - add link to upgrade page for even easier access
    - check for plugins needing upgrade

  6. Konrad Karpieszuk
    Posted September 7, 2009 at 10:59 am | Permalink

    @Rafael: thank you :) i hop people will see this in comments

    @Nicklas: also thank you for opinion :) Those suggested features will be next, also i thought about them :) I will add them i next versions

  7. gundo
    Posted September 8, 2009 at 9:53 pm | Permalink

    Hello,
    Definitely a useful plugin.
    The only problem is that the message in the mail says: “The plugin Upgrade Notification by Email noticed that at WordPress server is available newer version of blogging software than this, which is installed at Home. Please upgrade it in your admin panel. You have abc and newest is 2.8.4″.

    Not sure where the “abc” comes from? :) Could this be caused by having removed the version number from the footer? The current version 2.8.4 still displays correctly on the dashboard, though.

    BTW, wrt plugin notifications, there is already a plugin: http://www.svenkubiak.de/mail-on-update/

    Thanks.

  8. Konrad Karpieszuk
    Posted September 8, 2009 at 10:07 pm | Permalink

    @gundo: you didn’t look into FAQ ;) i will write again :)

    = I?ve got newest version but plugin sends me notifications, which says that i have installed wordpress in strange version ?abc? =
    This is caused by plugin WP Security Scan. Deactivate it or look into its code and deacctivate this place, which changes variable $wp_version into string ?abc?.

  9. gundo
    Posted September 9, 2009 at 12:18 pm | Permalink

    oops. Didn’t see the readme. Anyway, seems to work now :)

    Thanks.

  10. Konrad Karpieszuk
    Posted September 9, 2009 at 12:48 pm | Permalink

    @gundo: how did you changed this? you deactivated wp security scan, or you found inside function which changes wp_version? if second, where is it exactly? because i didn’t found :)

  11. gundo
    Posted September 11, 2009 at 1:16 am | Permalink

    I edited out some lines (lines 103-…) in functions.php of the security plugin:

    function mrt_remove_wp_version()
    {
    #if (!is_admin()) {
    # global $wp_version;
    # $wp_version = ‘$wp_version’;
    # }

    }

    Maybe not the best method, but that’s what I did so far.

  12. Posted September 30, 2009 at 4:38 am | Permalink

    Konrad- Thanks for this helpful plugin!

    A “test email” function would be nice. It would allow the user to confirm that their webserver can send emails. I tested mine by changing the primary conditional in version 0.2 from… ‘if ($zm == “upgrade”) {‘ … to … ‘if ($zm != “upgrade”) {‘ temporarily. I changed it back after receiving the email. Keep up the good work,

    -Tyler from Rochester NY USA

  13. Posted October 28, 2009 at 9:10 am | Permalink

    Hi! Abject klooper notwithstanding my english jer, buti definite charming re claim .

  14. Posted November 23, 2009 at 9:04 pm | Permalink

    Chcemy wiecej :D

  15. jppayne
    Posted June 21, 2010 at 1:18 pm | Permalink

    I’m removing this plugin because it emails me every day and all of the components of my website are up to date. My WP version is 3.0, all plugins and themes are up to date.

  16. Posted June 21, 2010 at 1:32 pm | Permalink

    This is a fantastic plugin and, as JPPayne says, it needs to be updated for WP v.3.x.

    I’m assuming there’s a minor edit to the plugin required (probably just changing the major version number).

    • Konrad Karpieszuk
      Posted June 21, 2010 at 3:31 pm | Permalink

      yes, i had thesame problem. but moment ago i uploaded to plugins repository newer version. i hope now everything will be ok

8 Trackbacks

  1. [...] Upgrade Notification by Email [...]

  2. By WordPress Upgrade Notifications by Email on September 8, 2009 at 10:57 am

    [...] this leads me to a handy little plugin called Upgrade Notification by Email written by Konrad Karpieszuk. Install it on your blogs and it will check once a day if a new version of WordPress is out. When [...]

  3. [...] Upgrade Notification by Email [...]

  4. By WordPress Upgrade Notifications by Email on September 9, 2009 at 8:31 am

    [...] Link Author Link Big Thanks goes to [...]

  5. By Upgrade Notifications By Email on September 14, 2009 at 9:02 pm

    [...] all the fuss about what it takes to find out when there is an upgrade available for WordPress, Konrad Karpieszuk took advantage of the situation and created a plugin that provides email notifications on when an [...]

  6. [...] Upgrade Notification by Email [...]

  7. [...] – Upgrade Notifications By Email – Sends daily notifications to admins’ email if installation of WordPress is out of [...]

  8. By Useful WordPress plug-ins : (IP) Law in Canada on June 23, 2010 at 12:44 am

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting