rah / rah_maintenance
Maintenance mode for Textpattern CMS
Package info
github.com/gocom/rah_maintenance
Type:textpattern-plugin
pkg:composer/rah/rah_maintenance
Fund package maintenance!
0.2.0
2019-04-20 22:34 UTC
Requires
- php: >=5.6.0
- textpattern/installer: *
- textpattern/lock: >=4.6.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-16 12:55:56 UTC
README
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.