You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
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))
0 commit comments