Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -1,20 +1,11 @@ |
2 | 2 | For a documentation of all features, see http://semantic-mediawiki.org |
3 | 3 | |
4 | 4 | |
5 | | -== SMW 1.6.3 == |
| 5 | +== SMW 1.7 == |
6 | 6 | |
7 | 7 | * Added native "internal objects" that can be set using #setobject. |
8 | 8 | * Added support for selecting a default graph when using RDF stores, |
9 | 9 | configuration called $smwgSparqlDefaultGraph |
10 | | -* Fixed the default result format for #show. |
11 | | -* Fixed display of table headers when they are all empty. |
12 | | -* Migrated all query printers to use the new param handling, |
13 | | - which fixes some issues introduced in 1.6.2. |
14 | | - |
15 | | -== SMW 1.6.2 == |
16 | | - |
17 | | -Released on September 20, 2011. |
18 | | - |
19 | 10 | * Use of native MediaWiki sortable tables for the table formats. |
20 | 11 | * Added definitions for missing params (sort, order, searchlabel) to the base query printer. |
21 | 12 | * Added validation and manipulation of the format paremeter using Validator. |
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.3 alpha light' ); |
| 18 | +define( 'SMW_VERSION', '1.7 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.3 alpha' ); |
| 12 | +define( 'SMW_VERSION', '1.7 alpha' ); |
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 ); |