Yaron Koren has uploaded a new change for review.

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

Change subject: Version 1.2
......................................................................

Version 1.2

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/20/322120/2

diff --git a/Cargo.hooks.php b/Cargo.hooks.php
index a6dd63a..e2053d6 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.1.1' );
+               define( 'CARGO_VERSION', '1.2' );
 
                // Script path.
                $cgScriptPath = $wgScriptPath . '/extensions/Cargo';
diff --git a/Cargo.php b/Cargo.php
index 1006bed..eccc8e9 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.1.1' );
+define( 'CARGO_VERSION', '1.2' );
 
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
diff --git a/README b/README
index 79798eb..fb974c5 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 1.1.1
+        Version 1.2
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
diff --git a/extension.json b/extension.json
index 701fb7c..e59f32a 100755
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "1.1.1",
+       "version": "1.2",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic046eedaae793eaf871bc0a3761d4dea3c8acfe1
Gerrit-PatchSet: 2
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