Update Pilot
[READ ONLY] Get updates from Update Pilot Server
by WP Elevator · github.com/wpelevator/update-pilot · website
★ 3stars
10release downloads
1composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/wpelevator/update-pilot/releases/download/0.7.0/update-pilot.0.7.0.zipAlso on Packagist as wpelevator/update-pilot:
composer require wpelevator/update-pilotDeclares an update source (https://updates.wpelevator.com/wp-json/update-pilot/v1/plugins), so updates arrive through the plugin's own updater.
From the readme
Update Pilot
Get updates from all Update Pilot Server supported plugins and themes.
Available Hooks
Please note that on WordPress multisite the code using these hooks should be running on the main network site as the WordPress updates happen only there.
Filters:
- updatepilotplugins registers plugin update configuration. Each entry accepts plugin, licensekey, and signingkey.
Integration Guide
1. Setup the Update Pilot Server on your server.
2. Add Update URI header to your plugin https://updates.example.com/wp-json/update-pilot/v1/plugins or theme https://updates.example.com/wp-json/update-pilot/v1/themes.
3. Optinally, include update-pilot.php in the root of your plugin or theme directory to customize any of the update functionality. This file will be included by the Update Pilot even if the rest of your plugin is disabled.
Read the full README on GitHub →