jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/391843 )

Change subject: Version 1.5
......................................................................


Version 1.5

Change-Id: Ibb1a80d82a4eff4082be48aaf82f00001651092d
---
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 54cb1d3..8f210b2 100644
--- 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.4' );
+               define( 'CARGO_VERSION', '1.5' );
 
                // Script path.
                $cgScriptPath = $wgScriptPath . '/extensions/Cargo';
diff --git a/Cargo.php b/Cargo.php
index ded706e..be5e8cb 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.4' );
+define( 'CARGO_VERSION', '1.5' );
 
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
diff --git a/README b/README
index 9b41295..160de63 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 1.4
+        Version 1.5
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
diff --git a/extension.json b/extension.json
index 92c5ead..af542fa 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "1.4",
+       "version": "1.5",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb1a80d82a4eff4082be48aaf82f00001651092d
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