From 948de5ca6f872f9291d5f679baad677380a08597 Mon Sep 17 00:00:00 2001 From: txp Date: Tue, 4 Jan 2022 16:56:11 +0700 Subject: [PATCH 1/2] Fixed configurable doesn't show up when changing store --- etc/adminhtml/system.xml | 162 +++++++++++++++++++-------------------- 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index fcbff98..1932a37 100755 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -1,81 +1,81 @@ - - - - -
- separator-top - - mageplaza - Mageplaza_Webhook::configuration - - - - - Magento\Config\Model\Config\Source\Yesno - Yes to enable this module.
- How to integrate with others
- 1. It helps to reduce abandonment cart with One Step Checkout.
- 2. Magento stores see upwards of 30% revenue 💰 with AVADA. Learn more]]>
-
- - - validate-digits - How to deteminte as Abandonded Cart. Enter number of hour(s). Recommend: 1, 6, 10, 12, 24. Default: 10 - - - - validate-digits - The number of logs will be kept in each hook. If it reaches this number, the old logs will be removed. If empty or zero, no limitation. Default: 10 - - - - Magento\Config\Model\Config\Source\Yesno - SMTP]]> - - - - Mageplaza\Webhook\Model\Config\Backend\Email - Separated by comma (,) - - - - Magento\Config\Model\Config\Source\Email\Template - -
- - - - - Mageplaza\Webhook\Model\Config\Source\Schedule - - - - - - day,week,month - - - -
-
-
+ + + + +
+ separator-top + + mageplaza + Mageplaza_Webhook::configuration + + + + + Magento\Config\Model\Config\Source\Yesno + Yes to enable this module.
+ How to integrate with others
+ 1. It helps to reduce abandonment cart with One Step Checkout.
+ 2. Magento stores see upwards of 30% revenue 💰 with AVADA. Learn more]]>
+
+ + + validate-digits + How to deteminte as Abandonded Cart. Enter number of hour(s). Recommend: 1, 6, 10, 12, 24. Default: 10 + + + + validate-digits + The number of logs will be kept in each hook. If it reaches this number, the old logs will be removed. If empty or zero, no limitation. Default: 10 + + + + Magento\Config\Model\Config\Source\Yesno + SMTP]]> + + + + Mageplaza\Webhook\Model\Config\Backend\Email + Separated by comma (,) + + + + Magento\Config\Model\Config\Source\Email\Template + +
+ + + + + Mageplaza\Webhook\Model\Config\Source\Schedule + + + + + + day,week,month + + + +
+
+
From b8c76aa30572afc0ad05655ca75f802b5c819934 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 22 Jun 2022 16:30:20 +0700 Subject: [PATCH 2/2] Clean code --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dddb0ec..b47e3a7 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,11 @@ "name": "mageplaza/module-webhook", "description": "Magento 2 Webhook Extension", "require": { - "mageplaza/module-core": "^1.4.5", + "mageplaza/module-core": "^1.4.12", "liquid/liquid": "^1.4.8" }, "type": "magento2-module", - "version": "4.1.2", + "version": "4.1.3", "license": "proprietary", "authors": [ {