Skip to content

Commit 4dbf2e3

Browse files
committed
Released 2.0.2
1 parent 094429f commit 4dbf2e3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.2] - 2024-11-05
8+
9+
### Added
10+
- Added PHPStan level 9 support by improving type hints ([#27](https://github.com/markshust/magento2-module-disabletwofactorauth/pull/27))
11+
- Added keywords to composer.json for better package discovery
12+
13+
### Updated
14+
- Updated installation instructions to recommend using `--dev` flag with composer
15+
- Made package explicitly development-focused to avoid Adobe Commerce security warnings ([#28](https://github.com/markshust/magento2-module-disabletwofactorauth/pull/28))
16+
- Updated badge icon with support for newer versions of Magento
17+
18+
### Fixed
19+
- Fixed issue where 2FA could remain enabled for API token generation when main 2FA was disabled ([#29](https://github.com/markshust/magento2-module-disabletwofactorauth/pull/29))
20+
721
## [2.0.1] - 2022-10-24
822

923
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"magento/framework": "^103"
1515
},
1616
"type": "magento2-module",
17-
"version": "2.0.1",
17+
"version": "2.0.2",
1818
"license": [
1919
"MIT"
2020
],

0 commit comments

Comments
 (0)