Better Updates is a powerful Craft CMS plugin designed to help you monitor updates and license statuses seamlessly.
- Track updates for Craft CMS and installed plugins.
- Send email notifications for available updates.
- Configurable notification frequency (daily, weekly, monthly).
- Supports Craft CMS 5
- Craft CMS: "^5.0 < 6.0"
- Install the plugin:
composer require colin-dorr/better-updates
- Enable the plugin:
php craft plugin/install better-updates
Configure your plugin settings in the Craft CMS Control Panel under Settings > Better Updates. Adjust:
- Email for notifications.
- Notification frequency (daily, weekly, bi-weekly, monthly).
- Day of the week for notifications.
Check for updates and display available updates:
php craft better-updates/check
Force an update check, bypassing validation:
php craft better-updates/check --force
Send a test email notification:
php craft better-updates/test-notify
Validate current update settings and view validation status:
php craft better-updates/test-validation
For more detailed documentation, visit the GitHub repository.
This plugin is open-sourced under the MIT License.
Elevate your Craft CMS experience by keeping your system updated with Better Updates! 🚀