From 9d7920a514fcdefd224e481a8a65b498f7fd803c Mon Sep 17 00:00:00 2001 From: Denis Kopylov Date: Mon, 26 Oct 2020 16:53:48 +0300 Subject: [PATCH] Added support Magento 2.4.1 --- CHANGESLOG.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGESLOG.md b/CHANGESLOG.md index 942b03a..d62d1e9 100644 --- a/CHANGESLOG.md +++ b/CHANGESLOG.md @@ -1,3 +1,7 @@ +1.0.2 +============ +- Added support Magento 2.4.1 + 1.0.1 ============ - Refactored update account flag logic diff --git a/composer.json b/composer.json index a6e4350..4e9f8ed 100644 --- a/composer.json +++ b/composer.json @@ -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": [