-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
78 lines (51 loc) · 1.52 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# 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-importer
Imports 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.