Releases: Digitalroot-Technologies/MediaWiki_PHPBB_Auth
Releases · Digitalroot-Technologies/MediaWiki_PHPBB_Auth
4.3.0
4.2.0
What's Changed
- Update README with clear version compatibility by @cpeel in #66
- Fix buttonLabelMessage label by @mattheimer in #68
- Correct debugging code and improve troubleshooting by @cpeel in #67
New Contributors
- @mattheimer made their first contribution in #68
Full Changelog: v4.1.0...v4.2.0
4.1.0
Release 4.0.0
Requirements
- PHP 7.3 or later
- MySQL 5 or later
- MediaWiki 1.31 LTS or later, including 1.35 LTS
- phpBB 3.3
- PluggableAuth MediaWiki extension <= 5.7
This release supports MediaWiki 1.35 and later by using the PluggableAuth MediaWiki extension. After installing PluggableAuth, this extension is a drop-in replacement for prior versions. If your LoginMessage
or NoWikiError
messages include HTML, such as links, they will need to be updated to use Wiki markup instead. For instance:
$wgAuth_Config['LoginMessage'] = "'''Please register on the forums to login.''' " .
"[https://some.domain.com/phpBB/ucp.php?mode=register Click here to create an account.]";
This version also includes improved debug messages to troubleshoot configuration and authentication issues. See the Troubleshooting section of the README.md
for more information.
What's Changed
- Update README to reflect PasswordHash.php removal by @cpeel in #38
- Make into a modern MediaWiki extension by @Digitalroot in #40
- Clarify optional configuration options by @cpeel in #41
- Rewrite extension to use PluggableAuth by @cpeel in #42
- Restore error level to original value by @cpeel in #44
- Correctly support UseWikiProfile by @cpeel in #46
- Enable debugging of authentication issues by @cpeel in #49
- Log configuration error messages by @cpeel in #50
- Simplify config with plugin defaults by @cpeel in #51
- Return correct wiki user ID by @cpeel in #54
- Encode password before comparing it by @cpeel in #55
New Contributors
Full Changelog: v3.5.0...v4.0.0
Release v4.0.0-RC1
What's Changed
- Update README to reflect PasswordHash.php removal by @cpeel in #38
- Make into a modern MediaWiki extension by @Digitalroot in #40
- Clarify optional configuration options by @cpeel in #41
- Rewrite extension to use PluggableAuth by @cpeel in #42
- Restore error level to original value by @cpeel in #44
- Correctly support UseWikiProfile by @cpeel in #46
- Enable debugging of authentication issues by @cpeel in #49
- Log configuration error messages by @cpeel in #50
- Simplify config with plugin defaults by @cpeel in #51
New Contributors
Full Changelog: v3.5.0...v4.0.0-RC1
Release v4.0.0-alpha.4
What's Changed
- Update README to reflect PasswordHash.php removal by @cpeel in #38
- Make into a modern MediaWiki extension by @Digitalroot in #40
- Clarify optional configuration options by @cpeel in #41
- Rewrite extension to use PluggableAuth by @cpeel in #42
- Restore error level to original value by @cpeel in #44
- Correctly support UseWikiProfile by @cpeel in #46
- Enable debugging of authentication issues by @cpeel in #49
New Contributors
Full Changelog: v3.5.0...v4.0.0-alpha.4
Release v4.0.0-alpha.3
Correctly support UseWikiProfile #46
Release v4.0.0-alpha.2
Merge pull request #42 from cpeel/move-to-pluggable-auth Rewrite extension to use PluggableAuth
Release v4.0.0-alpha.1
Merge pull request #38 from cpeel/update-readme Update README to reflect PasswordHash.php removal
Release 3.5.0
#36, Thank you @joelhaasnoot
Update to PHP 7.3 & MediaWiki 1.31 LTS
REQUIREMENTS
- PHP7.3
- MySQL 5
- MediaWiki 1.31 LTS (tested with 1.31 where it's deprecated, but 1.33 removes auth plugins?)
- phpBB 3.3