Yaron Koren has submitted this change and it was merged.

Change subject: Version 1.1
......................................................................


Version 1.1

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

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



diff --git a/Cargo.hooks.php b/Cargo.hooks.php
index 58f7253..12366c9 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.0.1' );
+               define( 'CARGO_VERSION', '1.1' );
 
                // Script path.
                $cgScriptPath = $wgScriptPath . '/extensions/Cargo';
diff --git a/Cargo.php b/Cargo.php
index 0ff925d..4d6cefe 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.0.1' );
+define( 'CARGO_VERSION', '1.1' );
 
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
diff --git a/README b/README
index fb2f1cf..329417f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 1.0
+        Version 1.1
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
diff --git a/extension.json b/extension.json
index fe897ac..4784121 100755
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "1.0.1",
+       "version": "1.1",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I20d39781f37a8ea38f2b4460be4622d80eb42e54
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to