cleanup
This commit is contained in:
parent
d0f6256091
commit
fec4e75dbb
1 changed files with 11 additions and 13 deletions
|
|
@ -1,20 +1,19 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: Gitea Updater
|
* Plugin Name: Gitea Updater
|
||||||
Plugin URI: http://www.paucapo.com
|
* Plugin URI: http://www.paucapo.com
|
||||||
Description: Plugins updater
|
* Description: Plugins updater
|
||||||
Version: 0.1.1
|
* Version: 0.1.1
|
||||||
Author: Pau Capó
|
* Author: Pau Capó
|
||||||
Author URI: http://www.paucapo.com
|
* Author URI: http://www.paucapo.com
|
||||||
Text Domain: gitea
|
* Text Domain: gitea
|
||||||
Gitea Host: https://git.paucapo.com
|
* Gitea Host: https://git.paucapo.com
|
||||||
Gitea URI: wp/gitea-updater
|
* Gitea URI: wp/gitea-updater
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
TODO:
|
# TODO:
|
||||||
* access_token saved for host
|
** branches?
|
||||||
* branches?
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -37,7 +36,6 @@ class Gitea_Updater {
|
||||||
|
|
||||||
public $plugins = array();
|
public $plugins = array();
|
||||||
public $themes = array();
|
public $themes = array();
|
||||||
public $remote_managemnet = true;
|
|
||||||
|
|
||||||
function __construct() {
|
function __construct() {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue