mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
Bump version number & Complete change log
This commit is contained in:
parent
0e26ee44aa
commit
013c73634e
@ -1,16 +1,19 @@
|
||||
# Change log
|
||||
|
||||
## [wip]
|
||||
## [3.1.0] - 2022-05-20
|
||||
|
||||
### Added
|
||||
- `PROXY_LOGOUT_URL` env var to customize the logout url when using an auth proxy
|
||||
|
||||
- `PROXY_LOGOUT_URL` environment variable to specify a custom logout url when using an auth proxy
|
||||
- Locked/Unlocked state for the _Secret_ field in the 2FA account Edit form to prevent undesirable edit.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix OAuth setting view returning an error when auth is handled by a proxy
|
||||
- [issue #57](https://github.com/Bubka/2FAuth/issues/57) Can't save icons or upload QR codes - Docker installation
|
||||
- [issue #81](https://github.com/Bubka/2FAuth/issues/81) Unable to create configured logger. Using emergency logger
|
||||
- [issue #82](https://github.com/Bubka/2FAuth/issues/82) Autolock feature should be disabled while auth is handled by a proxy
|
||||
- [issue #84](https://github.com/Bubka/2FAuth/issues/84) Reverse-proxy-guard authenticates request without valid headers configuration
|
||||
|
||||
## [3.0.2] - 2022-05-14
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'version' => '3.0.3',
|
||||
'version' => '3.1.0',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user