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": [ { diff --git a/view/adminhtml/templates/report.phtml b/view/adminhtml/templates/report.phtml index 5b78527..9b6b57c 100644 --- a/view/adminhtml/templates/report.phtml +++ b/view/adminhtml/templates/report.phtml @@ -21,19 +21,19 @@ ?>
= $block->escapeHtml(__('Exception printing is disabled by default for security reasons.')) ?>
+= __('Exception printing is disabled by default for security reasons.') ?>
reportData) : ?>= $block->escapeHtml($this->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' += $this->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'