Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | THIS IS NOT A RELEASE YET |
8 | 8 | |
9 | | -Semantic MediaWiki 1.7 is currently in beta-quality and is not recommended for use in |
| 9 | +Semantic MediaWiki 1.7 is currently at release candidate stage and is not recommended for use in |
10 | 10 | production until the actual release. |
11 | 11 | |
12 | 12 | * Added native "internal objects" that can be set using #setobject. |
— | — | @@ -37,6 +37,9 @@ |
38 | 38 | * Fixed display of images to old behavior after a recent regression. |
39 | 39 | * Fixed several more issues not listed here. |
40 | 40 | * Fixed fatal error in the concept cache maintenance script (bug 32592). |
| 41 | +* Fixed factbox links to Special:SearchByProperty containing numerical numbers for |
| 42 | + wikis in languages with the comma as decimal separator instead of a dot. |
| 43 | +* Fixed the "hide incoming properties" link on Special:Browse. |
41 | 44 | * Dropped compatibility with MediaWiki 1.15.x (and earlier). |
42 | 45 | * Dropped compatibility with old-style (SMW < 1.6) query printers. |
43 | 46 | * Full compatibility with MediaWiki 1.18 and foreward-compatibility with 1.19. |
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 beta 2' ); |
| 38 | +define( 'SMW_VERSION', '1.7 rc 1' ); |
39 | 39 | |
40 | 40 | // Registration of the extension credits, see Special:Version. |
41 | 41 | $wgExtensionCredits['semantic'][] = array( |