http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98088

Revision: 98088
Author:   jeroendedauw
Date:     2011-09-25 22:18:19 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
up rel notes

Modified Paths:
--------------
    trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
    trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
    trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php

Modified: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-09-25 22:10:02 UTC 
(rev 98087)
+++ trunk/extensions/SemanticMediaWiki/RELEASE-NOTES    2011-09-25 22:18:19 UTC 
(rev 98088)
@@ -1,6 +1,14 @@
 For a documentation of all features, see http://semantic-mediawiki.org
 
 
+== SMW 1.6.3 ==
+
+* Added native "internal objects" that can be set using #setobject.
+* Fixed the default result format for #show.
+* Fixed display of table headers when they are all empty.
+* Migrated all query printers to use the new param handling,
+  which fixes some issues introduced in 1.6.2.
+
 == SMW 1.6.2 ==
 
 Released on September 20, 2011.
@@ -15,6 +23,7 @@
 * Fixed hide query functionality on Special:Ask (bug 30768).
 * Fixed display of internal SMW helper constants in certain queries (bug 
30969).
 * Fixed some issues with the category result format (including bug 30761).
+* Dropped compatibility with old-style (SMW < 1.6) query printers.
 
 == SMW 1.6.1 ==
 

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-09-25 
22:10:02 UTC (rev 98087)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php   2011-09-25 
22:18:19 UTC (rev 98088)
@@ -8,7 +8,7 @@
  */
 
 // The SMW version number.
-define( 'SMW_VERSION', '1.6.2.1 alpha' );
+define( 'SMW_VERSION', '1.6.3 alpha' );
 
 // A flag used to indicate SMW defines a semantic extension type for extension 
crdits.
 define( 'SEMANTIC_EXTENSION_TYPE', true );

Modified: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
===================================================================
--- trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-09-25 22:10:02 UTC (rev 98087)
+++ trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php      
2011-09-25 22:18:19 UTC (rev 98088)
@@ -14,7 +14,7 @@
  * @ingroup SMW
  */
 
-define( 'SMW_VERSION', '1.6.2.1 alpha light' );
+define( 'SMW_VERSION', '1.6.3 alpha light' );
 
 require_once( 'SMW_GlobalFunctions.php' );
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to