=== 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 Requires PHP: 8.0 Stable tag: 1.0.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html A simple WordPress plugin that sends email notifications to the site administrator and a predefined support address whenever WordPress core, plugins, themes, or translations are updated. == Description == Update Notifier automatically monitors your WordPress site for updates and sends email notifications when: * WordPress core is updated * Plugins are updated * Themes are updated * Translations are updated The notification email includes details about what was updated and is sent to both the site administrator (configured in WordPress settings) and a predefined support email address. == Installation == 1. Download or clone this repository 2. Upload the `up2date-notifier` folder to `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress == Configuration == The plugin sends emails to: * The WordPress administrator email (set in Settings → General) * A predefined support email address (currently hardcoded in the plugin) To change the support email address, edit `up2date-notifier.php` and modify line 123: `$support_email = 'your-email@example.com';` == Requirements == * WordPress 6.5 or higher * PHP 8.0 or higher == Changelog == = 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.0 = Initial release of Up2date Notifier.