This commit is contained in:
Pau Capó 2017-03-15 13:17:45 +01:00
parent d0f6256091
commit fec4e75dbb

View file

@ -1,20 +1,19 @@
<?php
/*
Plugin Name: Gitea Updater
Plugin URI: http://www.paucapo.com
Description: Plugins updater
Version: 0.1.1
Author: Pau Capó
Author URI: http://www.paucapo.com
Text Domain: gitea
Gitea Host: https://git.paucapo.com
Gitea URI: wp/gitea-updater
* Plugin Name: Gitea Updater
* Plugin URI: http://www.paucapo.com
* Description: Plugins updater
* Version: 0.1.1
* Author: Pau Capó
* Author URI: http://www.paucapo.com
* Text Domain: gitea
* Gitea Host: https://git.paucapo.com
* Gitea URI: wp/gitea-updater
*/
/*
TODO:
* access_token saved for host
* branches?
# TODO:
** branches?
*/
@ -37,7 +36,6 @@ class Gitea_Updater {
public $plugins = array();
public $themes = array();
public $remote_managemnet = true;
function __construct() {