Skip to content

Commit

Permalink
Added support Magento 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Den4ik committed Oct 26, 2020
1 parent 3d4e611 commit 9d7920a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGESLOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.2
============
- Added support Magento 2.4.1

1.0.1
============
- Refactored update account flag logic
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "magenius/module-two-fa-switch",
"version": "1.0.1",
"version": "1.0.2",
"description": "Magenius 2FA Switch Module",
"type": "magento2-module",
"require": {
"magento/framework": "103.0.*",
"magento/module-two-factor-auth": "1.0.*",
"magento/module-two-factor-auth": "1.0.*|1.1.*",
"magento/module-backend": "102.0.*"
},
"license": [
Expand Down

0 comments on commit 9d7920a

Please sign in to comment.