=== Up2date Notifier === Contributors: mbs1337 Donate link: https://e-studio.dk Tags: updates, notifications, email, admin, monitoring Requires at least: 6.5 Tested up to: 6.9.1 Requires PHP: 8.0 Stable tag: 1.0.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Sends email notifications when WordPress core, plugins, themes, or translations are updated. == Description == **Up2date Notifier** automatically monitors your WordPress site and sends email notifications when updates are completed. = Features = * **Core Updates** - Get notified when WordPress core is updated * **Plugin Updates** - Get notified when any plugin is updated * **Theme Updates** - Get notified when any theme is updated * **Translation Updates** - Get notified when translations are updated * **Dual Recipients** - Emails sent to both admin and a support address * **Lightweight** - No settings page, no bloat, just works = Use Cases = * **Web Agencies** - Keep track of client site updates * **Site Administrators** - Monitor automatic updates on your sites * **Developers** - Stay informed about changes to production sites == Installation == 1. Upload the `up2date-notifier` folder to `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Done! The plugin works automatically with no configuration needed == Frequently Asked Questions == = Where are notifications sent? = Notifications are sent to: 1. The WordPress admin email (Settings → General) 2. A predefined support email address (editable in the plugin file) = How do I change the support email address? = Edit `up2date-notifier.php` and change the email on line 127: `$support_email = 'your-email@example.com';` = Does this plugin have a settings page? = No. The plugin is designed to be lightweight and "set it and forget it". It works automatically after activation. = Will this slow down my site? = No. The plugin only runs when an update is completed, not on every page load. = Does it work with automatic updates? = Yes! It works with both manual and automatic WordPress updates. == Screenshots == 1. Example notification email sent after a plugin update == Changelog == = 1.0.1 = * Improved short description for WordPress.org guidelines * Updated readme with FAQ section = 1.0.0 = * Initial release * Email notifications for WordPress core updates * Email notifications for plugin updates * Email notifications for theme updates * Email notifications for translation updates == Upgrade Notice == = 1.0.1 = Minor readme improvements. No code changes. = 1.0.0 = Initial release of Up2date Notifier.