This commit is contained in:
Pau Capó 2022-02-02 20:50:47 +01:00
parent 9d9192ef5d
commit 6607c32dd7

View file

@ -3,7 +3,7 @@
* 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.3.11 * Version: 0.3.12
* Author: Pau Capó * Author: Pau Capó
* Author URI: http://www.paucapo.com * Author URI: http://www.paucapo.com
* Text Domain: gitea * Text Domain: gitea
@ -175,7 +175,6 @@ class Gitea_Updater {
// this is a gitea theme // this is a gitea theme
$slug = $theme->get_stylesheet(); $slug = $theme->get_stylesheet();
var_dump( $slug );
$local_version = strtolower( $headers['Version'] ); $local_version = strtolower( $headers['Version'] );
if ( isset( $this->themes[ $slug ] ) && ! $this->update( 'themes' ) ) { if ( isset( $this->themes[ $slug ] ) && ! $this->update( 'themes' ) ) {