Complete change log & Bump version number

This commit is contained in:
Bubka 2024-02-23 15:28:43 +01:00
parent 12bef04dd9
commit 784b5206b9
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# Change log
## [5.0.4] - 2024-02-23
### Added
- Japanese translation, thanks to [@yheuhtozr](https://crowdin.com/profile/yheuhtozr)
### Fixed
- [issue #284](https://github.com/Bubka/2FAuth/issues/284) Blank screen with version 5.0.3
- [issue #296](https://github.com/Bubka/2FAuth/issues/296) WARN Command cancelled (env=production breaks docker entrypoint)
- [issue #298](https://github.com/Bubka/2FAuth/issues/298) WebAuthn account recovery and password recovery doesn't work. Email template broken
- [issue #299](https://github.com/Bubka/2FAuth/issues/299) OID redirect behind reverse proxy
## [5.0.3] - 2024-01-19
⚠️ For everyone experiencing a blank screen after updating to v5.*, please set the `ASSET_URL` env variable to the same value as `APP_URL`.

View File

@ -9,7 +9,7 @@
|
*/
'version' => '5.0.3',
'version' => '5.0.4',
'repository' => 'https://github.com/Bubka/2FAuth',
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',
'installDocUrl' => 'https://docs.2fauth.app/getting-started/installation/self-hosted-server/',