To enable private updates, make sure your ZIP contains a valid WordPress plugin or theme with the correct Update URI in file's headers.

Need help?
Check the full documentation here.

Drag your plugin or theme zip here
or
Choose a file
<?php
/*
* Plugin Name: My Basics Plugin
* Plugin URI: https://example.com/plugins/the-basics/
* Description: Handle the basics with this plugin.
* Version: 1.10.3
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: John Smith
* Author URI: https://author.example.com/
* Update URI: https://registry.wp-content.io
*/
Click to copy this line to your clipboard Copied to clipboard!