cleanup
This commit is contained in:
parent
d0f6256091
commit
fec4e75dbb
1 changed files with 11 additions and 13 deletions
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue