Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

bluehousegroup/silverstripe-upgrade-notification

Repository files navigation

Silverstripe Upgrade Notification

A module to alert when a newer version of SilverStripe is available

Screenshot

Screenshot

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

About

A module to alert when a newer version of SilverStripe is available

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published