From 43e9ff6571bcd4b11f9c7a3185475417f8b64ba4 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 21 Jun 2012 19:10:13 +0200 Subject: [PATCH] remember to bump schema version and update xsd Change-Id: I91666d78a8efae0186b0a181811dff1fa899070e --- includes/Export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) . -- 2.20.1