Merge branch 'release/1.3.1' into dev

This commit is contained in:
Bubka 2020-10-12 23:52:08 +02:00
commit 79c1fe37a9
5 changed files with 17 additions and 7 deletions

View File

@ -6,7 +6,7 @@
# 2FAuth
A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
![screens](https://user-images.githubusercontent.com/858858/74479269-267a1600-4eaf-11ea-9281-415e5a54bd9f.png)
![screens](https://user-images.githubusercontent.com/858858/95789691-47b13180-0cde-11eb-9d06-7c6d2ede5f3c.png)
#### [2FAuth Demo](https://demo.2fauth.app/)
@ -37,9 +37,9 @@ I created it because :
2FAuth generates OTP according to RFC 4226 (HOTP Algorithm) and RFC 6238 (TOTP Algorithm) thanks to [Spomky-Labs/OTPHP](https://github.com/Spomky-Labs/otphp) php library.
## Requirements
[![Requires PHP7](https://img.shields.io/badge/php-7.2.*-red.svg?style=flat-square)](https://secure.php.net/downloads.php)
* See [Laravel server requirements](https://laravel.com/docs/5.8/installation#server-requirements)
* Any database [supported by Laravel](https://laravel.com/docs/5.8/database)
[![Requires PHP7](https://img.shields.io/badge/php-7.3.*-red.svg?style=flat-square)](https://secure.php.net/downloads.php)
* See [Laravel server requirements](https://laravel.com/docs/7.x/installation#server-requirements)
* Any database [supported by Laravel](https://laravel.com/docs/7.x/database)
## Installation (using command line)

View File

@ -1,5 +1,15 @@
# Change log
## [1.3.1] - 2020-10-12
### Changed
- Upgrade to Laravel 7.0
- Drop PHP 7.2 support
- Enable the Request reset password form in Demo mode but inactivated
### Fixed
- Fix missing notifications in Auth views
## [1.3.0] - 2020-10-09
### Added

View File

@ -22,7 +22,7 @@ return [
|
*/
'version' => '1.3.0',
'version' => '1.3.1',
/*
|--------------------------------------------------------------------------

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=bfb57d72d7a233d94944",
"/js/app.js": "/js/app.js?id=889cc936dfe619217313",
"/css/app.css": "/css/app.css?id=808a0baa932d7d3b6ba9",
"/js/manifest.js": "/js/manifest.js?id=3c768977c2574a34506e",
"/js/vendor.js": "/js/vendor.js?id=695918adf494620245ad"