Lite Updater
Simple integration for updating plugins and themes from Git Updater based update servers.
★ 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/afragen/lite-updater/archive/refs/heads/develop.zipDeclares an update source (afragen/lite-updater), so updates arrive through the plugin's own updater.
From the readme
Lite Updater
Contributors: afragen
Tags: plugin, theme, updater, git updater
Requires at least: 6.6
Requires PHP: 7.4
Tested up to: 6.8
Donate link:
License: MIT
A simple plugin to enable automatic updates to your git hosted WordPress plugins or themes from a Git Updater based Update API server.
Description
This plugin was designed to be added to your git hosted plugin or theme to enable updates directly from git hosts. This plugin will determine which plugins/themes have data in the Update URI header and might be integrated with Git Updater Lite. It will then process any relevant packages via Git Updater Lite.
You must have a publicly reachable site that will be used for dynamically retrieving the update API data.
Git Updater is required on a site serving as the Update API Server.
All of your plugins/themes must be added to Git Updater's Additions tab.
You must be using Git Updater v12.9.0 or better.
Git Updater is capable of returning a REST endpoint containing the pluginsapi() or themesapi() data for your plugin/theme.
The REST endpoint format is as follows.
plugins - https://my-site.com/wp-json/git-updater/v1/update-api/?slug=my-plugin
themes - https://my