Releases: elgentos/frontend2fa
Releases · elgentos/frontend2fa
Magento 2.4.6 compatibility
1.0.0
adjusted code based on style diff
0.1.11
Removed PHP dependency restraint since it depends on juashyam/authenticator
anyway, which has stricter controls
0.1.10
Update composer.json
added php7.4
0.1.9
Store-view-level config, and README update for integration with other modules (#7)
Thanks @johnorourke!
0.1.8
- Replaced neyamtux/authenticator with correct name juashyam/authenticator in composer.json
0.1.7
- Replace non-alphanumeric characters with dashes; Google Authenticator does not like spaces in the title
0.1.6
- Made juashyam/authenticator and endroid/qr-code required packages
0.1.5
- Replaced Google Charts generation of QR code with endroid/qr-code
- Renamed enabled groups to forced groups - made 2FA possible but optional for non-chosen groups
0.1.4
Fixed composer installation