Yaron Koren has uploaded a new change for review.

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

Change subject: Version 0.11
......................................................................

Version 0.11

Change-Id: Icb8adf1b22ef2f9107e5c7f8a2fbf9300fbff000
---
M Cargo.php
M README
M extension.json
3 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/52/269452/1

diff --git a/Cargo.php b/Cargo.php
index 8291189..9b803ca 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -9,7 +9,7 @@
 // We need to set this at the top, so that it is also defined if
 // wfLoadExtension() is called, because its presence is used by other
 // extensions to determine whether Cargo is installed.
-define( 'CARGO_VERSION', '0.10' );
+define( 'CARGO_VERSION', '0.11' );
 
 // There are bugs in MW 1.25 and 1.26 that make extension.json
 // unusable for Cargo - for simplicity's sake, don't load extensions
diff --git a/README b/README
index 9594f12..b416d0f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 0.10-alpha
+        Version 0.11
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
@@ -54,10 +54,10 @@
 
 Cargo was created, and mostly written by, Yaron Koren.
 
-Query formats were also added by Cindy Cicalese and Luis Morillas.
+Query formats were also added by Cindy Cicalese, Luis Morillas and StasR.
 
 Important code contributions were also made by Ad Strack van Schijndel,
-Namit Ohri and Vivek Ghaisas.
+Ed Hoo, Namit Ohri and Vivek Ghaisas.
 
 == Contact ==
 
diff --git a/extension.json b/extension.json
index 8553eb4..ec8271c 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "0.10",
+       "version": "0.11",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb8adf1b22ef2f9107e5c7f8a2fbf9300fbff000
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>

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

Reply via email to