Skip to content

Commit

Permalink
Release version 0.7.
Browse files Browse the repository at this point in the history
- Compatibility with newer MediaWiki versions.
 - MediaWiki >= 1.27 wants users to be created in a different order.
 - MediaWiki >= 1.25 requires that NULL passwords are set with a different function.
- Improve synchronising session between MediaWiki and SimpleSamlPhp.
- Rudimentary support for $wgWhitelistRead.
  • Loading branch information
jornane committed Sep 18, 2016
1 parent 4e69837 commit 937954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleSamlAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$GLOBALS['wgExtensionCredits']['other'][] = array(
'path' => __FILE__,
'name' => 'SimpleSamlAuth',
'version' => 'GIT-master',
'version' => '0.7',
'author' => 'Jørn Åne',
'url' => 'https://www.mediawiki.org/wiki/Extension:SimpleSamlAuth',
'license-name' => 'LGPL-3.0+',
Expand Down

0 comments on commit 937954f

Please sign in to comment.