Sophivorus has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/334487 )

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


v 0.5 - Rename file to naming conventions

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

Approvals:
  Sophivorus: Verified; Looks good to me, approved



diff --git a/PageDisqus.php b/PageDisqus.class.php
old mode 100755
new mode 100644
similarity index 99%
rename from PageDisqus.php
rename to PageDisqus.class.php
index a4249b5..1f0921a
--- a/PageDisqus.php
+++ b/PageDisqus.class.php
@@ -50,7 +50,7 @@
 </script>
 <noscript>Please enable JavaScript to view the <a 
href="//disqus.com/?ref_noscript" rel="nofollow">comments powered by 
Disqus.</a></noscript>
 HTML;
-       
+
 
                return true;
        }
diff --git a/extension.json b/extension.json
index 9666353..1aa9a1f 100644
--- a/extension.json
+++ b/extension.json
@@ -1,6 +1,6 @@
 {
        "name": "PageDisqus",
-       "version": "0.4",
+       "version": "0.5",
        "author": [
                "Michael Platzer",
                "[[mw:User:Felipe Schenone|Felipe Schenone]]"
@@ -14,7 +14,7 @@
                ]
        },
        "AutoloadClasses": {
-               "PageDisqus": "PageDisqus.php"
+               "PageDisqus": "PageDisqus.class.php"
        },
        "Hooks": {
                "SkinAfterContent": "PageDisqus::onSkinAfterContent",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I470478c279b0d707fd0dc62ea6602126eebef3a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PageDisqus
Gerrit-Branch: master
Gerrit-Owner: SamanthaNguyen <samanthanguyen1...@gmail.com>
Gerrit-Reviewer: Felipeschenone <scheno...@gmail.com>
Gerrit-Reviewer: Sophivorus <scheno...@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