From: daniel Date: Thu, 21 Jun 2012 17:10:13 +0000 (+0200) Subject: remember to bump schema version and update xsd X-Git-Tag: 1.31.0-rc.0~22097^2^2~87 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=43e9ff6571bcd4b11f9c7a3185475417f8b64ba4;p=lhc%2Fweb%2Fwiklou.git remember to bump schema version and update xsd Change-Id: I91666d78a8efae0186b0a181811dff1fa899070e --- diff --git a/includes/Export.php b/includes/Export.php index 253663adb7..eb240ccb18 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -468,7 +468,7 @@ class XmlDumpWriter { * @return string */ function schemaVersion() { - return "0.7"; + return "0.8"; #FIXME: Make sure to bump this to > 0.7 when merging Wikidata branch! } /** @@ -488,7 +488,7 @@ class XmlDumpWriter { 'xmlns' => "http://www.mediawiki.org/xml/export-$ver/", 'xmlns:xsi' => "http://www.w3.org/2001/XMLSchema-instance", 'xsi:schemaLocation' => "http://www.mediawiki.org/xml/export-$ver/ " . - "http://www.mediawiki.org/xml/export-$ver.xsd", + "http://www.mediawiki.org/xml/export-$ver.xsd", #TODO: how do we get a new version up there? 'version' => $ver, 'xml:lang' => $wgLanguageCode ), null ) .