l3rady / wp-updates-notifier

Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.
29 stars 22 forks source link

=== Plugin Name === Contributors: l3rady, eherman24, alleyinteractive Donate link: http://l3rady.com/donate Tags: admin, theme, monitor, plugin, notification, upgrade, security Requires at least: 3.1 Tested up to: 5.3 Stable tag: 1.6 License: GPLv3 or later

Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.

== Description ==

Monitors your WordPress installation for core, plugin and theme updates and emails you when they are available. This plugin is ideal if you don't login to your WordPress admin regularly or you support a client's website.

Features

This plugin is a fork of Update Notifier. This plugin was forked because there seemed to be no further development on the existing plugin and there was no way to contact the original author to ask about taking ownership. WP Updates Notifier has the following improvements over Updates Notifier:

Languages

== Installation ==

== Screenshots ==

  1. Settings page
  2. Email alert

== Changelog ==

= 1.6 =

= 1.5.1 =

= 1.5 =

= 1.4.4 =

= 1.4.3 =

= 1.4.2 =

= 1.4.1 =

= 1.4 =

= 1.3.2 =

= 1.3.1 =

= 1.3 =

= 1.2 =

= 1.1 =

= 1.0.4 =

= 1.0.3 =

= 1.0.2 =

= 1.0.1 =

= 1.0 =

== Filters ==

Two filters have been provided to allow you to alter the email subject and email content being sent by WP Updates Notifier.

sc_wpun_email_subject

@parameters:
$email_subject - the email subject to be filtered.

Example: ` /*

sc_wpun_email_content

@parameters:
$message - the content of the email to be filtered

Example: ` /*