Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -3,13 +3,17 @@ |
4 | 4 | |
5 | 5 | == SMW 1.6.2 == |
6 | 6 | |
| 7 | +Released on September 20, 2011. |
| 8 | + |
7 | 9 | * Use of native MediaWiki sortable tables for the table formats. |
8 | 10 | * Fixed separator and filename parameters for the DSV format. |
9 | | -* Fixed display of properties of type URL (bug 30912). |
10 | 11 | * Added definitions for missing params (sort, order, searchlabel) to the base query printer. |
11 | 12 | * Added validation and manipulation of the format paremeter using Validator. |
12 | 13 | * Added class parameter to the table format which allows setting the css class. |
13 | | -* Added alpha version of native SMW Ask API with moudles ask and askargs. |
| 14 | +* Added alpha version of native SMW Ask API with moudles ask and askargs. |
| 15 | +* Fixed display of properties of type URL (bug 30912). |
| 16 | +* Fixed hide query functionality on Special:Ask (bug 30768). |
| 17 | +* Fixed display of internal SMW helper constants in certain queries (bug 30969). |
14 | 18 | |
15 | 19 | == SMW 1.6.1 == |
16 | 20 | |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * @ingroup SMW |
16 | 16 | */ |
17 | 17 | |
18 | | -define( 'SMW_VERSION', '1.6.2 alpha light' ); |
| 18 | +define( 'SMW_VERSION', '1.6.2 RC light' ); |
19 | 19 | |
20 | 20 | require_once( 'SMW_GlobalFunctions.php' ); |
21 | 21 | |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | |
11 | 11 | // The SMW version number. |
12 | | -define( 'SMW_VERSION', '1.6.2 alpha' ); |
| 12 | +define( 'SMW_VERSION', '1.6.2 RC' ); |
13 | 13 | |
14 | 14 | // A flag used to indicate SMW defines a semantic extension type for extension crdits. |
15 | 15 | define( 'SEMANTIC_EXTENSION_TYPE', true ); |