Skip to content

SecretumTheme/secretum-updater

Repository files navigation

Secretum Updater

Updates the Secretum Theme & Secretum Plugins.

Description

Updates the Secretum Theme & Secretum Plugins.

License

This is a freemium plugin. The Secretum Updater plugin is licensed under GNU GPLv3 under all conditions accept when the plugin is packaged and sold with other premium themes/plugins/services. More information coming soon about commercial licenses.

** This plugin can not packaged with themes within the WordPress repo.

Using

Pending...

if (file_exists(WP_PLUGIN_DIR . '/secretum-updater/puc/plugin-update-checker.php')) {
    include_once(WP_PLUGIN_DIR . '/secretum-updater/puc/plugin-update-checker.php');
    $secretum_hf_updater = \Puc_v4_Factory::buildUpdateChecker(
        'https://domain.com/updates.json',
        __FILE__,
        'plugin-slug-name'
    );
}

themes: updates.json

 {
    "version": "0.0.x",
    "details_url": "https://domain.com/details",
    "download_url": "https://domain.com/download.zip"
 }

plugins: updates.json

{
	"name" : "Plugin Name",
	"version" : "0.0.x",
	"download_url" : "https://domain.com/download.zip",
	"sections" : {
		"description" : "About...."
	}
}

Changelog

= 0.0.1 2018-12-11 =

Alpha Release - Ready For Public Use

About

Updates Secretum Theme & Plugins.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages