21. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:08:39 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

21.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etcmodule.xml2020-06-26 11:11:14 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etcmodule.xml2020-06-26 11:11:14 +0000

21.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1112
Changed00
Inserted00
Removed00

21.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

21.4 Active regular expressions

No regular expressions were active.

21.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Mageplaza 6  * Mageplaza
7  * 7  *
8  * NOTICE OF LICENSE 8  * NOTICE OF LICENSE
9  * 9  *
10  * This source file is subject to the Mageplaza.com license that is 10  * This source file is subject to the Mageplaza.com license that is
11  * available through the world-wide-web at this URL: 11  * available through the world-wide-web at this URL:
12  * https://www.mageplaza.com/LICENSE.txt 12  * https://www.mageplaza.com/LICENSE.txt
13  * 13  *
14  * DISCLAIMER 14  * DISCLAIMER
15  * 15  *
16  * Do not edit or add to this file if you wish to upgrade this extension to newer 16  * Do not edit or add to this file if you wish to upgrade this extension to newer
17  * version in the future. 17  * version in the future.
18  * 18  *
19  * @category    Mageplaza 19  * @category    Mageplaza
20  * @package     Mageplaza_LayeredNavigation 20  * @package     Mageplaza_LayeredNavigation
21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/) 21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
22  * @license     https://www.mageplaza.com/LICENSE.txt 22  * @license     https://www.mageplaza.com/LICENSE.txt
23  */ 23  */
24 --> 24 -->
25 <config  25 <config 
26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
27  xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" 27  xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"
28 > 28 >
29       29      
30  <module  30  <module 
31   name="Mageplaza_LayeredNavigation"  31   name="Mageplaza_LayeredNavigation" 
32   setup_version="2.0.0" 32   setup_version="2.0.0"
33  > 33  >
34            34           
35   <sequence> 35   <sequence>
36                 36                
37    <module  37    <module 
38     name="Magento_Catalog" 38     name="Magento_Catalog"
39    /> 39    />
40                 40                
41    <module  41    <module 
42     name="Magento_LayeredNavigation" 42     name="Magento_LayeredNavigation"
43    /> 43    />
44                 44                
45    <module  45    <module 
46     name="Mageplaza_AjaxLayer" 46     name="Mageplaza_AjaxLayer"
47    /> 47    />
48                 48                
49    <module  49    <module 
50     name="Mageplaza_Core" 50     name="Mageplaza_Core"
51    /> 51    />
52             52            
53   </sequence> 53   </sequence>
54        54       
55  </module> 55  </module>
56 </config> 56 </config>