Skip to content

gocom/rah_maintenance

Repository files navigation

rah_maintenance

Download | Packagist | Issues

Togglable maintenance mode option for your Preferences panel. When on, unauthenticated visitors will see your error_503 page template.

Install

Using Composer:

$ composer require rah/rah_maintenance

Or download an installer package.

Usage

To enable maintenance mode, in the admin at Preferences / Site, set Maintenance mode active? option to Yes. Unauthenticated visitors will now see an 503 error page. To change what is displayed on the page, create a page template named error_503.

Changelog

Version 0.2.0 – 2019/04/21

  • Drop backwards compatibility with legacy Textpattern versions.
  • Now requires Textpattern 4.6.0 or newer.
  • Now requires PHP >= 7.2.0.

Version 0.1.1 – 2014/03/28

  • Backwards compatibility with older Textpattern releases.

Version 0.1.0 – 2013/05/15

  • Initial release.