Update Pilot

Provides automatic updates for WordPress plugins and themes with UpdateURI pointed at an Update Pilot Server.

Update Pilot plugin settings

Install Update Pilot

The plugin is currently in active development and being tested on multiple sites with various setups to ensure wide compatibility.

Use the link below to download the latest version of the plugin and install it manually under “Plugins” → “Add New” → “Upload Plugin” (button):

Install using Composer

Require the package in your project:

composer require wpelevator/update-pilot

Use the installer-paths configuration to install the plugin in a specific directory of your project by adding this to your composer.json:

{
	"extra": {
		"installer-paths": {
			"wp-content/plugins/{$name}": ["type:wordpress-plugin"],
			"wp-content/themes/{$name}": ["type:wordpress-theme"]
		}
	}
}

where wp-content/plugins/{$name} is the desired location for your plugins.

Install using FAIR Connect

Using FAIR Connect plugin, search for the following DID:

did:plc:etmyqc6vq2ruw7eltvpapvjk

Automatic Updates

Update Pilot uses itself to keep itself updated.

Source Code

The source code is available on GitHub.