| assets | ||
| inc | ||
| languages | ||
| .gitignore | ||
| composer.json | ||
| gd-maintenance-page.php | ||
| index.php | ||
| README.md | ||
Description
This is a simple WordPress plugin that enables customization of the maintenance page through the admin area.
Installation
Through WordPress backend:
- Download the zip file of this repo to your computer
- Log in to your WordPress admin area, go to "Plugins" -> "Install"
- Click on "Upload file" and choose the zip you just downloaded
- Click on "Activate" after the plugin has been uploaded
Manual installation:
- Download the zip file of this repo to your computer
- Unpack the zip file
- Upload the unpacked folder with a FTP program to "/wp-config/plugins" (default path, maybe different for your WP installation)
- Log in to your WordPress admin area, go to "Plugins" and activate the plugin
Development
All development work is done on this website. This plugin is not published to the official WordPress plugin repository, as I don't have time to support it on their forums.
Note about support:
This plugin is distributed AS IS.
I do not support it in any way. If you have issues, you have to solve them on your own.
I won't add any features, however you can simply fork this repo and start developing anything you need.
Requirements
Requires PHP >= 8.0 and WordPress >= 6.0
Changelog
v1.0.0
- Initial Release
v1.0.1
- Minor bugfixes
- Added styling for radio buttons on options page
- Code cleanup
- Updated translation files and added missing language domains
- Added changelog to readme
v1.1.0
- 🧨 Breaking change: 🧨
Switched the hosting of the plugin development from Github to my self-hosted GitLab instance. The old versions are still available on Github but won't get any further updates. If you installed this plugin via Composer please change the URLs in your composer.json! - 🧨 Breaking change: 🧨
Changed how the settings are stored in the database. If you're already using a previous version, you need to uninstall the plugin and reinstall it! - Compatibility with PHP 8.1 and higher
- Various bugfixes
v1.2.0
- Refactored options page class and removed any methods related to form field output
- Added gdFieldGenerator class as generic form field generator for the options page
- Renamed some files in assets folder
- Updated language files
v1.2.1
- Minor bugfixes for PHP 8.1+ compatibility
Additional information
All my domains (flowzen.de and gitlab.flowzen.de) could have minor errors, since I am developing in my spare time. However, it is usually stable.
Note about versioning: Versions are cut in Major.Minor.Patch schema. Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.