Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nielslange/smntcs-admin-maintenance
Enables admins to put the Administration Screens into maintenance mode.
https://github.com/nielslange/smntcs-admin-maintenance
smntcs smntcs-plugin wordpress-plugin
Last synced: 11 days ago
JSON representation
Enables admins to put the Administration Screens into maintenance mode.
- Host: GitHub
- URL: https://github.com/nielslange/smntcs-admin-maintenance
- Owner: nielslange
- License: gpl-2.0
- Created: 2017-05-29T02:58:17.000Z (over 7 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-02T08:56:31.000Z (about 1 month ago)
- Last Synced: 2024-10-10T02:22:33.608Z (29 days ago)
- Topics: smntcs, smntcs-plugin, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/smntcs-admin-maintenance/
- Size: 946 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMNTCS Admin Maintenance
![Support Level](https://img.shields.io/badge/support-active-green.svg)
![Build Status](https://github.com/nielslange/smntcs-admin-maintenance/actions/workflows/test.yml/badge.svg)
![GPLv2 License](https://img.shields.io/github/license/nielslange/smntcs-admin-maintenance.svg)
![Compatible to WordPress version](https://plugintests.com/plugins/smntcs-admin-maintenance/wp-badge.svg)
![Compatible to PHP version](https://plugintests.com/plugins/smntcs-admin-maintenance/php-badge.svg)
![Downloads](https://img.shields.io/wordpress/plugin/dt/smntcs-admin-maintenance.svg)
![Plugin Version](https://img.shields.io/wordpress/plugin/v/smntcs-admin-maintenance.svg)
![Tag Version](https://img.shields.io/github/tag/nielslange/smntcs-admin-maintenance.svg)Enables admins to put the Administration Screens into maintenance mode.
## Installation
1. Upload `smntcs-admin-maintenance` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the `Plugins` menu in WordPress.
3. Go to `Appearance » Customize » Admin Maintenance` and put the Administration Screens into maintenance mode if necessary.## Plugin page
You can find the plugin on https://wordpress.org/plugins/smntcs-admin-maintenance/.
## Changelog
### 2.2 (2024.10.02)
- Test up to WordPress 6.6
### 2.1 (2023.10.15)
- Test up to WordPress 6.4
### 2.0 (2022.12.03)
- Test up to WordPress 6.1
### 1.10 (2022.05.07)
- Test up to WordPress 6.0
### 1.9 (2022.04.20)
- Test up to WordPress 5.9
### 1.8 (2022.01.09)
- Test up to WordPress 5.8
### 1.7 (2020.12.22)
- Add e2e tests
- Test up to WordPress 5.6### 1.6 (2019.10.13)
- Test up to WordPress 5.3
### 1.5 (2019.05.13)
- Test up to WordPress 5.2
- Update GPLv2 to GPLv3### 1.4 (2019.04.04)
- Refactored based on PHPCS and WPCS
### 1.3 (2019.03.20)
- Test up to WordPress 5.1
### 1.2 (2018.03.18)
- Added README.md
### 1.1 (2018.03.18)
- Added language support
### 1.0 (2018.03.18)
- Initial release