1.0 KiB
1.0 KiB
Pressable Cache Management — Developer Notes
GitHub Auto-Updates
This plugin uses YahnisElsts/plugin-update-checker v5.6 to deliver automatic updates directly from GitHub to WordPress sites running the plugin.
The library is already bundled at includes/plugin-update-checker/ — no Composer or manual steps needed.
Only the files required for GitHub plugin updates are included (32 files). Excluded: DebugBar UI,
Theme update support, BitBucket/GitLab APIs.
How to release an update
- Bump
Version:inpressable-cache-management.php— e.g.5.2.4 - Update the
readme.txtchangelog - Commit and push to
main - In GitHub → Releases → Draft a new release
- Tag:
v5.2.4(with thevprefix, matching the version number) - Attach the plugin
.zipas a release asset - Publish
WordPress sites detect the new version within ~12 hours and show the standard update notice. Clicking it installs exactly like a wordpress.org plugin.