gn36 / versionchecknotifier
This extension checks for extension and phpBB updates periodically and notifies admins about updates.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 7
Type:phpbb-extension
Requires
- php: >=5.4
Requires (Dev)
- phpbb/translation-validator: 1.3.*
This package is auto-updated.
Last update: 2024-10-29 23:09:58 UTC
README
This extension will check for new versions of all extensions (including this one) and phpBB periodically and notifies the administrators about any available updates found. This uses the regular phpBB version check mechanism, so no configuration is needed.
Current features:
- Check the version of all extensions and notify administrators of any updates
- Check the version of phpBB and notify administrators of any updates
This extension is currently not compatible to phpBB 3.2.
Installation
Clone into ext/gn36/versionchecknotifier:
git clone https://github.com/gn36/phpbb-ext-versionchecknotifier ext/gn36/versionchecknotifier
Go to "ACP" > "Customise" > "Extensions" and enable the "gn36 - Version Check Notifier" extension.
Development
If you find a bug, please report it on https://github.com/gn36/phpbb-ext-versionchecknotifier
Automated Testing
We will use automated unit tests including functional tests to prevent regressions. This will be updated with our travis build once it is working: