Skip to content

Commit 7a56d51

Browse files
committed
Update CHANGELOG and extension version
1 parent 686f038 commit 7a56d51

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)