Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -425,6 +425,7 @@ |
426 | 426 | */ |
427 | 427 | public function getVersion() { |
428 | 428 | $vers = array (); |
| 429 | + $vers[] = 'MediaWiki ' . SpecialVersion::getVersion(); |
429 | 430 | $vers[] = __CLASS__ . ': $Id$'; |
430 | 431 | $vers[] = ApiBase :: getBaseVersion(); |
431 | 432 | $vers[] = ApiFormatBase :: getBaseVersion(); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -257,6 +257,7 @@ |
258 | 258 | "interwiki" section of the output. |
259 | 259 | * Added categorymembers list to query for pages in a category. |
260 | 260 | * (bug 10260) Show page protection status |
| 261 | +* (bug 10392) Include MediaWiki version details in version output |
261 | 262 | |
262 | 263 | == Maintenance script changes since 1.10 == |
263 | 264 | |