summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/INSTALL.md
blob: a0fc3c48713cd3b81cc34a7b71064a550f6dc15b (plain)
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
# Maps installation

These are the installation and configuration instructions for the [Maps extension](README.md).

## Download and installation

See the [installation instructions](https://www.semantic-mediawiki.org/wiki/Maps/Installation)

## Configuration

See the [configuration documentation](https://www.semantic-mediawiki.org/wiki/Maps/Configuration)

## Platform compatibility and release status

The PHP and MediaWiki version ranges listed are those in which Maps is known to work. It might also
work with more recent versions of PHP and MediaWiki, though this is not guaranteed. Increases of
minimum requirements are indicated in bold. For a detailed list of changes, see the [release notes](RELEASE-NOTES.md).

<table>
	<tr>
		<th>Maps<br>&nbsp;</th>
		<th>PHP<br>&nbsp;</th>
		<th>MediaWiki<br>&nbsp;</th>
		<th>Semantic MediaWiki<br>(optional)</th>
		<th>Release status<br>&nbsp;</th>
	</tr>
	<tr>
		<th>7.14.x</th>
		<td>7.1 - 7.4+</td>
		<td>1.31 - 1.34+</td>
		<td>3.0 - 3.1</td>
		<td>Planned Q4 2019</td>
	</tr>
	<tr>
		<th>7.13.x</th>
		<td>7.1 - 7.4</td>
		<td>1.31 - 1.34</td>
		<td>3.0 - 3.1</td>
		<td><strong>Stable release</strong></td>
	</tr>
	<tr>
		<th>7.12.x<br>-<br>7.10.x</th>
		<td>7.1 - 7.4</td>
		<td>1.31 - 1.34</td>
		<td>3.0 - 3.1</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>7.9.x<br>-<br>7.3.x</th>
		<td>7.1 - 7.4</td>
		<td>1.31 - 1.33</td>
		<td>3.0 - 3.1</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>7.2.x</th>
		<td>7.1 - 7.3</td>
		<td>1.31 - 1.32</td>
		<td>3.0.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>7.1.x</th>
		<td>7.1 - 7.3</td>
		<td>1.31 - 1.32</td>
		<td>3.0.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>7.0.x</th>
		<td>7.1 - 7.3</td>
		<td>1.31 - 1.32</td>
		<td><strong>3.0.x</strong></td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>6.3.x</th>
		<td>7.1 - 7.2</td>
		<td>1.31 - 1.32</td>
		<td>2.4 - 3.0</td>
		<td>Security fixes only</td>
	</tr>
	<tr>
		<th>6.2.x</th>
		<td>7.1 - 7.2</td>
		<td>1.31 - 1.32</td>
		<td>2.4 - 3.0</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>6.1.x</th>
		<td>7.1 - 7.2</td>
		<td>1.31 - 1.32</td>
		<td>2.4 - 3.0</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>6.0.x</th>
		<td><strong>7.1</strong> - 7.2</td>
		<td><strong>1.31</strong> - 1.32</td>
		<td><strong>2.4</strong> - 3.0</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>5.6.x</th>
		<td>7.0 - 7.2</td>
		<td>1.27 - 1.31</td>
		<td>2.1 - 3.0</td>
		<td>Security fixes only</td>
	</tr>
	<tr>
		<th>5.5.x</th>
		<td>7.0 - 7.2</td>
		<td>1.27 - 1.31</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>5.4.x</th>
		<td>7.0 - 7.2</td>
		<td>1.27 - 1.31</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>5.3.x</th>
		<td>7.0 - 7.2</td>
		<td>1.27 - 1.30</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>5.2.x</th>
		<td>7.0 - 7.2</td>
		<td>1.27 - 1.30</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>5.1.x</th>
		<td><strong>7.0</strong> - 7.2</td>
		<td>1.27 - 1.30</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>5.0.x</th>
		<td>5.6 - 7.1</td>
		<td>1.27 - 1.30</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>4.4.x</th>
		<td>5.6 - 7.1</td>
		<td>1.27 - 1.29</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>4.3.x</th>
		<td><strong>5.6</strong> - 7.1</td>
		<td><strong>1.27</strong> - 1.29</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>4.2.x</th>
		<td>5.5 - 7.1</td>
		<td>1.23 - 1.29</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>4.1.x</th>
		<td>5.5 - 7.1</td>
		<td>1.23 - 1.28</td>
		<td>2.1 - 2.5</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>4.0.x</th>
		<td>5.5 - 7.0</td>
		<td>1.23 - 1.28</td>
		<td>2.1 - 2.4</td>
		<td>Obsolete release, no support</td>
	</tr>
</table>

Older obsolete versions:

<table>
	<tr>
		<th>Maps</th>
		<th>PHP</th>
		<th>MediaWiki</th>
		<th>Composer</th>
		<th>Validator</th>
	</tr>
		<tr>
		<th>3.8.x</th>
		<td>5.5 - 7.0</td>
		<td>1.23 - 1.27</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.7.x</th>
		<td>5.5 - 7.0</td>
		<td>1.23 - 1.27</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.6.x</th>
		<td><strong>5.5</strong> - 7.0</td>
		<td><strong>1.23</strong> - 1.27</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.5.x</th>
		<td>5.3.2 - 7.0</td>
		<td>1.18 - 1.27</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.4.x</th>
		<td>5.3.2 - 7.0</td>
		<td>1.18 - 1.27</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.3.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.18 - 1.25</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.2.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.18 - 1.24</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.1.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.18 - 1.24</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>3.0.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.18 - 1.23</td>
		<td>Required</td>
		<td>Handled by Composer</td>
	</tr>
	<tr>
		<th>2.0.x</th>
		<td><strong>5.3.2</strong> - 5.5.x</td>
		<td><strong>1.18</strong> - 1.23</td>
		<td>Not supported</td>
		<td>0.5.1</td>
	</tr>
	<tr>
		<th>1.0.5</th>
		<td>5.2.0 - 5.3.x</td>
		<td>1.17 - 1.19</td>
		<td>Not supported</td>
		<td>0.4.13 or 0.4.14</td>
	</tr>
</table>

### Database support

All current versions of Maps have full support for all databases that can be used with MediaWiki.