Yaron Koren has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/377462 )

Change subject: Version 1.4
......................................................................


Version 1.4

Change-Id: Ib7f440119e37892974fc042262c9e3ebcf5b2197
---
M Cargo.hooks.php
M Cargo.php
M README
M extension.json
4 files changed, 8 insertions(+), 5 deletions(-)

Approvals:
  Yaron Koren: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Cargo.hooks.php b/Cargo.hooks.php
index 3730338..1f0adc8 100755
--- a/Cargo.hooks.php
+++ b/Cargo.hooks.php
@@ -11,7 +11,7 @@
        public static function registerExtension() {
                global $cgScriptPath, $wgScriptPath, $wgCargoFieldTypes, 
$wgGroupPermissions;
 
-               define( 'CARGO_VERSION', '1.3.1' );
+               define( 'CARGO_VERSION', '1.4' );
 
                // Script path.
                $cgScriptPath = $wgScriptPath . '/extensions/Cargo';
diff --git a/Cargo.php b/Cargo.php
index 75ca3fd..4def3e0 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -25,7 +25,7 @@
 
 // All the rest is for backward compatibility, for MW 1.26 and lower.
 
-define( 'CARGO_VERSION', '1.3.1' );
+define( 'CARGO_VERSION', '1.4' );
 
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
diff --git a/README b/README
index a242132..9b41295 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 1.3.1
+        Version 1.4
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
@@ -40,7 +40,7 @@
 
 == Requirements ==
 
-This version of the Cargo extension requires MediaWiki 1.22 or higher.
+This version of the Cargo extension requires MediaWiki 1.23 or higher.
 
 == Installation ==
 
@@ -56,6 +56,9 @@
 
 Query formats were also added by Cindy Cicalese, Luis Morillas and StasR.
 
+Support for hierarchy fields was added by Feroz Ahmed as a project for
+the 2017 Google Summer of Code.
+
 Important code contributions were also made by Ad Strack van Schijndel,
 Duncan Crane, Ed Hoo, Namit Ohri, Paladox, Vivek Ghaisas and others.
 
diff --git a/extension.json b/extension.json
index 5dfea12..bd5d0d5 100755
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "1.3.1",
+       "version": "1.4",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib7f440119e37892974fc042262c9e3ebcf5b2197
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to