diff --git a/gitea-updater.php b/gitea-updater.php index 8dd7cb6..a1e16a5 100644 --- a/gitea-updater.php +++ b/gitea-updater.php @@ -3,7 +3,7 @@ * Plugin Name: Gitea Updater * Plugin URI: http://www.paucapo.com * Description: Plugins updater - * Version: 0.3.11 + * Version: 0.3.12 * Author: Pau Capó * Author URI: http://www.paucapo.com * Text Domain: gitea @@ -175,7 +175,6 @@ class Gitea_Updater { // this is a gitea theme $slug = $theme->get_stylesheet(); - var_dump( $slug ); $local_version = strtolower( $headers['Version'] ); if ( isset( $this->themes[ $slug ] ) && ! $this->update( 'themes' ) ) {