Plugin extends WordPress updates mechanism, and when WordPress checks for a plugins or themes updates, the Updater also check for that updates in configured custom GlotPress instance, and let’s the WordPress knows when an update is available.
Extra headers:
GlotPress API URI: this is the URL to our GlotPress, eg: https://glotpress.local/
GlotPress API Path: this is the path to our project, eg: appthemes/clipper/2.0.x
Plugin: add extra headers to main plugin file, eg. wp-plugin.php
/*
Plugin Name: My Plugin
Version: 1.2.3
GlotPress API URI: https://glotpress.local/
GlotPress API Path: mycompany/myplugin/1.2.x
*/
Theme: add extra headers to style.css
/*
Theme Name: My Theme
Version: 2.5.0
GlotPress API URI: https://glotpress.local/
GlotPress API Path: mycompany/mytheme/2.x
*/
