Version Notes
Integration of econda Web Controlling functions.
Download this release
Release Info
Developer | ecdev |
Extension | Mage_Econda |
Version | 1.6.7 |
Comparing to | |
See all releases |
Code changes from version 1.6.6 to 1.6.7
- app/code/local/Mage/Econda/Block/Econda.php +1 -1
- app/code/local/Mage/Econda/Block/EcondaOp.php +0 -0
- app/code/local/Mage/Econda/Block/Emos.php +0 -0
- app/code/local/Mage/Econda/Helper/Data.php +0 -0
- app/code/local/Mage/Econda/Model/Base.php +1 -1
- app/code/local/Mage/Econda/Model/Basket.php +0 -0
- app/code/local/Mage/Econda/Model/Item.php +0 -0
- app/code/local/Mage/Econda/Model/System/Config/Source/Billing.php +0 -0
- app/code/local/Mage/Econda/Model/System/Config/Source/Langid.php +2 -2
- app/code/local/Mage/Econda/Model/System/Config/Source/Language.php +0 -0
- app/code/local/Mage/Econda/Model/System/Config/Source/Product.php +0 -0
- app/code/local/Mage/Econda/Model/System/Config/Source/Siteid.php +0 -0
- app/code/local/Mage/Econda/etc/config.xml +1 -1
- app/code/local/Mage/Econda/etc/system.xml +0 -0
- app/design/frontend/base/default/layout/econda.xml +0 -0
- app/design/frontend/base/default/template/econda/tracker.phtml +0 -0
- app/design/frontend/default/default/layout/econda.xml +0 -0
- app/design/frontend/default/default/template/econda/tracker.phtml +0 -0
- app/etc/modules/Mage_Econda.xml +0 -0
- app/locale/de_AT/Mage_Econda.csv +13 -13
- app/locale/de_CH/Mage_Econda.csv +13 -13
- app/locale/de_DE/Mage_Econda.csv +13 -13
- app/locale/en_US/Mage_Econda.csv +13 -13
- js/tracker/emos2.js +1 -0
- js/tracker/emosop.js +0 -0
- package.xml +6 -6
app/code/local/Mage/Econda/Block/Econda.php
CHANGED
@@ -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 |
|
237 |
/**
|
238 |
* Display script code
|
239 |
*/
|
240 |
+
$emosString = "\n\n<!-- Start Econda-Monitor M167 -->\n";
|
241 |
$emosString .= $emos->toString();
|
242 |
$emosString .= "<!-- End Econda-Monitor -->\n\n";
|
243 |
|
app/code/local/Mage/Econda/Block/EcondaOp.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Block/Emos.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Helper/Data.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Model/Base.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
/**
|
3 |
* Magento
|
4 |
*
|
1 |
+
<?php
|
2 |
/**
|
3 |
* Magento
|
4 |
*
|
app/code/local/Mage/Econda/Model/Basket.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Model/Item.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Model/System/Config/Source/Billing.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Model/System/Config/Source/Langid.php
CHANGED
@@ -14,14 +14,14 @@
|
|
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
|
21 |
{
|
22 |
|
23 |
/**
|
24 |
-
* returns the value for
|
25 |
*/
|
26 |
public function toOptionArray()
|
27 |
{
|
14 |
*
|
15 |
* @category Mage
|
16 |
* @package Mage_Econda
|
17 |
+
* @copyright Copyright (c) 2017 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
|
21 |
{
|
22 |
|
23 |
/**
|
24 |
+
* returns the value for langid field in backend
|
25 |
*/
|
26 |
public function toOptionArray()
|
27 |
{
|
app/code/local/Mage/Econda/Model/System/Config/Source/Language.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Model/System/Config/Source/Product.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/Model/System/Config/Source/Siteid.php
CHANGED
File without changes
|
app/code/local/Mage/Econda/etc/config.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Mage_Econda>
|
14 |
-
<version>1.6.
|
15 |
</Mage_Econda>
|
16 |
</modules>
|
17 |
<frontend>
|
11 |
<config>
|
12 |
<modules>
|
13 |
<Mage_Econda>
|
14 |
+
<version>1.6.7</version>
|
15 |
</Mage_Econda>
|
16 |
</modules>
|
17 |
<frontend>
|
app/code/local/Mage/Econda/etc/system.xml
CHANGED
File without changes
|
app/design/frontend/base/default/layout/econda.xml
CHANGED
File without changes
|
app/design/frontend/base/default/template/econda/tracker.phtml
CHANGED
File without changes
|
app/design/frontend/default/default/layout/econda.xml
CHANGED
File without changes
|
app/design/frontend/default/default/template/econda/tracker.phtml
CHANGED
File without changes
|
app/etc/modules/Mage_Econda.xml
CHANGED
File without changes
|
app/locale/de_AT/Mage_Econda.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
"Used Language","Verwendete Sprache"
|
2 |
-
"Settings","Einstellungen"
|
3 |
-
"Activation","Aktivierung"
|
4 |
-
"Select only the language, which at the time of initial activation of your econda product has been selected.","Nur die Sprache verwenden, welche bei der ersten Aktivierung Ihres econda Produktes ausgewählt wurde."
|
5 |
-
"Total Price (Grand Total)","Gesamtpreis (Grand Total)"
|
6 |
-
"Value of Goods without Tax (Subtotal)","Warenwert ohne Steuer (Subtotal)"
|
7 |
-
"Value of Goods with Tax (Subtotal + Tax)","Warenwert mit Steuer (Subtotal + Tax)"
|
8 |
-
"Get Billing and Prices with or without Tax and Shipping","Den Rechnungsbetrag und Preise mit oder ohne Steuer und Versandkosten übertragen"
|
9 |
-
"Billing and Prices","Rechnung und Preise"
|
10 |
-
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Siteid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
11 |
-
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Langid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
12 |
-
"Use the Magento product ID or SKU for product tracking.","Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden."
|
13 |
-
"Test it for free","Jetzt kostenlos testen"
|
1 |
+
"Used Language","Verwendete Sprache"
|
2 |
+
"Settings","Einstellungen"
|
3 |
+
"Activation","Aktivierung"
|
4 |
+
"Select only the language, which at the time of initial activation of your econda product has been selected.","Nur die Sprache verwenden, welche bei der ersten Aktivierung Ihres econda Produktes ausgewählt wurde."
|
5 |
+
"Total Price (Grand Total)","Gesamtpreis (Grand Total)"
|
6 |
+
"Value of Goods without Tax (Subtotal)","Warenwert ohne Steuer (Subtotal)"
|
7 |
+
"Value of Goods with Tax (Subtotal + Tax)","Warenwert mit Steuer (Subtotal + Tax)"
|
8 |
+
"Get Billing and Prices with or without Tax and Shipping","Den Rechnungsbetrag und Preise mit oder ohne Steuer und Versandkosten übertragen"
|
9 |
+
"Billing and Prices","Rechnung und Preise"
|
10 |
+
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Siteid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
11 |
+
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Langid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
12 |
+
"Use the Magento product ID or SKU for product tracking.","Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden."
|
13 |
+
"Test it for free","Jetzt kostenlos testen"
|
app/locale/de_CH/Mage_Econda.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
"Used Language","Verwendete Sprache"
|
2 |
-
"Settings","Einstellungen"
|
3 |
-
"Activation","Aktivierung"
|
4 |
-
"Select only the language, which at the time of initial activation of your econda product has been selected.","Nur die Sprache verwenden, welche bei der ersten Aktivierung Ihres econda Produktes ausgewählt wurde."
|
5 |
-
"Total Price (Grand Total)","Gesamtpreis (Grand Total)"
|
6 |
-
"Value of Goods without Tax (Subtotal)","Warenwert ohne Steuer (Subtotal)"
|
7 |
-
"Value of Goods with Tax (Subtotal + Tax)","Warenwert mit Steuer (Subtotal + Tax)"
|
8 |
-
"Get Billing and Prices with or without Tax and Shipping","Den Rechnungsbetrag und Preise mit oder ohne Steuer und Versandkosten übertragen"
|
9 |
-
"Billing and Prices","Rechnung und Preise"
|
10 |
-
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Siteid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
11 |
-
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Langid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
12 |
-
"Use the Magento product ID or SKU for product tracking.","Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden."
|
13 |
-
"Test it for free","Jetzt kostenlos testen"
|
1 |
+
"Used Language","Verwendete Sprache"
|
2 |
+
"Settings","Einstellungen"
|
3 |
+
"Activation","Aktivierung"
|
4 |
+
"Select only the language, which at the time of initial activation of your econda product has been selected.","Nur die Sprache verwenden, welche bei der ersten Aktivierung Ihres econda Produktes ausgewählt wurde."
|
5 |
+
"Total Price (Grand Total)","Gesamtpreis (Grand Total)"
|
6 |
+
"Value of Goods without Tax (Subtotal)","Warenwert ohne Steuer (Subtotal)"
|
7 |
+
"Value of Goods with Tax (Subtotal + Tax)","Warenwert mit Steuer (Subtotal + Tax)"
|
8 |
+
"Get Billing and Prices with or without Tax and Shipping","Den Rechnungsbetrag und Preise mit oder ohne Steuer und Versandkosten übertragen"
|
9 |
+
"Billing and Prices","Rechnung und Preise"
|
10 |
+
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Siteid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
11 |
+
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Langid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
12 |
+
"Use the Magento product ID or SKU for product tracking.","Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden."
|
13 |
+
"Test it for free","Jetzt kostenlos testen"
|
app/locale/de_DE/Mage_Econda.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
"Used Language","Verwendete Sprache"
|
2 |
-
"Settings","Einstellungen"
|
3 |
-
"Activation","Aktivierung"
|
4 |
-
"Select only the language, which at the time of initial activation of your econda product has been selected.","Nur die Sprache verwenden, welche bei der ersten Aktivierung Ihres econda Produktes ausgewählt wurde."
|
5 |
-
"Total Price (Grand Total)","Gesamtpreis (Grand Total)"
|
6 |
-
"Value of Goods without Tax (Subtotal)","Warenwert ohne Steuer (Subtotal)"
|
7 |
-
"Value of Goods with Tax (Subtotal + Tax)","Warenwert mit Steuer (Subtotal + Tax)"
|
8 |
-
"Get Billing and Prices with or without Tax and Shipping","Den Rechnungsbetrag und Preise mit oder ohne Steuer und Versandkosten übertragen"
|
9 |
-
"Billing and Prices","Rechnung und Preise"
|
10 |
-
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Siteid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
11 |
-
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Langid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
12 |
-
"Use the Magento product ID or SKU for product tracking.","Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden."
|
13 |
-
"Test it for free","Jetzt kostenlos testen"
|
1 |
+
"Used Language","Verwendete Sprache"
|
2 |
+
"Settings","Einstellungen"
|
3 |
+
"Activation","Aktivierung"
|
4 |
+
"Select only the language, which at the time of initial activation of your econda product has been selected.","Nur die Sprache verwenden, welche bei der ersten Aktivierung Ihres econda Produktes ausgewählt wurde."
|
5 |
+
"Total Price (Grand Total)","Gesamtpreis (Grand Total)"
|
6 |
+
"Value of Goods without Tax (Subtotal)","Warenwert ohne Steuer (Subtotal)"
|
7 |
+
"Value of Goods with Tax (Subtotal + Tax)","Warenwert mit Steuer (Subtotal + Tax)"
|
8 |
+
"Get Billing and Prices with or without Tax and Shipping","Den Rechnungsbetrag und Preise mit oder ohne Steuer und Versandkosten übertragen"
|
9 |
+
"Billing and Prices","Rechnung und Preise"
|
10 |
+
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Siteid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
11 |
+
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Manuelle Festlegung der Langid. Nur in Abstimmung mit econda vornehmen. Frei lassen, falls nicht benötigt."
|
12 |
+
"Use the Magento product ID or SKU for product tracking.","Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden."
|
13 |
+
"Test it for free","Jetzt kostenlos testen"
|
app/locale/en_US/Mage_Econda.csv
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
"Used Language","Used Language"
|
2 |
-
"Settings","Settings"
|
3 |
-
"Activation","Activation"
|
4 |
-
"Select only the language, which at the time of initial activation of your econda product has been selected.","Select only the language, which at the time of initial activation of your econda product has been selected."
|
5 |
-
"Total Price (Grand Total)","Total Price (Grand Total)"
|
6 |
-
"Value of Goods without Tax (Subtotal)","Value of Goods without Tax (Subtotal)"
|
7 |
-
"Value of Goods with Tax (Subtotal + Tax)","Value of Goods with Tax (Subtotal + Tax)"
|
8 |
-
"Get Billing and Prices with or without Tax and Shipping","Get Billing and Prices with or without Tax and Shipping"
|
9 |
-
"Billing and Prices","Billing and Prices"
|
10 |
-
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used."
|
11 |
-
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Set Langid manually. Only change this in agreement with econda. Leave empty, if not used."
|
12 |
-
"Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden.","Use the Magento product ID or SKU for product tracking."
|
13 |
-
"Test it for free","Test it for free"
|
1 |
+
"Used Language","Used Language"
|
2 |
+
"Settings","Settings"
|
3 |
+
"Activation","Activation"
|
4 |
+
"Select only the language, which at the time of initial activation of your econda product has been selected.","Select only the language, which at the time of initial activation of your econda product has been selected."
|
5 |
+
"Total Price (Grand Total)","Total Price (Grand Total)"
|
6 |
+
"Value of Goods without Tax (Subtotal)","Value of Goods without Tax (Subtotal)"
|
7 |
+
"Value of Goods with Tax (Subtotal + Tax)","Value of Goods with Tax (Subtotal + Tax)"
|
8 |
+
"Get Billing and Prices with or without Tax and Shipping","Get Billing and Prices with or without Tax and Shipping"
|
9 |
+
"Billing and Prices","Billing and Prices"
|
10 |
+
"Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used.","Set Siteid manually. Only change this in agreement with econda. Leave empty, if not used."
|
11 |
+
"Set Langid manually. Only change this in agreement with econda. Leave empty, if not used.","Set Langid manually. Only change this in agreement with econda. Leave empty, if not used."
|
12 |
+
"Die Magento Produkt ID oder die SKU für die Produkterfassung verwenden.","Use the Magento product ID or SKU for product tracking."
|
13 |
+
"Test it for free","Test it for free"
|
js/tracker/emos2.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
// dummy version of emos2.js . Please replace with your own file, which can be downloaded within the econda Shop Monitor.//
|
js/tracker/emosop.js
CHANGED
File without changes
|
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>
|
@@ -9,10 +9,10 @@
|
|
9 |
<summary>Bindet econda Web Analytics in Magento ein. Inserts econda Web Analytics into Magento.</summary>
|
10 |
<description>Bindet econda Web Analytics in Magento ein. Weitere Informationen unter http://www.econda.de. Inserts econda Web Analytics 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>ecmagento</user><email>
|
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>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mage_Econda</name>
|
4 |
+
<version>1.6.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Bindet econda Web Analytics in Magento ein. Inserts econda Web Analytics into Magento.</summary>
|
10 |
<description>Bindet econda Web Analytics in Magento ein. Weitere Informationen unter http://www.econda.de. Inserts econda Web Analytics 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>ecmagento</user><email>support@econda.de</email></author></authors>
|
13 |
+
<date>2017-05-15</date>
|
14 |
+
<time>14:01:40</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Mage"><dir name="Econda"><dir name="Block"><file name="Econda.php" hash="1e1da6ee2b8f68a43dd1cc69dbc07e5b"/><file name="EcondaOp.php" hash="bb539330882621af25fc31e457a12c4a"/><file name="Emos.php" hash="c90acb2969f5f1a6f574079066f2a761"/></dir><dir name="Helper"><file name="Data.php" hash="5d0bdb6c2bb055f98710c9243ff2a066"/></dir><dir name="Model"><file name="Base.php" hash="531a2df1be56bf8ece21d04b7b99894f"/><file name="Basket.php" hash="7280f463d1055300bc150b8d2d037ce4"/><file name="Item.php" hash="5168097bd776dd2a99b316c0bd4e2b72"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Billing.php" hash="1ee0416a4aa84b0a082ba3807bf0e785"/><file name="Langid.php" hash="fa611f2626e0b37c1c7e77076b3218b3"/><file name="Language.php" hash="9e7a6599cb7cfadb542c32555e12a009"/><file name="Product.php" hash="1c1c1e5e4a050f0f9a87f5f658898fd3"/><file name="Siteid.php" hash="6e58bb6a4987a2e3010a9df539983a25"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="744112cc4573ddd0e549c1f964d8230c"/><file name="system.xml" hash="f583217cb09d6e8ebe089c8ebced5735"/></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="41023910444c55f23650384493d5008c"/></dir></dir><dir name="layout"><file name="econda.xml" hash="e87b667bf12976bac91829ffe64f288e"/></dir></dir></dir><dir name="base"><dir name="default"><dir name="template"><dir name="econda"><file name="tracker.phtml" hash="41023910444c55f23650384493d5008c"/></dir></dir><dir name="layout"><file name="econda.xml" hash="e87b667bf12976bac91829ffe64f288e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Mage_Econda.xml" hash="ac45b7219b3a8ca3d1e6f849093cf7eb"/></dir></target><target name="mageweb"><dir name="js"><dir name="tracker"><file name="emosop.js" hash="da04fb13b0756a0737c78247c73863bb"/><file name="emos2.js" hash="d713d9622d62e4374b16e4af0771c476"/></dir></dir></target><target name="magelocale"><dir name="de_DE"><file name="Mage_Econda.csv" hash="3353caffa324ab2e7564f164170e7fc4"/></dir><dir name="de_AT"><file name="Mage_Econda.csv" hash="3353caffa324ab2e7564f164170e7fc4"/></dir><dir name="de_CH"><file name="Mage_Econda.csv" hash="3353caffa324ab2e7564f164170e7fc4"/></dir><dir name="en_US"><file name="Mage_Econda.csv" hash="4a454eae93ec13bfd8830c460e0b7164"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
18 |
</package>
|