Bump version number & Update change log

This commit is contained in:
Bubka 2023-09-26 08:19:41 +02:00
parent 69742516dc
commit 4560daef34
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Change log # Change log
## [4.2.3] - 2023-09-26
### Fixed
- [issue #232](https://github.com/Bubka/2FAuth/issues/232) Vendor.js throws error making frontend unusable
- [issue #233](https://github.com/Bubka/2FAuth/issues/233) The Close button of the 404 error page loops the page on itself
## [4.2.2] - 2023-09-17 ## [4.2.2] - 2023-09-17
### Fixed ### Fixed

View File

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