Skip to content

Commit 224c68d

Browse files
committed
Released 2.0.1
1 parent 3ce7bbe commit 224c68d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2022-10-24
8+
9+
### Fixed
10+
- Fix compatibility with MFTF 3.10.0 ([#16](https://github.com/markshust/magento2-module-disabletwofactorauth/pull/16))
11+
712
## [2.0.0] - 2021-11-10
813

914
This is a potentially breaking release, as it changes the overall functionality when Magento is in `developer` mode. A new "Disable 2FA in Developer Mode" system configuration has been created, which is a Yes/No toggle. By default, it is set to Yes so that 2FA is automatically disabled when a Magento site is in `developer` mode. When this is set to No, the two other 2FA configuration dropdowns set the configuration for 2FA. When not in `developer` mode, this toggle has no effect.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "markshust/magento2-module-disabletwofactorauth",
33
"description": "The DisableTwoFactorAuth module provides the ability to disable two-factor authentication.",
44
"require": {
5-
"php": ">=7.3",
6-
"magento/framework": ">=103"
5+
"php": "^7||^8",
6+
"magento/framework": "^103"
77
},
88
"type": "magento2-module",
9-
"version": "2.0.0",
9+
"version": "2.0.1",
1010
"license": [
1111
"MIT"
1212
],

0 commit comments

Comments
 (0)