-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
293 lines (199 loc) · 3.38 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
=== Weblex Importer ===
Contributors: 19h47
Tags: rss, importer
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.3.5
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Import posts from a Weblex RSS feed.
== Description ==
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `weblex-importer` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
= 0.0.0 =
* Initial Release
= 0.0.1 =
* Test Release
= 0.0.2 =
* Test Release
= 0.0.3 =
* Disable WP_MEMORY_LIMIT
= 0.0.4 =
* Add Category taxonomy
* i18n
= 0.0.5 =
* Fix languages files
* Fix typo
= 0.0.6 =
* Add get_the_term_list to template
= 0.0.7 =
* Bugfix
* Change archive slug for les-infos-du-jour
= 0.0.8 =
* Bugfix
= 0.0.9 =
* Bugfix
= 0.0.10 =
* Change tag and category slug
= 0.0.11 =
* Add archive category template
= 0.0.12 =
* Fix pre_get_posts on taxonomy archive
= 0.0.13 =
* Set post thumbnail
= 0.0.14 =
* Set date column
= 0.0.15 =
* Add post thumbnail to archive
= 0.0.16 =
* Remove archive
* Fix load_plugin_textdomain
* Quizz JavaScript
= 0.0.17 =
* Fox categories import
= 0.0.18 =
* Excerpt field
= 0.0.19 =
* Fix
= 0.0.20 =
* Fix
= 0.0.21 =
* Read more link
= 0.0.22 =
* Fix wp_insert_term
= 0.0.23 =
* Fix when feed item doesn't have content
= 0.0.24 =
* Check for content to display readmore link
= 0.0.25 =
* Release Date - 21 September 2021
= 0.0.26 =
* Change tag name
= 0.0.27 =
* Add some tag slug to check
= 0.0.28 =
* Fix get_tag
= 0.0.29 =
* Add new slugs
* Delete attachment when post is delete
= 0.1.0 =
* Naming
= 0.1.1 =
* Fix
= 0.1.2 =
* Fix
= 0.1.3 =
* Fix weblex_importer_options in CRON job
= 0.1.4 =
* Fix CRON job
= 0.1.5 =
* Fix function name
= 0.1.6 =
* Change JS Quizz behavior
= 0.1.7 =
* Add LES INDICATEURS tag
* Add L'AGENDA tag
= 0.1.8 =
* Clean code
= 0.2.0 =
* Adding Activities taxonomy
* Get Activities from feed
= 0.2.1 =
* Fix and test Activities taxonomy
= 0.2.2 =
* Add activity taxonomy archive template
= 0.2.3 =
* Remove var_dump
= 0.2.4 =
* Remove tag from teaser
= 0.2.5 =
* Fixes JS
* Add keyword taxonomy
= 0.3.0 =
* Change ID logique
= 0.3.1 =
* Performance
= 0.3.2 =
* Remove date on category archive
= 0.3.3 =
* Hierachical tag
= 0.4.0 =
* WebLex to Weblex
= 0.5.0 =
* Recent posts widget
= 0.6.0 =
* Update translations
= 0.6.1 =
* Missing translation
= 0.7.0 =
* Fix get_tag_by_name (get term by slug instead of name)
= 0.8.0 =
* Show thumbnail in Recent posts widget
= 0.8.1 =
* Fix
= 0.8.2 =
* Fix
= 0.8.3 =
* Fix
= 0.8.4 =
* Fix
= 0.8.5 =
* Fix
= 0.8.6 =
* Typo
* i18n
= 0.8.7 =
* i18n
= 0.8.8 =
* i18n
= 1.0.0 =
* Option to import post as WordPress post
= 1.0.1 =
* i18n
= 1.0.2 =
* Fix
= 1.0.3 =
* Fix
= 1.0.4 =
* Fix
= 1.0.5 =
* Fix
= 1.0.6 =
* Fix
= 1.0.7 =
* Fix
= 1.0.8 =
* Fix
= 1.0.9 =
* Fix
= 1.0.10 =
* Fix
= 1.0.11 =
* Fix
= 1.0.12 =
* Fix
= 1.0.13 =
* Fix
= 1.0.14 =
* Fix fetch method when fetch_feed return a WP_Error
= 1.0.15 =
* Fix get_activities method
= 1.0.16 =
* Add NR-CO tag names
= 1.0.17 =
* Add tag name
= 1.0.18 =
* Deenqueue empty CSS file
= 1.0.19 =
* Check if option post exist
= 1.0.20 =
* Check if option post type exist
= 1.0.21 =
* Remove unnecessary type
* Upgrade dependencies
== Upgrade Notice ==