Version Notes
Integration of econda Web Controlling functions.
Download this release
Release Info
Developer | ecdev |
Extension | Mage_Econda |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.0 to 1.6.1
- app/code/local/Mage/Econda/Block/Econda.php +3 -3
- app/code/local/Mage/Econda/Block/EcondaOp.php +2 -2
- app/code/local/Mage/Econda/Block/Emos.php +1 -1
- app/code/local/Mage/Econda/Helper/Data.php +1 -1
- app/code/local/Mage/Econda/Model/Base.php +1 -1
- app/code/local/Mage/Econda/Model/Basket.php +1 -1
- app/code/local/Mage/Econda/Model/Item.php +1 -1
- app/code/local/Mage/Econda/Model/System/Config/Source/Billing.php +1 -1
- app/code/local/Mage/Econda/Model/System/Config/Source/Langid.php +1 -1
- app/code/local/Mage/Econda/Model/System/Config/Source/Language.php +1 -1
- app/code/local/Mage/Econda/Model/System/Config/Source/Product.php +1 -1
- app/code/local/Mage/Econda/Model/System/Config/Source/Siteid.php +1 -1
- app/code/local/Mage/Econda/etc/config.xml +2 -2
- app/code/local/Mage/Econda/etc/system.xml +1 -1
- app/design/frontend/base/default/layout/econda.xml +1 -1
- app/design/frontend/base/default/template/econda/tracker.phtml +1 -1
- app/design/frontend/default/default/layout/econda.xml +1 -1
- app/design/frontend/default/default/template/econda/tracker.phtml +1 -1
- app/etc/modules/Mage_Econda.xml +1 -1
- package.xml +4 -4
app/code/local/Mage/Econda/Block/Econda.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
@@ -89,7 +89,7 @@ class Mage_Econda_Block_Econda extends Mage_Core_Block_Template
|
|
89 |
$pageRoute = Mage::app()->getRequest()->getRouteName();
|
90 |
$PageName = Mage::getSingleton('cms/page')->getIdentifier();
|
91 |
|
92 |
-
if($pageRoute != 'cms' && $PageName != 'home') {
|
93 |
if(trim($contentPath) == 'Start' || trim($contentPath) == 'Start/') {
|
94 |
$contentPath = str_replace('/','',$contentPath);
|
95 |
$contentPath .= Mage::getModel('econda/base')->getContentDefault();
|
@@ -237,7 +237,7 @@ class Mage_Econda_Block_Econda extends Mage_Core_Block_Template
|
|
237 |
/**
|
238 |
* Display script code
|
239 |
*/
|
240 |
-
$emosString = "\n\n<!-- Start Econda-Monitor
|
241 |
$emosString .= $emos->toString();
|
242 |
$emosString .= "<!-- End Econda-Monitor -->\n\n";
|
243 |
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
89 |
$pageRoute = Mage::app()->getRequest()->getRouteName();
|
90 |
$PageName = Mage::getSingleton('cms/page')->getIdentifier();
|
91 |
|
92 |
+
if(($pageRoute != 'cms' && $PageName != 'home') || $contentPath == 'Start') {
|
93 |
if(trim($contentPath) == 'Start' || trim($contentPath) == 'Start/') {
|
94 |
$contentPath = str_replace('/','',$contentPath);
|
95 |
$contentPath .= Mage::getModel('econda/base')->getContentDefault();
|
237 |
/**
|
238 |
* Display script code
|
239 |
*/
|
240 |
+
$emosString = "\n\n<!-- Start Econda-Monitor M161 -->\n";
|
241 |
$emosString .= $emos->toString();
|
242 |
$emosString .= "<!-- End Econda-Monitor -->\n\n";
|
243 |
|
app/code/local/Mage/Econda/Block/EcondaOp.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
@@ -66,7 +66,7 @@ class Mage_Econda_Block_EcondaOp extends Mage_Core_Block_Template
|
|
66 |
$emosLogin .= " emospro.login = [['".$customerId."','0']];\n";
|
67 |
$opsession->setData('econda_logged','2');
|
68 |
}
|
69 |
-
$emosOut = "\n\n<!-- Start Econda-Monitor
|
70 |
$emosOut .= "<script type=\"text/javascript\">\n//<![CDATA[\n";
|
71 |
$emosOut .= " window.emosTrackVersion = 2;\n";
|
72 |
$emosOut .= "//]]>\n</script>";
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
66 |
$emosLogin .= " emospro.login = [['".$customerId."','0']];\n";
|
67 |
$opsession->setData('econda_logged','2');
|
68 |
}
|
69 |
+
$emosOut = "\n\n<!-- Start Econda-Monitor M161 -->\n";
|
70 |
$emosOut .= "<script type=\"text/javascript\">\n//<![CDATA[\n";
|
71 |
$emosOut .= " window.emosTrackVersion = 2;\n";
|
72 |
$emosOut .= "//]]>\n</script>";
|
app/code/local/Mage/Econda/Block/Emos.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* $Id: emos.php,v 1.15 2009/11/17 13:24:00 egaiser Exp $
|
5 |
********************************************************************************
|
6 |
|
7 |
-
Copyright (c) 2004 -
|
8 |
All rights reserved.
|
9 |
|
10 |
ECONDA GmbH
|
4 |
* $Id: emos.php,v 1.15 2009/11/17 13:24:00 egaiser Exp $
|
5 |
********************************************************************************
|
6 |
|
7 |
+
Copyright (c) 2004 - 2013 ECONDA GmbH Karlsruhe
|
8 |
All rights reserved.
|
9 |
|
10 |
ECONDA GmbH
|
app/code/local/Mage/Econda/Helper/Data.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
app/code/local/Mage/Econda/Model/Base.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
app/code/local/Mage/Econda/Model/Basket.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
|
app/code/local/Mage/Econda/Model/Item.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_Item extends Mage_Core_Model_Abstract
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_Item extends Mage_Core_Model_Abstract
|
app/code/local/Mage/Econda/Model/System/Config/Source/Billing.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Billing
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Billing
|
app/code/local/Mage/Econda/Model/System/Config/Source/Langid.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Langid
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Langid
|
app/code/local/Mage/Econda/Model/System/Config/Source/Language.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Language
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Language
|
app/code/local/Mage/Econda/Model/System/Config/Source/Product.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Product
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Product
|
app/code/local/Mage/Econda/Model/System/Config/Source/Siteid.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Siteid
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
class Mage_Econda_Model_System_Config_Source_Siteid
|
app/code/local/Mage/Econda/etc/config.xml
CHANGED
@@ -6,12 +6,12 @@
|
|
6 |
receive a copy of the license and are unable to * obtain it through the world-wide-web,
|
7 |
please send an email * to license@magentocommerce.com so we can send you
|
8 |
a copy immediately. * * @category Mage * @package Mage_Econda * @copyright
|
9 |
-
Copyright (c)
|
10 |
Open Software License (OSL 3.0) */ -->
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Mage_Econda>
|
14 |
-
<version>1.6.
|
15 |
</Mage_Econda>
|
16 |
</modules>
|
17 |
<frontend>
|
6 |
receive a copy of the license and are unable to * obtain it through the world-wide-web,
|
7 |
please send an email * to license@magentocommerce.com so we can send you
|
8 |
a copy immediately. * * @category Mage * @package Mage_Econda * @copyright
|
9 |
+
Copyright (c) 2013 econda GmbH (http://www.econda.de) * @license http://opensource.org/licenses/osl-3.0.php
|
10 |
Open Software License (OSL 3.0) */ -->
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Mage_Econda>
|
14 |
+
<version>1.6.1</version>
|
15 |
</Mage_Econda>
|
16 |
</modules>
|
17 |
<frontend>
|
app/code/local/Mage/Econda/etc/system.xml
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
-
* @copyright Copyright (c)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
app/design/frontend/base/default/layout/econda.xml
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
-
* @copyright Copyright (c)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
app/design/frontend/base/default/template/econda/tracker.phtml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
echo $this->getEmos();
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
echo $this->getEmos();
|
app/design/frontend/default/default/layout/econda.xml
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
-
* @copyright Copyright (c)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
app/design/frontend/default/default/template/econda/tracker.phtml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
-
* @copyright Copyright (c)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
echo $this->getEmos();
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
18 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
19 |
*/
|
20 |
echo $this->getEmos();
|
app/etc/modules/Mage_Econda.xml
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
-
* @copyright Copyright (c)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
15 |
*
|
16 |
* @category Mage
|
17 |
* @package Mage_Econda
|
18 |
+
* @copyright Copyright (c) 2013 econda GmbH (http://www.econda.de)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
-->
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Econda</name>
|
4 |
-
<version>1.6.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Bindet econda Web Shop Controlling in Magento ein. Weitere Informationen unter http://www.econda.de. Inserts econda Web Shop Contolling into Magento. For further information visit http://www.econda.de/</description>
|
11 |
<notes>Integration of econda Web Controlling functions.</notes>
|
12 |
<authors><author><name>ecdev</name><user>orgonflow</user><email>bebop30@gmx.net</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>14:
|
15 |
-
<contents><target name="magelocal"><dir name="Mage"><dir name="Econda"><dir name="Block"><file name="Econda.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Econda</name>
|
4 |
+
<version>1.6.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Bindet econda Web Shop Controlling in Magento ein. Weitere Informationen unter http://www.econda.de. Inserts econda Web Shop Contolling into Magento. For further information visit http://www.econda.de/</description>
|
11 |
<notes>Integration of econda Web Controlling functions.</notes>
|
12 |
<authors><author><name>ecdev</name><user>orgonflow</user><email>bebop30@gmx.net</email></author></authors>
|
13 |
+
<date>2013-07-30</date>
|
14 |
+
<time>14:15:04</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Mage"><dir name="Econda"><dir name="Block"><file name="Econda.php" hash="3a2f494ae2397af30b26b924c9dcc821"/><file name="EcondaOp.php" hash="c4a0d1347ba9910fcb0f5bbc8a471064"/><file name="Emos.php" hash="fc857c5d0ac70a63aa0a84d51b660b5f"/></dir><dir name="Helper"><file name="Data.php" hash="53b39a193afd5eeb78852b682c0013b9"/></dir><dir name="Model"><file name="Base.php" hash="058d739ab9b92b409de49006ad150888"/><file name="Basket.php" hash="40162f5ead2160646c0a96aa1eefbeb6"/><file name="Item.php" hash="6ad4786183d500fca3dfb456da9056c2"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Billing.php" hash="03f7f0618942aee0ee398acc8aee6048"/><file name="Langid.php" hash="d2a90f53493868fb2ca6e21fc6511f99"/><file name="Language.php" hash="5df9d83c7dd49ec2adec794e4c6e0717"/><file name="Product.php" hash="02a36307fbf0e9cf0cdb39bcb16d1de6"/><file name="Siteid.php" hash="5195f5da25d8294534ea1872a9d1811b"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="db08128458a5f9df6776d568a032b9c1"/><file name="system.xml" hash="62a2f8ff114045d1a5c8fa6ee81020c9"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="econda"><file name="tracker.phtml" hash="5d944a20040b315a240e116395c7ec3f"/></dir></dir><dir name="layout"><file name="econda.xml" hash="dbc34ca3bf40c6ade7de4b0c392ae75c"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="econda"><file name="tracker.phtml" hash="5d944a20040b315a240e116395c7ec3f"/></dir></dir><dir name="layout"><file name="econda.xml" hash="dbc34ca3bf40c6ade7de4b0c392ae75c"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Econda.xml" hash="79932112712d2f11848a146b206f0426"/></dir></target><target name="mageweb"><dir name="js"><dir name="tracker"><file name="emosop.js" hash="228bdef1308a698a0c864f43aac4a717"/><file name="emos2.js" hash="9063366f40aa9cb4065d5f1091a47f6a"/></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Mage_Econda.csv" hash="942312acf13a4c973a47566b5ca37b1d"/></dir><dir name="de_AT"><file name="Mage_Econda.csv" hash="942312acf13a4c973a47566b5ca37b1d"/></dir><dir name="de_CH"><file name="Mage_Econda.csv" hash="942312acf13a4c973a47566b5ca37b1d"/></dir><dir name="en_US"><file name="Mage_Econda.csv" hash="66a03ed8c951ee3c7f413d7e5c8419fc"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|