wp-updates-notifier
wp-updates-notifier copied to clipboard
Add setting to enable the sending of plugin update notifications
@EvanHerman fancy taking on this abandoned pull request?
@l3rady I'd love to, I'll send over a pull request in a bit.
Evan
As a follow up, I've been working on this PR. I have the three options saving, but the option for "send notifications only when new versions are found" is not working as intended. The other two are.
I will continue working and testing this PR.
I'll pickup this PR in a little while if there aren't any objections, I was going to split up how the notifications are stored in the settings so that whenever a new update is available and notified, the timestamp of notification is logged with the item that is to be updated itself, this way we can add nag notifications and a frequency with them, so you can set a nag frequency of a week, then it will check whenever cron runs the last time a notification was sent for a particular plugin and send only that one. just an idea. but happy to pick this up.