Skip to content

Commit 8893969

Browse files
kghblnJeroenDeDauw
authored andcommitted
Update load.php (SemanticMediaWiki#2012)
* Update load.php Bump version for release * Update RELEASE-NOTES-2.4.2.md Fix typo * Update COMPATIBILITY.md Amend info * Update README.md Add missing docu pages
1 parent e862ee0 commit 8893969

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/COMPATIBILITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on how to install the latest version of SMW, see the [installation instructions]
3030
</tr>
3131
<tr>
3232
<th><a href="https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki_2.3.0">SMW 2.3.x</a></th>
33-
<td>Stable release</td>
33+
<td>Obsolete release</td>
3434
<td>2015-10-25</td>
3535
<td><a href="https://github.com/SemanticMediaWiki/SemanticMediaWiki/tree/2.3.x">2.3.x</a></td>
3636
</tr>

docs/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ technical documentation. The later can be found in [docs/technical](technical/RE
99

1010
* [Installation instructions](INSTALL.md)
1111
* [Latest release notes](RELEASE-NOTES.md)
12+
* [SMW 2.4.2 release notes](releasenotes/RELEASE-NOTES-2.4.2.md)
13+
* [SMW 2.4.1 release notes](releasenotes/RELEASE-NOTES-2.4.1.md)
14+
* [SMW 2.4.0 release notes](releasenotes/RELEASE-NOTES-2.4.0.md)
1215
* [SMW 2.3.1 release notes](releasenotes/RELEASE-NOTES-2.3.1.md)
1316
* [SMW 2.3.0 release notes](releasenotes/RELEASE-NOTES-2.3.0.md)
1417
* [SMW 2.2.3 release notes](releasenotes/RELEASE-NOTES-2.2.3.md)
@@ -18,12 +21,12 @@ technical documentation. The later can be found in [docs/technical](technical/RE
1821
* [SMW 2.1.3 release notes](releasenotes/RELEASE-NOTES-2.1.3.md)
1922
* [SMW 2.1.2 release notes](releasenotes/RELEASE-NOTES-2.1.2.md)
2023
* [SMW 2.1.1 release notes](releasenotes/RELEASE-NOTES-2.1.1.md)
21-
* [SMW 2.1 release notes](releasenotes/RELEASE-NOTES-2.1.0.md)
22-
* [SMW 2.0 release notes](releasenotes/RELEASE-NOTES-2.0.md)
24+
* [SMW 2.1.0 release notes](releasenotes/RELEASE-NOTES-2.1.0.md)
25+
* [SMW 2.0.0 release notes](releasenotes/RELEASE-NOTES-2.0.md)
2326
* [SMW 1.9.2 release notes](releasenotes/RELEASE-NOTES-1.9.2.md)
2427
* [SMW 1.9.1.1 release notes](releasenotes/RELEASE-NOTES-1.9.1.1.md)
2528
* [SMW 1.9.1 release notes](releasenotes/RELEASE-NOTES-1.9.1.md)
26-
* [SMW 1.9 release notes](releasenotes/RELEASE-NOTES-1.9.md)
29+
* [SMW 1.9.0 release notes](releasenotes/RELEASE-NOTES-1.9.md)
2730
* [All release notes](releasenotes)
2831

2932
## Developer documentation

docs/releasenotes/RELEASE-NOTES-2.4.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Released on November 12nd, 2016.
44

55
## Bug fixes
66

7-
* #1829 Only have the `DisplayTitlePropertyAnnotator create an annotation in case `SMW_DV_WPV_DTITLE` is enabled
7+
* #1829 Only have the `DisplayTitlePropertyAnnotator` create an annotation in case `SMW_DV_WPV_DTITLE` is enabled
88
* #1883 Avoid mismatch in case `hasSubSemanticData` has been overridden as by `Sql3StubSemanticData`
99
* #1885 Fixed postgres bytea escape/unescape on blob fields
1010
* #1887 Moved `Hooks:CanonicalNamespaces` to an earlier execution point

load.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function initExtension() {
2828
include_once __DIR__ . '/vendor/autoload.php';
2929
}
3030

31-
define( 'SMW_VERSION', '2.4.1' );
31+
define( 'SMW_VERSION', '2.4.2' );
3232

3333
// Registration of the extension credits, see Special:Version.
3434
$GLOBALS['wgExtensionCredits']['semantic'][] = array(

0 commit comments

Comments
 (0)