Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -3,11 +3,8 @@ |
4 | 4 | |
5 | 5 | == SMW 1.7.0.2 == |
6 | 6 | |
7 | | -THIS IS NOT A RELEASE YET |
| 7 | +Released on January 16, 2012. |
8 | 8 | |
9 | | -Semantic MediaWiki 1.7.0.2 is currently in beta-quality and is not recommended for use in |
10 | | -production until the actual release. |
11 | | - |
12 | 9 | * Fixed creation of concept cache and display of matching objects on concept pages (bug 32592, 32718). |
13 | 10 | * Fixed fatal error occurring for some invalid property definitions (bug 33652). |
14 | 11 | * Fixed error in RSS when using creator or date parameters (bug 33721). |
Index: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | } |
36 | 36 | |
37 | 37 | // The SMW version number. |
38 | | -define( 'SMW_VERSION', '1.7.0.2 alpha' ); |
| 38 | +define( 'SMW_VERSION', '1.7.0.2' ); |
39 | 39 | |
40 | 40 | // Registration of the extension credits, see Special:Version. |
41 | 41 | $wgExtensionCredits['semantic'][] = array( |