summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/docs/COMPATIBILITY.md
blob: e340b7b2f52c98edc5b017c2dad47995bc9ea8d1 (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
This document holds the **compatibility information** for the Semantic Result Formats (SRF) extension.

- For a full list of changes in each release, see the [release notes](https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/RELEASE-NOTES.md).
- For instructions on how to install the latest version, see the [installation instructions](https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/master/docs/INSTALL.md).

### Platform compatibility

The PHP and MediaWiki version ranges listed are those in which SRF 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.

<table>
	<tr>
		<th>SRF</th>
		<th>PHP</th>
		<th>MediaWiki</th>
		<th>Semantic MediaWiki</th>
		<th>Release status</th>
	</tr>
	<tr>
		<th>3.2.x</th>
		<td><strong>7.1.0</strong> - 7.4.x</td>
		<td>1.31 - 1.33+</td>
		<td>3.0.x - 3.1.x+</td>
		<td>Future release</td>
	<tr>
	<tr>
		<th>3.1.x</th>
		<td><strong>7.0.0</strong> - 7.3.x</td>
		<td><strong>1.31</strong> - 1.33</td>
		<td>3.0.x - 3.1.x</td>
		<td><strong>Stable release</strong></td>
	<tr>
	<tr>
		<th>3.0.x</th>
		<td><strong>5.6.0</strong> - 7.1.x</td>
		<td><strong>1.27</strong> - 1.33</td>
		<td><strong>3.0.x</strong></td>
		<td>Obsolete release, no support</td>
	<tr>
	<tr>
		<th>2.5.x</th>
		<td><strong>5.5.0</strong> - 7.0.x</td>
		<td><strong>1.23</strong> - 1.29</td>
		<td>2.1.x - 2.5.x</td>
		<td>Obsolete release, no support</td>
	<tr>
		<th>2.4.x</th>
		<td>5.3.2 - 7.0.x</td>
		<td>1.19 - 1.28</td>
		<td>2.1.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>2.3.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.19 - 1.25</td>
		<td>2.1.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>2.2.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.19 - 1.25</td>
		<td>2.1.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>2.1.x</th>
		<td>5.3.2 - 5.6.x</td>
		<td>1.19 - 1.24</td>
		<td>2.1.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>2.0.x</th>
		<td>5.3.2 - 5.5.x</td>
		<td>1.19 - 1.23</td>
		<td>2.0.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>1.9.x</th>
		<td><strong>5.3.2</strong> - 5.5.x</td>
		<td><strong>1.19</strong> - 1.23</td>
		<td>1.9.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>1.8.x</th>
		<td>5.2.0 - 5.5.x</td>
		<td><strong>1.17</strong> - 1.22</td>
		<td>1.8.x</td>
		<td>Obsolete release, no support</td>
	</tr>
	<tr>
		<th>1.7.x</th>
		<td>5.2.0 - 5.4.x</td>
		<td>1.16 - 1.19</td>
		<td>1.7.x</td>
		<td>Obsolete release, no support</td>
	</tr>
</table>

**Note:**
* It is strongly recommended to also always upgrade the underlying MediaWiki software to supported versions.
See the [version lifecycle](https://www.mediawiki.org/wiki/Version_lifecycle) for current information on
supported versions.
* It is strongly recommended to also always upgrade the underlying Semantic MediaWiki software to supported
versions. See the page on [compatibility](https://www.semantic-mediawiki.org/wiki/Help:Compatibility) for
current information on supported versions.