![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/pdf-ai.com/public_html/vendor/pragmarx/google2fa-laravel/ |
## Change Log
## [2.0.1] - 2021-08-15
### Added
- Make image backend optional if bacon is not installed
## [2.0.0] - 2021-08-15
### Added
- Allow Google2FA QRCode 3.0
## [1.4.1] - 2020-09-20
### Added
- Improve PHP 8 compatibility by not defaulting to imagemagick
- Make the code PHP 7.0 compatible
- Supports using a different guard
- Ability to setWindow dynamically
## [1.4.0] - 2020-09-20
### Added
- Laravel 8 support
## [1.1.2] - 2019-03-13
### Added
- New config item for empty OTP error messages: 'cannot_be_empty' => 'One Time Password cannot be empty.',
- Tests to check for HTML error messages
## [1.1.1] - 2019-03-12
### Removed
- PHP 7.0 support
## [1.1.0] - 2019-09-10
### Added
- Laravel 6 support
## [1.0.0] - 2019-03-21
- Start using Google2FA QRCode as base class
- Support QRCode generation again
- Support API / Stateless requests
## [0.3.0] - 2019-03-20
- Upgrade to GoogleFA 5.0
## [0.2.1] - 2019-03-20
- Removed QRCode generation via Google2FA 4.0
## [0.2.0] - 2018-03-07
### Add
- Firing events:
- EmptyOneTimePasswordReceived
- LoggedOut
- LoginFailed
- LoginSucceeded
- OneTimePasswordExpired
- OneTimePasswordRequested
### Changed
- Google2FA is not dependent from Middleware anymore
- Small refactor
- Change license to MIT
- Move from phpspec tests to PHPUnit and Orchestra
### Removed
- Support for PHP 5.4-5.6 (should still work, but would have to be tested by users)
## [0.1.4] - 2017-12-05
### Add
- Support Laravel 5.2+
## [0.1.2] - 2016-06-22
### Fixed
- Fix middleware returning nulls
## [0.1.1] - 2016-06-22
### Fixed
- Keepalive time not being updated correctly
## [0.1.0] - 2016-06-21
### Added
- First version