SamanthaNguyen has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334488 )

Change subject: v 2.1 - Rename file to naming conventions
......................................................................

v 2.1 - Rename file to naming conventions

Change-Id: I51106e18cb55c7e4e1db700df37287130c9f798e
---
R PluggableAuth.class.php
M extension.json
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PluggableAuth 
refs/changes/88/334488/1

diff --git a/PluggableAuth.php b/PluggableAuth.class.php
similarity index 100%
rename from PluggableAuth.php
rename to PluggableAuth.class.php
diff --git a/extension.json b/extension.json
index 6015207..f592d98 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
        "name": "PluggableAuth",
-       "version": "2.0",
+       "version": "2.1",
        "author": [
                "[https://www.mediawiki.org/wiki/User:Cindy.cicalese Cindy 
Cicalese]"
        ],
@@ -16,7 +16,7 @@
                ]
        },
        "AutoloadClasses": {
-               "PluggableAuth": "PluggableAuth.php",
+               "PluggableAuth": "PluggableAuth.class.php",
                "PluggableAuthHooks": "PluggableAuthHooks.php",
                "PluggableAuthPrimaryAuthenticationProvider": 
"PluggableAuthPrimaryAuthenticationProvider.php",
                "PluggableAuthBeginAuthenticationRequest": 
"PluggableAuthBeginAuthenticationRequest.php",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51106e18cb55c7e4e1db700df37287130c9f798e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PluggableAuth
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>

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

Reply via email to