r98088 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98087‎ | r98088 | r98089 >
Date:22:18, 25 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
up rel notes
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -1,6 +1,14 @@
22 For a documentation of all features, see http://semantic-mediawiki.org
33
44
 5+== SMW 1.6.3 ==
 6+
 7+* Added native "internal objects" that can be set using #setobject.
 8+* Fixed the default result format for #show.
 9+* Fixed display of table headers when they are all empty.
 10+* Migrated all query printers to use the new param handling,
 11+ which fixes some issues introduced in 1.6.2.
 12+
513 == SMW 1.6.2 ==
614
715 Released on September 20, 2011.
@@ -15,6 +23,7 @@
1624 * Fixed hide query functionality on Special:Ask (bug 30768).
1725 * Fixed display of internal SMW helper constants in certain queries (bug 30969).
1826 * Fixed some issues with the category result format (including bug 30761).
 27+* Dropped compatibility with old-style (SMW < 1.6) query printers.
1928
2029 == SMW 1.6.1 ==
2130
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -14,7 +14,7 @@
1515 * @ingroup SMW
1616 */
1717
18 -define( 'SMW_VERSION', '1.6.2.1 alpha light' );
 18+define( 'SMW_VERSION', '1.6.3 alpha light' );
1919
2020 require_once( 'SMW_GlobalFunctions.php' );
2121
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -8,7 +8,7 @@
99 */
1010
1111 // The SMW version number.
12 -define( 'SMW_VERSION', '1.6.2.1 alpha' );
 12+define( 'SMW_VERSION', '1.6.3 alpha' );
1313
1414 // A flag used to indicate SMW defines a semantic extension type for extension crdits.
1515 define( 'SEMANTIC_EXTENSION_TYPE', true );