jenkins-bot has submitted this change and it was merged.

Change subject: Jump to version 0.3.0
......................................................................


Jump to version 0.3.0

Copyright year to 2015, too, and needs at least MW 1.26 now.

Change-Id: Ibdff99425b0b6b14165938556d181efa7a30cc93
---
M GoogleLogin.php
1 file changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/GoogleLogin.php b/GoogleLogin.php
index 15fe4ea..006e86d 100644
--- a/GoogleLogin.php
+++ b/GoogleLogin.php
@@ -1,7 +1,7 @@
 <?php
        /**
        GoogleLogin License
-       Copyright (c) 2014 Florian Schmidt
+       Copyright (c) 2015 Florian Schmidt
 
        Permission is hereby granted, free of charge, to any person obtaining a 
copy
        of this software and associated documentation files (the "Software"), 
to deal
@@ -26,9 +26,9 @@
                die( 'This is an extension for Mediawiki and can not run 
standalone.' );
        }
 
-       // master and v2.x requires MediaWiki 1.24
-       if ( version_compare( $wgVersion, '1.24c', '<' ) ) {
-               echo "This version of GoogleLogin requires MediaWiki 1.24, you 
have $wgVersion.<br>
+       // master and v2.x requires MediaWiki 1.26
+       if ( version_compare( $wgVersion, '1.26c', '<' ) ) {
+               echo "This version of GoogleLogin requires MediaWiki 1.26, you 
have $wgVersion.<br>
                You can <a 
href='https://www.mediawiki.org/wiki/Upgrade'>upgrade your MediaWiki 
Installation</a>
                or <a 
href='https://www.mediawiki.org/wiki/Special:ExtensionDistributor/GoogleLogin'>download
 a
                version of GoogleLogin</a> which supports your MediaWiki 
version.";
@@ -41,7 +41,7 @@
                'author' => 'Florian Schmidt',
                'url' => 'https://www.mediawiki.org/wiki/Extension:GoogleLogin',
                'descriptionmsg' => 'googlelogin-desc',
-               'version'  => '0.2.1-git',
+               'version'  => '0.3.0-git',
                'license-name' => "MIT",
        );
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibdff99425b0b6b14165938556d181efa7a30cc93
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleLogin
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to