diff --git a/marctv-tgdb-importer.php b/marctv-tgdb-importer.php index 4aad49e..4a7cf82 100644 --- a/marctv-tgdb-importer.php +++ b/marctv-tgdb-importer.php @@ -4,10 +4,11 @@ Plugin Name: The GameDatabase Importer Plugin URI: http://marc.tv/blog/marctv-wordpress-plugins/ Description: Imports games from TheGameDatabase API as "game" post types. -Version: 1.0 +Version: 1.1 Author: Marc Tönsing Author URI: marc.TV License URI: http://www.gnu.org/licenses/gpl-2.0.html +GitHub Plugin URI: mtoensing/wp-tgdb-importer */ require_once('classes/game-api.php'); @@ -49,7 +50,8 @@ class MarcTVTGDBImporter 'Nintendo Entertainment System (NES)', 'Nintendo 64', 'Nintendo Wii', - 'Nintendo Wii U' + 'Nintendo Wii U', + 'Nintendo Wii Switch' ); private $image_type = 'front'; private $pluginPrefix = 'marctv-tgdb'; diff --git a/readme.txt b/readme.txt index 394ce48..e07da58 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,10 @@ Contributors: MarcDK Tags: tgdb, shortscore, API, TheGameDB Requires at least: 3.0 Tested up to: 4.1 -Stable tag: 1.0 +Stable tag: 1.1 License: GPL2 -License URI: http://www.gnu.org/licenses/gpl-2.0.html +License URI: http://www.gnu.org/licenses/gpl-2.0.html +GitHub Plugin URI: mtoensing/wp-tgdb-importer Imports games from TheGameDatabase API as "game" post types.