Mini Plugin
test plugin
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/guilamu/mini-plugin/archive/refs/heads/main.zipDeclares an update source (https://github.com/guilamu/mini-plugin), so updates arrive through the plugin's own updater.
From the readme
Mini Plugin
A minimal WordPress plugin to demonstrate proper plugin description and changelog display for GitHub-hosted plugins.
Description
Mini Plugin is a lightweight demonstration plugin that showcases how to properly structure a WordPress plugin hosted on GitHub so that the description and changelog appear correctly when clicking "View details" in the WordPress admin plugins list.
Features
- Clean and minimal codebase
- Proper WordPress plugin headers
- GitHub-ready structure
- Translation-ready with text domain support
Installation
1. Download the latest release from the GitHub releases page.
2. Upload the mini-plugin folder to your /wp-content/plugins/ directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.
Alternatively, you can install directly from GitHub:
1. Go to Plugins Add New in your WordPress admin.
2. Click Upload Plugin.
3. Upload the downloaded ZIP file.
4. Activate the plugin.
Requirements
- WordPress 5.0 or higher
- PHP 7.4 or higher
Changelog
1.0.0 - 2026-01-19
- Initial release
- Basic plugin structure with proper WordPress headers
- Activation/deactivation hooks
- Translation support