Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/126984

Change subject: Remove getVersion from api module
......................................................................

Remove getVersion from api module

This method is deprecated since 1.21, VE is marked to require 1.22.

Change-Id: I67d30777fe0b2ebdacffcb2d6ca92275321c4e68
---
M ApiVisualEditor.php
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/84/126984/1

diff --git a/ApiVisualEditor.php b/ApiVisualEditor.php
index a7a4230..e926597 100644
--- a/ApiVisualEditor.php
+++ b/ApiVisualEditor.php
@@ -573,10 +573,6 @@
                return true;
        }
 
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
-
        public function getParamDescription() {
                return array(
                        'page' => 'The page to perform actions on.',

-- 
To view, visit https://gerrit.wikimedia.org/r/126984
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67d30777fe0b2ebdacffcb2d6ca92275321c4e68
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to