Yaron Koren has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405745 )

Change subject: Version 1.6
......................................................................

Version 1.6

Change-Id: Idb18df0ca13390f73a378d6aa13f948ff6f11e96
---
M Cargo.hooks.php
M Cargo.php
M README
M extension.json
M specials/CargoRecreateData.php
5 files changed, 6 insertions(+), 6 deletions(-)


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

diff --git a/Cargo.hooks.php b/Cargo.hooks.php
index 58b7a9b..2026d55 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.5' );
+               define( 'CARGO_VERSION', '1.6' );
 
                // Script path.
                $cgScriptPath = $wgScriptPath . '/extensions/Cargo';
@@ -58,7 +58,7 @@
                $vars['wgCargoMonthNames'] = 
$out->getLanguage()->getMonthNamesArray();
                /**
                 * @TODO - all these arrays should perhaps be switched to start
-                * keys from 1, in order to match built-in arrys, such as
+                * keys from 1, in order to match built-in arrays, such as
                 * $wgMonthNames.
                 */
                array_shift( $vars['wgCargoMonthNames'] ); //start keys from 0
diff --git a/Cargo.php b/Cargo.php
index 4e92ccf..bae64be 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.5' );
+define( 'CARGO_VERSION', '1.6' );
 
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,
diff --git a/README b/README
index 160de63..4b6b7f5 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Cargo extension
 
-        Version 1.5
+        Version 1.6
         Yaron Koren
 
 This is free software licensed under the GNU General Public License. Please
diff --git a/extension.json b/extension.json
index a503672..a953948 100644
--- a/extension.json
+++ b/extension.json
@@ -1,7 +1,7 @@
 {
        "name": "Cargo",
        "namemsg": "cargo-extensionname",
-       "version": "1.5",
+       "version": "1.6",
        "author": "Yaron Koren",
        "url": "https://www.mediawiki.org/wiki/Extension:Cargo";,
        "descriptionmsg": "cargo-desc",
diff --git a/specials/CargoRecreateData.php b/specials/CargoRecreateData.php
index 0574b87..8354e20 100644
--- a/specials/CargoRecreateData.php
+++ b/specials/CargoRecreateData.php
@@ -117,7 +117,7 @@
                $text .= '<div id="recreateDataCanvas">' . "\n";
                if ( $tableExists ) {
                        // Possibly disable checkbox, to avoid problems if the
-                       // DB hasn't been updated for version 1.5.
+                       // DB hasn't been updated for version 1.5+.
                        $indexExists = $dbw->indexExists( 'cargo_tables', 
'cargo_tables_template_id' );
                        if ( $indexExists ) {
                                $text .= '<p><em>The checkbox intended to go 
here is temporarily disabled; please run <tt>update.php</tt> to see 
it.</em></p>';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb18df0ca13390f73a378d6aa13f948ff6f11e96
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: 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