bluehousegroup / silverstripe-upgrade-notification
A module to alert when a newer version of SilverStripe is available
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 8
Forks: 1
Open Issues: 4
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.0
- silverstripe/framework: ~3.0
This package is auto-updated.
Last update: 2021-12-17 08:33:46 UTC
README
A module to alert when a newer version of SilverStripe is available
Install with Composer
composer require bluehousegroup/silverstripe-upgrade-notification
Usage
- example.com/dev/build
- example.com/?flush=all
- example.com/admin?flush=all
- to customize add any of the following config variables to your mysite/_config/config.yml file
UpgradeNotificationPage:
TechnicalContactEmail:
ActionMessageUpToDate: "Congratulations, you are on the most current version of SilverStripe! Woohoo!"
ActionMessageOutOfDate: "Web maintenance is essential to keeping your site performance optimized and secure for you and your visitors. Given the custom features of your site, we would suggest contacting your account manager to discuss what an upgrade will entail"
CustomMenuTextUpToDate:
CustomMenuTextOutToDate:
UpToDateMessage: "Your SilverStripe is up to date."
OutToDateMessage: "Your SilverStripe is out of date."
ShowMenuItemWhenCurrent: true