Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -42,6 +42,10 @@ |
43 | 43 | * Fixed PostGres SQL issues with the installation and upgrade code. |
44 | 44 | * Added API module (smwinfo) via which statistics about the semantic data can |
45 | 45 | be obtained. |
| 46 | +* Added second parameter to #info that allows chosing either the info or warning |
| 47 | + icon. |
| 48 | +* Added #smwdoc parser hook that displays a table with parameter documentation for |
| 49 | + a single specified result format. |
46 | 50 | |
47 | 51 | == SMW 1.5.6 == |
48 | 52 | |
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-light alpha' ); |
| 18 | +define( 'SMW_VERSION', '1.6-light RC1' ); |
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 alpha' ); |
| 12 | +define( 'SMW_VERSION', '1.6 RC1' ); |
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 ); |