bluehousegroup/silverstripe-upgrade-notification

This package is abandoned and no longer maintained. No replacement package was suggested.

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

dev-master 2016-01-15 12:37 UTC

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

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