2017 © Pedro Peláez
 

silverstripe-module silverstripe-upgrade-notification

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

image

bluehousegroup/silverstripe-upgrade-notification

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

  • Friday, January 15, 2016
  • by andrew@bluehousegroup.com
  • Repository
  • 7 Watchers
  • 10 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Silverstripe Upgrade Notification

A module to alert when a newer version of SilverStripe is available, (*1)

Screenshot, (*2)

Screenshot, (*3)

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

The Versions

15/01 2016

dev-master

9999999-dev

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

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe upgrade