Skip to content

Commit

Permalink
Added Nintendo switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Mar 3, 2017
1 parent ec25fdb commit c3fcafd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions marctv-tgdb-importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -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';
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c3fcafd

Please sign in to comment.