WP Updates Notifier

Wordpress Plugin
Download latest - 1.6

Developers

l3rady

Download Stats

Today 36
Yesterday 50
Last Week 217
All Time 108,303



Releases (14 )

Version Release Date Change Log
1.6 2020-02-14
  • Added slack notifications and testing button
  • Separated notifications so they can be email, slack, or both
  • Reorganized settings page
  • Changed validation to not turn on notifications for email or slack unless required fields are valid
  • Test email or slack message are now triggered with a temporary transient
  • Removed javascript functions
1.4.4 2016-07-06
1.4.3 2015-07-23
  • Repaired all PHP errors being thrown
  • Two new filters added to allow you to alter the email content (sc_wpun_email_subject, sc_wpun_email_content - see readme.txt for examples)
1.4.1 2014-03-17
  • Switch from using site_url() to home_url() in email subject line so not to link to a 404 page.
1.3.2 2012-12-10
  • Added $wp_version globals ( Explains why WordPress Core Updates notifications haven't been working )
  • Added missed variable $cur_wp_version
1.3.1 2012-10-02
  • Fixed PHP Fatal error on line 175.
1.3 2012-03-26
  • Added send test email functionality in settings page.
  • Fixed Call-time pass-by-reference has been deprecated PHP errors.
1.2 2011-11-23
  • Added the ability to allow multiple email address to be added to the notify to setting. Multiple email addresses to be comma separated.
  • Removed code from last version that was left in from dev. Caused WP to check for update on every admin page load.
1.1 2011-09-24
  • Plugin update notification email now includes links to new theme/plugin description and changelog page.
  • Plugin update notification email now shows compatibility of a new plugin. This is same functionality that appears in the WP update area.
  • On plugin activation the first update check is scheduled to run an hour after rather than straight away. This stops current awaiting updates being sent to admin email before you've had chance to change the email settings.
1.0.4 2011-07-05
  • Fixed code to not report multiple times of core upgrades. Plugin now only notifies you once of core upgrade until upgrade is done.
1.0.3 2011-06-16
  • When plugin was deactivated then reactivated the cron was not rescheduled unless the settings were saved. This has now been fixed.
1.0.2 2011-06-01
  • Fixed plugin version
1.0.1 2011-06-01
  • Fixed spelling mistake in deactivate hook that stopped deactivate running properly.
1.0 2011-06-01
  • Initial release