Checks, if there are updates available for installed extensions and sends an email
This extension provides a scheduler job. This job checks, if there are updates available for installed extensions and sends an email.
- You can exclude extensions, which should be excluded from this check
Install this extension via composer
composer req peterbenke/pb-check-extensions
- Go to the scheduler and create a new scheduler job pb_check_extensions => "Check extensions for update"
- Input values for the following fields: "Email subject", "Email address from", "Send email to addresses", "Exclude extensions" (if needed)
Important
To get this extension running, you also have to create a system scheduler job extensionmanager => "Update extension list". Take care to run this scheduler job before the pb_check_extensions-job.
Version | Changes |
---|---|
12.4.0 | Compatibility TYPO3 12 |
11.5.1 | Some cleanups |
11.5.0 | Compatibility TYPO3 11 |
10.4.0 | Some cleanups |
3.0.0 | Compatibility TYPO3 10 |
2.0.0 | Compatibility TYPO3 9 |
1.1.0 | Bugfix Namespace Utilities |
1.0.1 | Update documentation |
1.0.0 | Init Version |