Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtoensing/wp-tgdb-importer
A 'The Game Database Importer' for Wordpress.
https://github.com/mtoensing/wp-tgdb-importer
Last synced: 1 day ago
JSON representation
A 'The Game Database Importer' for Wordpress.
- Host: GitHub
- URL: https://github.com/mtoensing/wp-tgdb-importer
- Owner: mtoensing
- Created: 2014-12-19T19:16:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T21:54:34.000Z (over 6 years ago)
- Last Synced: 2024-11-08T18:03:52.573Z (about 2 months ago)
- Language: PHP
- Homepage: http://SHORTSCORE.org
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
# TheGameDataBase Importer #
Contributors: MarcDK
Tags: tgdb, shortscore, API, TheGameDB
Requires at least: 3.0
Tested up to: 4.1
Stable tag: 1.5
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Plugin URI: mtoensing/wp-tgdb-importerImports games from TheGameDatabase API as "game" post types.
## Description ##
Uses TheGameDB API to generate custom post type 'game' and save them to Wordpress with taxonomies and custom fields.
Implements a wp cron to pull for updates.## Features ##
## Changelog ##
### 1.2 ###
* Added Nintendo Switch
### 0.9 ###
* commented code
### 0.8 ###
* wp cron for api updates
* publisher and peveloper as taxonomy.
* much better id handling.
* better looking import menu.
* smarter logging.### 0.7 ###
Custom field "score" initalised with 0.
Refactoring.### 0.6 ###
error logging to custom log
display custom log on import
update method for new content for the same game### 0.5 ###
* overview to custom field.
* better error handling.### 0.4 ###
* Extended image support.
* Refactoring.### 0.3 ###
* basic image import
* Add ESBN and Youtube### 0.2 ###
* adds platforms to posts as terms.
* adds genres to posts as terms.
* imports class of game-api.
* added function to check if title exists and then adding platform.
* better validation.### 0.1 ###
* Imports some games as game post types with title, body, publisher, developer as drafts
* Imports platform taxonomy terms with a check if they are already present.
* Check if tgdb id is already present.