From a597ec5e94480345e4ef6b9f31a57e5262cafbeb Mon Sep 17 00:00:00 2001 From: Onesh Date: Tue, 16 Aug 2022 15:12:55 +0700 Subject: [PATCH 1/3] compatible 2.4.4 --- view/adminhtml/templates/report.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/adminhtml/templates/report.phtml b/view/adminhtml/templates/report.phtml index 5b78527..63d7fe8 100644 --- a/view/adminhtml/templates/report.phtml +++ b/view/adminhtml/templates/report.phtml @@ -21,15 +21,15 @@ ?>

- errorCode ? $block->escapeHtml($this->errorCode . ' - ') : '' ?> - escapeHtml($this->pageTitle) ?> + errorCode ? $this->errorCode . ' - ' : '' ?> + pageTitle ?>

_config->action == '') : ?> -

escapeHtml(__('Exception printing is disabled by default for security reasons.')) ?>

+

reportData) : ?>
-
escapeHtml($this->reportData) ?>
+
reportData ?>
Please read the following materials to resolve the problem: - User Guide http://docs.mageplaza.com/security/ - FAQs https://www.mageplaza.com/faqs/ From 28a96a3b9da3b44296fe810070340303214cab91 Mon Sep 17 00:00:00 2001 From: Onesh Date: Tue, 16 Aug 2022 15:17:58 +0700 Subject: [PATCH 2/3] compatible 2.4.4 --- view/adminhtml/templates/report.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/adminhtml/templates/report.phtml b/view/adminhtml/templates/report.phtml index 63d7fe8..9b6b57c 100644 --- a/view/adminhtml/templates/report.phtml +++ b/view/adminhtml/templates/report.phtml @@ -30,10 +30,10 @@
reportData ?>
-Please read the following materials to resolve the problem: - - User Guide http://docs.mageplaza.com/security/ - - FAQs https://www.mageplaza.com/faqs/ - - Issues https://github.com/mageplaza/magento-2-security/issues' + Please read the following materials to resolve the problem: + - User Guide http://docs.mageplaza.com/security/ + - FAQs https://www.mageplaza.com/faqs/ + - Issues https://github.com/mageplaza/magento-2-security/issues'
From dc3511c64f23cf9cc6c64f30840a3c0e3128c882 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Aug 2022 09:37:49 +0700 Subject: [PATCH 3/3] Clean code --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9c9e114..c038fe1 100644 --- a/composer.json +++ b/composer.json @@ -2,13 +2,13 @@ "name": "mageplaza/module-security", "description": "Mageplaza Security Extension", "require": { - "mageplaza/module-core": "^1.4.5", - "mageplaza/module-google-recaptcha": "^4.0.0", - "mageplaza/module-two-factor-authentication": "^4.0.0", + "mageplaza/module-core": "^1.4.12", + "mageplaza/module-google-recaptcha": "^4.0.1", + "mageplaza/module-two-factor-authentication": "^4.0.3", "sinergi/browser-detector": "*" }, "type": "magento2-module", - "version": "4.0.2", + "version": "4.0.3", "license": "proprietary", "authors": [ {