r108982 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108981‎ | r108982 | r108983 >
Date:14:17, 15 January 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
up rel notes
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -1,13 +1,14 @@
22 For a documentation of all features, see http://semantic-mediawiki.org
33
44
5 -== SMW 1.7.1 ==
 5+== SMW 1.7.0.2 ==
66
77 THIS IS NOT A RELEASE YET
88
9 -Semantic MediaWiki 1.7.1 is currently in beta-quality and is not recommended for use in
 9+Semantic MediaWiki 1.7.0.2 is currently in beta-quality and is not recommended for use in
1010 production until the actual release.
1111
 12+* Fixed creation of concept cache and display of matching objects on concept pages (bug 32592, 32718).
1213 * Fixed fatal error occurring for some invalid property definitions (bug 33652).
1314 * Fixed error in RSS when using creator or date parameters (bug 33721).
1415 * Fixed incorrect offset of export formats (bug 33726).
Index: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php
@@ -34,7 +34,7 @@
3535 }
3636
3737 // The SMW version number.
38 -define( 'SMW_VERSION', '1.7.1 alpha2' );
 38+define( 'SMW_VERSION', '1.7.0.2 alpha' );
3939
4040 // Registration of the extension credits, see Special:Version.
4141 $wgExtensionCredits['semantic'][] = array(