Alynt Plugin Updater
A lightweight WordPress plugin that enables automatic updates for GitHub-hosted plugins. Works like Git Updater but focused on simplicity — GitHub public repositories only, using WordPress's native update system.
by Alynt · github.com/nichlasb/alynt-plugin-updater · website
★ 0stars
28release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/nichlasb/alynt-plugin-updater/releases/download/v1.1.5/alynt-plugin-updater-v1.1.5.zipDeclares an update source (NichlasB/alynt-plugin-updater), so updates arrive through the plugin's own updater.
From the readme
Alynt Plugin Updater
A lightweight WordPress plugin that enables automatic updates for GitHub-hosted plugins. Uses WordPress's native update system with GitHub public releases.
Features
- Checks GitHub releases for new versions
- Supports tags formatted as v1.0.0 or 1.0.0
- Automatic fallback to tags API when releases are unavailable
- Per-plugin "Check for updates" link in the plugins list
- Optional GitHub webhook support for instant update checks
- Settings page with status, cache controls, and webhook setup
- Configurable check frequency (every 6, 12, 24 hours, or weekly)
- GitHub API rate limit tracking and handling
- Comprehensive caching system to minimize API requests
- Preserves managed plugins' active state and active-list order during programmatic updates
Requirements
- WordPress 6.0 or higher
- PHP 7.4 or higher
- Composer (for development)
- Node.js 14+ and npm (for asset building)
Installation
1. Upload the alynt-plugin-updater folder to /wp-content/plugins/.
2. Activate the plugin via the WordPress admin.
3. Visit Settings → Plugin Updater to configure options.
Registering a Plugin
Add a header to the plugin's main file:
Or use the full URL:
Webhook Setup
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.1.5 | Jul 18, 2026 | alynt-plugin-updater-v1.1.5.zip | 12 |
| v1.1.4 | Jul 18, 2026 | alynt-plugin-updater-v1.1.4.zip | 1 |
| v1.1.3 | Jul 18, 2026 | alynt-plugin-updater-v1.1.3.zip | 2 |
| v1.1.2 | Jul 17, 2026 | alynt-plugin-updater-v1.1.2.zip | 5 |
| v1.1.1 | Mar 23, 2026 | alynt-plugin-updater-v1.1.1.zip | 6 |
| v1.1.0 | Mar 20, 2026 | alynt-plugin-updater-v1.1.0.zip | 0 |
| v1.0.0 | Jan 26, 2026 | alynt-plugin-updater-v1.0.0.zip | 2 |