File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.1] - 2019-04-12
10+ ### Fixed
11+
12+ - The tasks in postAuthentication() are now only performed if ExternalDatabaseAuth was the provider
13+ that actually performed the successful login.
14+
915## [ 0.1.0] - 2019-04-06
1016### Added
1117- Initial version inspired by [ ExtAuthDB] ( https://www.mediawiki.org/wiki/Extension:ExtAuthDB ) .
@@ -18,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1824- No absolute failure on wrong credentials which allows for other providers to run.
1925- Adherence to MediaWiki's coding standards (testable via composer script).
2026
21- [ Unreleased ] : https://github.com/hochleitner/ExternalDatabaseAuth/compare/v0.1.0...HEAD
22- [ 0.1.0 ] : https://github.com/hochleitner/ExternalDatabaseAuth/tags/v0.1.0
27+ [ Unreleased ] : https://github.com/hochleitner/ExternalDatabaseAuth/compare/v0.1.1...HEAD
28+ [ 0.1.1 ] : https://github.com/hochleitner/ExternalDatabaseAuth/releases/tag/v0.1.1
29+ [ 0.1.0 ] : https://github.com/hochleitner/ExternalDatabaseAuth/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " ExternalDatabaseAuth" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "author" : " Wolfgang Hochleitner" ,
55 "url" : " https://github.com/hochleitner/ExternalDatabaseAuth" ,
66 "description" : " An extension to allow authentication against an external MySQL/MariaDB database" ,
You can’t perform that action at this time.
0 commit comments