forked from importwp/importwp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
152 lines (97 loc) · 4.66 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
=== ImportWP ===
Contributors: jcollings
Tags: wordpress importer, xml importer, csv importer, import users, import posts, import categories, import tags, import custom post types, jc importer, importwp
Requires at least: 4.0
Tested up to: 4.8
Stable tag: 0.5
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Donate link: https://www.importwp.com/
ImportWP allows you to easily import users, posts, custom post types and taxonomies from XML and CSV files.
== Description ==
ImportWP is an Advanced Wordpress CSV/XML Importer, allowing you to easily drag and drop data into import templates. ImportWP has been built with developers in mind allowing import templates to be easily created and mapped to post_types, taxonomies, users, or tables.
= Features =
* Import from XML and CSV files.
* Import WordPress Users.
* Import WordPress Posts.
* Import WordPress Pages.
* Import WordPress Taxonomies.
* Import WordPress Attachments.
* Import Custom Fields **(Requires Pro)**
* Import to Custom Post Types **(Requires Pro)**
* Schedule Imports **(Requires Pro)**
ImportWP is a base for importing files into wordpress which can be extended upon to create custom templates and parsers specific to your needs, for more details [view the documentation](https://www.importwp.com/documentation/).
== Installation ==
1. Upload 'jc-importer' to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Click on the new menu item "ImportWP" and start importing.
For further documentation on installing and using ImportWP features can be found [here](https://www.importwp.com/documentation/).
== Frequently Asked Questions ==
= How do i create an importer =
Documentation on adding an importer can be viewed [here](https://www.importwp.com/documentation/adding-an-importer/)
= What settings does each importer have =
Documentation on using the importer settings can be found [here](https://www.importwp.com/documentation/importer-settings/)
= How to import from an XML file =
A guide to importing data from an xml file can be viewed [here](https://www.importwp.com/documentation/importing-from-xml-file/)
= How to import from an CSV file =
A guide to importing data from an csv file can be viewed [here](https://www.importwp.com/documentation/importing-from-csv-file/)
= How do i run an importer once it is setup =
A guide to running and pausing an import can be viewed [here](https://www.importwp.com/documentation/running-an-import/)
== Screenshots ==
1. ImportWP, New importer screen
2. ImportWP, Post template setup screen
3. ImportWP, Run import page
4. ImportWP, Import history page
== Changelog ==
= 0.5 =
* Add tooltips to title, slug, content and excerpt fields.
* Add the ability to import attachments from a local folder.
* Fix - Issue with php7.1.1 and saving of template data throwing warning for type missmatch string to array.
= 0.4.1 - 08/06/2017 =
* Fix admin redirect when uploading new file on edit screen
* Add filter to change template name when importer is created: jci/importer/template_name
= 0.4 - 20/05/2017 =
* Add filter to alter field data: jci/parse_csv_field and jci/parse_xml_field
* Add filter to alter specific field data: jci/parse_csv_field/{{field_name}} and jci/parse_xml_field/{{field_name}}
* UI Improvements
= 0.3.1 - 11/04/2017 =
* Change Interfaces
* Change upgrade notices
= 0.3 - 26/03/2017 =
* Rename plugin to ImportWP
* Fix Broken unit tests, make it work with WP 4.7.3
* Simplify Creation Process
= 0.2 =
* fix wrong user version importer tag when adding
* allow addition of user meta values (add/edit)
= 0.1.9 =
* Improve create importer screen.
* fix misspelled version variable causing warnings
= 0.1.8 =
* Fix get_groups() issue in mapper
= 0.1.7 =
* Update XML node selector modal window
= 0.1.6 =
* set default options to field dropdown list
* skip empty attachments, and taxonomies
* move preview record box next to fields
= 0.1.5 =
* Disable attachment check when switching importer file from list due to empty results
* Add XMLReader library for creating xml node and element selectors
= 0.1.4 =
* Switch saving importer files as attachments to custom post type, stopping filling media library with files
* Clear current import status on new file upload globally
= 0.1.3 =
* Add file session storage for CSV import
* Save session between imports to keep track of file pointer position
* Allow multiple records to be imported per ajax request
= 0.1.2 =
* Improved import speed
* Fixed attachment import error message
* Added importer permissions to add screen
= 0.1.1 =
* Allow page authors to use username, or ID
* Fix post author and post name
* Add Tax Template and Maper
= 0.1 =
* JC Importer