Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | die( 'Not an entry point.' ); |
22 | 22 | } |
23 | 23 | |
24 | | -define( 'SRF_VERSION', '1.6.1' ); |
| 24 | +define( 'SRF_VERSION', '1.6.2' ); |
25 | 25 | |
26 | 26 | // Require the settings file. |
27 | 27 | require dirname( __FILE__ ) . '/SRF_Settings.php'; |
— | — | @@ -53,18 +53,10 @@ |
54 | 54 | 'name' => 'Semantic Result Formats', |
55 | 55 | 'version' => SRF_VERSION, |
56 | 56 | 'author' => array( |
57 | | - 'Frank Dengler', |
58 | | - '[http://steren.fr Steren Giannini]', |
59 | | - 'Sanyam Goyal', |
60 | | - 'Fabian Howahl', |
| 57 | + '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]', |
61 | 58 | 'Yaron Koren', |
62 | | - '[http://korrekt.org Markus Krötzsch]', |
63 | | - 'David Loomer', |
64 | | - '[http://simia.net Denny Vrandecic]', |
65 | | - 'Hans-Jörg Happel', |
66 | | - 'Rowan Rodrik van der Molen', |
67 | | - '[http://www.mediawiki.org/wiki/User:Danwe Daniel Werner]', |
68 | | - '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]' |
| 59 | + 'Sanyam Goyal', |
| 60 | + 'others' |
69 | 61 | ), |
70 | 62 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats', |
71 | 63 | 'descriptionmsg' => 'srf-desc' |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -4,6 +4,8 @@ |
5 | 5 | |
6 | 6 | == SRF 1.6.2 == |
7 | 7 | |
| 8 | +Released on September 18, 2011. |
| 9 | + |
8 | 10 | * Fixed error in math printer when there are no numerical results. |
9 | 11 | * Fixed vCard compatibility with SMW 1.6 and later. |
10 | 12 | * Fixed array compatibility with SMW 1.6 and later. |