Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdsn committed Jul 14, 2021
1 parent 4d9da03 commit e2eebb4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "MediaWikiShibboleth",
"author": "ULYSSIS VZW, by Joachim Vandersmissen",
"url": "https://ulyssis.org/",
"description": "This extension replaces the vanilla login mechanics with a KU Leuven Shibboleth login",
"version": "1.2.0",
"license-name": "GPL-2.0+",
"type": "other",
"AutoloadNamespaces": {
"MediaWikiShibboleth\\": "includes/"
},
"Hooks": {
"PersonalUrls": ["MediaWikiShibboleth\\MediaWikiShibboleth::onPersonalUrls"],
"SpecialPage_initList": ["MediaWikiShibboleth\\MediaWikiShibboleth::onSpecialPage_initList"],
"UserLogout": ["MediaWikiShibboleth\\MediaWikiShibboleth::onUserLogout"]
},
"SpecialPages": {
"ShibbolethLogin": "MediaWikiShibboleth\\SpecialShibbolethLogin"
},
"SessionProviders": {
"ShibbolethSessionProvider": {
"class": "MediaWikiShibboleth\\ShibbolethSessionProvider",
"args": []
}
},
"MessagesDirs": {
"MediaWikiShibboleth": ["i18n"]
},
"manifest_version": 1
"name": "MediaWikiShibboleth",
"author": "ULYSSIS VZW, by Joachim Vandersmissen",
"url": "https://ulyssis.org/",
"description": "This extension replaces the vanilla login mechanics with a KU Leuven Shibboleth login",
"version": "1.2.1",
"license-name": "GPL-2.0+",
"type": "other",
"AutoloadNamespaces": {
"MediaWikiShibboleth\\": "includes/"
},
"Hooks": {
"PersonalUrls": ["MediaWikiShibboleth\\MediaWikiShibboleth::onPersonalUrls"],
"SpecialPage_initList": ["MediaWikiShibboleth\\MediaWikiShibboleth::onSpecialPage_initList"],
"UserLogout": ["MediaWikiShibboleth\\MediaWikiShibboleth::onUserLogout"]
},
"SpecialPages": {
"ShibbolethLogin": "MediaWikiShibboleth\\SpecialShibbolethLogin"
},
"SessionProviders": {
"ShibbolethSessionProvider": {
"class": "MediaWikiShibboleth\\ShibbolethSessionProvider",
"args": []
}
},
"MessagesDirs": {
"MediaWikiShibboleth": ["i18n"]
},
"manifest_version": 1
}

0 comments on commit e2eebb4

Please sign in to comment.