Version Notes
* hotfix token creation creditcard with prototype selector
Download this release
Release Info
| Developer | PayIntelligent |
| Extension | Paymill_Paymill |
| Version | 3.8.1 |
| Comparing to | |
| See all releases | |
Code changes from version 3.8.0 to 3.8.1
app/code/community/Paymill/Paymill/etc/config.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Paymill_Paymill>
|
| 5 |
-
<version>3.8.
|
| 6 |
</Paymill_Paymill>
|
| 7 |
</modules>
|
| 8 |
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Paymill_Paymill>
|
| 5 |
+
<version>3.8.1</version>
|
| 6 |
</Paymill_Paymill>
|
| 7 |
</modules>
|
| 8 |
|
app/code/community/Paymill/Paymill/etc/system.xml
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
<sort_order>700</sort_order>
|
| 12 |
<fields>
|
| 13 |
<version>
|
| 14 |
-
<label>v3.8.
|
| 15 |
<sort_order>1</sort_order>
|
| 16 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 17 |
<frontend_type>label</frontend_type>
|
|
@@ -105,7 +105,7 @@
|
|
| 105 |
<sort_order>800</sort_order>
|
| 106 |
<fields>
|
| 107 |
<version>
|
| 108 |
-
<label>v3.8.
|
| 109 |
<sort_order>100</sort_order>
|
| 110 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 111 |
<frontend_type>label</frontend_type>
|
|
@@ -226,7 +226,7 @@
|
|
| 226 |
<sort_order>800</sort_order>
|
| 227 |
<fields>
|
| 228 |
<version>
|
| 229 |
-
<label>v3.8.
|
| 230 |
<sort_order>100</sort_order>
|
| 231 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 232 |
<frontend_type>label</frontend_type>
|
| 11 |
<sort_order>700</sort_order>
|
| 12 |
<fields>
|
| 13 |
<version>
|
| 14 |
+
<label>v3.8.1</label>
|
| 15 |
<sort_order>1</sort_order>
|
| 16 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 17 |
<frontend_type>label</frontend_type>
|
| 105 |
<sort_order>800</sort_order>
|
| 106 |
<fields>
|
| 107 |
<version>
|
| 108 |
+
<label>v3.8.1</label>
|
| 109 |
<sort_order>100</sort_order>
|
| 110 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 111 |
<frontend_type>label</frontend_type>
|
| 226 |
<sort_order>800</sort_order>
|
| 227 |
<fields>
|
| 228 |
<version>
|
| 229 |
+
<label>v3.8.1</label>
|
| 230 |
<sort_order>100</sort_order>
|
| 231 |
<frontend_model>adminhtml/system_config_form_field_heading</frontend_model>
|
| 232 |
<frontend_type>label</frontend_type>
|
js/paymill/Creditcard.js
CHANGED
|
@@ -202,7 +202,7 @@ Creditcard.prototype.setEventListener = function(selector)
|
|
| 202 |
if (!$$(selector)[0]) {
|
| 203 |
paymillCreditcard.generateToken();
|
| 204 |
} else {
|
| 205 |
-
|
| 206 |
}
|
| 207 |
});
|
| 208 |
|
|
@@ -212,7 +212,7 @@ Creditcard.prototype.setEventListener = function(selector)
|
|
| 212 |
if (!$$(selector)[0]) {
|
| 213 |
paymillCreditcard.generateToken();
|
| 214 |
} else {
|
| 215 |
-
|
| 216 |
}
|
| 217 |
});
|
| 218 |
|
|
@@ -222,7 +222,7 @@ Creditcard.prototype.setEventListener = function(selector)
|
|
| 222 |
if (!$$(selector)[0]) {
|
| 223 |
paymillCreditcard.generateToken();
|
| 224 |
} else {
|
| 225 |
-
|
| 226 |
}
|
| 227 |
});
|
| 228 |
|
|
@@ -232,7 +232,7 @@ Creditcard.prototype.setEventListener = function(selector)
|
|
| 232 |
if (!$$(selector)[0]) {
|
| 233 |
paymillCreditcard.generateToken();
|
| 234 |
} else {
|
| 235 |
-
|
| 236 |
}
|
| 237 |
});
|
| 238 |
|
|
@@ -242,7 +242,7 @@ Creditcard.prototype.setEventListener = function(selector)
|
|
| 242 |
if (!$$(selector)[0]) {
|
| 243 |
paymillCreditcard.generateToken();
|
| 244 |
} else {
|
| 245 |
-
|
| 246 |
}
|
| 247 |
});
|
| 248 |
|
| 202 |
if (!$$(selector)[0]) {
|
| 203 |
paymillCreditcard.generateToken();
|
| 204 |
} else {
|
| 205 |
+
paymillCreditcard.setOnClickHandler(selector);
|
| 206 |
}
|
| 207 |
});
|
| 208 |
|
| 212 |
if (!$$(selector)[0]) {
|
| 213 |
paymillCreditcard.generateToken();
|
| 214 |
} else {
|
| 215 |
+
paymillCreditcard.setOnClickHandler(selector);
|
| 216 |
}
|
| 217 |
});
|
| 218 |
|
| 222 |
if (!$$(selector)[0]) {
|
| 223 |
paymillCreditcard.generateToken();
|
| 224 |
} else {
|
| 225 |
+
paymillCreditcard.setOnClickHandler(selector);
|
| 226 |
}
|
| 227 |
});
|
| 228 |
|
| 232 |
if (!$$(selector)[0]) {
|
| 233 |
paymillCreditcard.generateToken();
|
| 234 |
} else {
|
| 235 |
+
paymillCreditcard.setOnClickHandler(selector);
|
| 236 |
}
|
| 237 |
});
|
| 238 |
|
| 242 |
if (!$$(selector)[0]) {
|
| 243 |
paymillCreditcard.generateToken();
|
| 244 |
} else {
|
| 245 |
+
paymillCreditcard.setOnClickHandler(selector);
|
| 246 |
}
|
| 247 |
});
|
| 248 |
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Paymill_Paymill</name>
|
| 4 |
-
<version>3.8.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -13,13 +13,11 @@ The Paymill Magento extension provides a credit card form and a direct debit for
|
|
| 13 |
<br /><br />
|
| 14 |
IMPORTANT: Only use the latest version.
|
| 15 |
</description>
|
| 16 |
-
<notes> *
|
| 17 |
-
* rewrite js to remove jQuery usage and only use the magento native Prototype library
|
| 18 |
-
* allow to configure a prototype selector for the token creation</notes>
|
| 19 |
<authors><author><name>PayIntelligent</name><user>Paymill</user><email>community@paymill.de</email></author></authors>
|
| 20 |
<date>2014-10-08</date>
|
| 21 |
-
<time>
|
| 22 |
-
<contents><target name="magecommunity"><dir name="Paymill"><dir><dir name="Paymill"><dir name="Block"><dir name="Adminhtml"><dir name="Log"><file name="Grid.php" hash="7d74f94403297eeb551272ad5c94513f"/><dir name="View"><file name="Plane.php" hash="179e10aea0213d2caed595ae9111b993"/><file name="Tabs.php" hash="d16d9748921a34067242eaf92d6f299e"/></dir><file name="View.php" hash="af850dd16c3e7505a69a6cb3ca3fbc27"/></dir><file name="Log.php" hash="02930fb46a2a4569176ceb29c45037e8"/></dir><dir name="Payment"><dir name="Form"><file name="PaymentFormAbstract.php" hash="b42edc338110bd2f81fcf85169d3d82c"/><file name="PaymentFormCreditcard.php" hash="037ab8502605b450ca5b839bfe074baf"/><file name="PaymentFormDirectdebit.php" hash="ea9ab99268994373866162d432d27556"/></dir><dir name="Info"><file name="PaymentFormCreditcard.php" hash="b268d26aec4a24756564e61efc0c7bca"/><file name="PaymentFormDirectdebit.php" hash="d3a3e0384aa932972a97bc8f719ff545"/></dir></dir></dir><dir name="Helper"><file name="CustomerHelper.php" hash="5aa5cd0dd7f64764ae047b42fe037539"/><file name="Data.php" hash="8e55041f6bb52f1e142b86dfa486b85e"/><file name="FastCheckoutHelper.php" hash="d8577264d2bd9d60b231e12377b8385c"/><file name="LoggingHelper.php" hash="53ea7f4d5c3af8de149a06dbe37ac061"/><file name="OptionHelper.php" hash="6bfe33ab13f87c300c1f4a963e70a670"/><file name="PaymentHelper.php" hash="1dfdf3e9f512a3a6e53b41fbc1e3f377"/><file name="RefundHelper.php" hash="bb07ba1e64ede0745e6f403415380966"/></dir><dir name="Model"><file name="Fastcheckout.php" hash="e3b585d2f3265300f08fa44a4e9ccd7b"/><dir name="Log"><file name="Search.php" hash="0ca873e4779126dabf04a413cf53b619"/></dir><file name="Log.php" hash="0662d814e53bd2eeb6f5c906c16ad971"/><dir name="Method"><file name="MethodModelAbstract.php" hash="0e2bd9ac95a26288a7aa05f26919a242"/><file name="MethodModelCreditcard.php" hash="01750a3ffb74f38e0ca6412f3146751c"/><file name="MethodModelDirectdebit.php" hash="1a8ea1470b76545b7e04e418b0be432f"/></dir><dir name="Mysql4"><dir name="Fastcheckout"><file name="Collection.php" hash="14d4aa413ec952fd2452f08ab2a208f6"/></dir><file name="Fastcheckout.php" hash="9b19c307417862938442ddd6789f2b43"/><dir name="Log"><file name="Collection.php" hash="cf4d8fec68a4cc44b2e47bf69e014cf3"/></dir><file name="Log.php" hash="bdf0bf498c1214955e20e72185e5320f"/></dir><file name="Observer.php" hash="d0ab2a1896e65e93c505a3c6ec7153ca"/><dir name="Source"><dir name="Creditcard"><file name="Creditcards.php" hash="03c3a75891b3883f2c97c2b06160f52c"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="LogController.php" hash="fe634fc07d161f160ae060600561a0b1"/></dir><file name="TokenController.php" hash="8b606f0728fd556a6180ebeb042dbf13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="402c36431d690ffa9b7eae074cadfb4e"/><file name="config.xml" hash="
|
| 23 |
<compatible/>
|
| 24 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 25 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Paymill_Paymill</name>
|
| 4 |
+
<version>3.8.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>Open Software License</license>
|
| 7 |
<channel>community</channel>
|
| 13 |
<br /><br />
|
| 14 |
IMPORTANT: Only use the latest version.
|
| 15 |
</description>
|
| 16 |
+
<notes> * hotfix token creation creditcard with prototype selector</notes>
|
|
|
|
|
|
|
| 17 |
<authors><author><name>PayIntelligent</name><user>Paymill</user><email>community@paymill.de</email></author></authors>
|
| 18 |
<date>2014-10-08</date>
|
| 19 |
+
<time>16:25:55</time>
|
| 20 |
+
<contents><target name="magecommunity"><dir name="Paymill"><dir><dir name="Paymill"><dir name="Block"><dir name="Adminhtml"><dir name="Log"><file name="Grid.php" hash="7d74f94403297eeb551272ad5c94513f"/><dir name="View"><file name="Plane.php" hash="179e10aea0213d2caed595ae9111b993"/><file name="Tabs.php" hash="d16d9748921a34067242eaf92d6f299e"/></dir><file name="View.php" hash="af850dd16c3e7505a69a6cb3ca3fbc27"/></dir><file name="Log.php" hash="02930fb46a2a4569176ceb29c45037e8"/></dir><dir name="Payment"><dir name="Form"><file name="PaymentFormAbstract.php" hash="b42edc338110bd2f81fcf85169d3d82c"/><file name="PaymentFormCreditcard.php" hash="037ab8502605b450ca5b839bfe074baf"/><file name="PaymentFormDirectdebit.php" hash="ea9ab99268994373866162d432d27556"/></dir><dir name="Info"><file name="PaymentFormCreditcard.php" hash="b268d26aec4a24756564e61efc0c7bca"/><file name="PaymentFormDirectdebit.php" hash="d3a3e0384aa932972a97bc8f719ff545"/></dir></dir></dir><dir name="Helper"><file name="CustomerHelper.php" hash="5aa5cd0dd7f64764ae047b42fe037539"/><file name="Data.php" hash="8e55041f6bb52f1e142b86dfa486b85e"/><file name="FastCheckoutHelper.php" hash="d8577264d2bd9d60b231e12377b8385c"/><file name="LoggingHelper.php" hash="53ea7f4d5c3af8de149a06dbe37ac061"/><file name="OptionHelper.php" hash="6bfe33ab13f87c300c1f4a963e70a670"/><file name="PaymentHelper.php" hash="1dfdf3e9f512a3a6e53b41fbc1e3f377"/><file name="RefundHelper.php" hash="bb07ba1e64ede0745e6f403415380966"/></dir><dir name="Model"><file name="Fastcheckout.php" hash="e3b585d2f3265300f08fa44a4e9ccd7b"/><dir name="Log"><file name="Search.php" hash="0ca873e4779126dabf04a413cf53b619"/></dir><file name="Log.php" hash="0662d814e53bd2eeb6f5c906c16ad971"/><dir name="Method"><file name="MethodModelAbstract.php" hash="0e2bd9ac95a26288a7aa05f26919a242"/><file name="MethodModelCreditcard.php" hash="01750a3ffb74f38e0ca6412f3146751c"/><file name="MethodModelDirectdebit.php" hash="1a8ea1470b76545b7e04e418b0be432f"/></dir><dir name="Mysql4"><dir name="Fastcheckout"><file name="Collection.php" hash="14d4aa413ec952fd2452f08ab2a208f6"/></dir><file name="Fastcheckout.php" hash="9b19c307417862938442ddd6789f2b43"/><dir name="Log"><file name="Collection.php" hash="cf4d8fec68a4cc44b2e47bf69e014cf3"/></dir><file name="Log.php" hash="bdf0bf498c1214955e20e72185e5320f"/></dir><file name="Observer.php" hash="d0ab2a1896e65e93c505a3c6ec7153ca"/><dir name="Source"><dir name="Creditcard"><file name="Creditcards.php" hash="03c3a75891b3883f2c97c2b06160f52c"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="LogController.php" hash="fe634fc07d161f160ae060600561a0b1"/></dir><file name="TokenController.php" hash="8b606f0728fd556a6180ebeb042dbf13"/></dir><dir name="etc"><file name="adminhtml.xml" hash="402c36431d690ffa9b7eae074cadfb4e"/><file name="config.xml" hash="1e4d9f55dc406f236fd7bcc403f5822f"/><file name="system.xml" hash="4a63a7d065c2569e73e26eb30f161a90"/></dir><dir name="sql"><dir name="paymill_setup"><file name="mysql4-install-3.0.0.php" hash="37e5e1850e143315779e30bd1b45f277"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="paymill"><dir><dir name="log"><file name="view.phtml" hash="2d4df28de6e1cb4701963db3d0c0545c"/></dir><dir name="payment"><dir name="info"><file name="creditcard.phtml" hash="8d8f6f828173f145dd3cb29f9770dca9"/><file name="creditcard_pdf.phtml" hash="68febe619bb9918b785dcbb0593c4ebe"/><file name="directdebit.phtml" hash="cd2ea623c0bc54d208f0f30f032da151"/><file name="directdebit_pdf.phtml" hash="5a2e5c36d4f4702e5f9be4b5affe3421"/></dir></dir></dir></dir></dir><dir name="layout"><file name="paymill.xml" hash="fcc95f6e7c375fee779178a0f9f1a1d8"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="paymill"><dir><dir name="payment"><dir name="form"><file name="creditcard.phtml" hash="f97012161e4b69914c9f1f07ddbd4f77"/><file name="directdebit.phtml" hash="21dbf146de257ca6ab4aafd7bc816a1b"/></dir><dir name="info"><file name="creditcard.phtml" hash="42f875eb1b6e3e6151ddf152ef0bf13a"/><file name="directdebit.phtml" hash="7117525384b82b84fbbbe1f42c52328c"/></dir></dir></dir></dir></dir><dir name="layout"><file name="paymill.xml" hash="81b932339b00b90ed1fa4736c7f85537"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Paymill_Paymill.xml" hash="d36d3af5f5752dcf87517272ddb9af53"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Paymill_Paymill.csv" hash="3c9ad7578d515b90f3996461da50e5a9"/></dir><dir name="en_GB"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="en_US"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="es_ES"><file name="Paymill_Paymill.csv" hash="05f4c4af396aa59bedd10d07a52e45e4"/></dir><dir name="de_AT"><file name="Paymill_Paymill.csv" hash="3c9ad7578d515b90f3996461da50e5a9"/></dir><dir name="de_CH"><file name="Paymill_Paymill.csv" hash="3c9ad7578d515b90f3996461da50e5a9"/></dir><dir name="en_AU"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="en_CA"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="en_IE"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="en_NZ"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="en_ZA"><file name="Paymill_Paymill.csv" hash="55d7320407195bc4482ca9fee4408008"/></dir><dir name="es_AR"><file name="Paymill_Paymill.csv" hash="f693a6ebb83c71c5c0acbe3c68729ee7"/></dir></target><target name="mage"><dir name="js"><dir name="paymill"><file name="BrandDetection.js" hash="398d4b916fbbce5e84e6788517a02064"/><file name="Creditcard.js" hash="5cddb80ecb2b8b9701ea197ab428a0e0"/><file name="Elv.js" hash="67b3555e4d51284f5ef7422a7e1aa15c"/><file name="Iban.js" hash="c05a4791a0cc414f2f7cc720fcd665ec"/><file name="Paymill.js" hash="43d03f01c6f9897a0e7d2c7cda1c1ea0"/><file name="PaymillHelper.js" hash="59bc5d786dd201a7530b8e7ce8107bec"/></dir></dir></target><target name="magelib"><dir name="Services"><dir><dir name="Paymill"><dir name="Apiclient"><file name="Curl.php" hash="cce77823a94425aaa2b421e63f130422"/><file name="Interface.php" hash="349309458455e550c562fb17cf23f4a6"/><file name="paymill.crt" hash="51e14b4c734e450402ea2cf73f2aee0f"/></dir><file name="Base.php" hash="141fa330c6894ff15faf413be19bf209"/><file name="Clients.php" hash="c8eb5fe8780f2da7b5eb173a5be43c7f"/><file name="Exception.php" hash="9beffb75d92c0de3c1c7ea5b33930fff"/><file name="LoggingInterface.php" hash="46ebeede1da14b761c54a18aff6c3b79"/><file name="Offers.php" hash="e2dcf9c9a54d9aba16e1caf02b438098"/><file name="PaymentProcessor.php" hash="4ee5f6e16dfdefaa8dc6565cfce2d271"/><file name="Payments.php" hash="d2a6d0679701d100c9e876f88215455c"/><file name="Preauthorizations.php" hash="597f7228584f32ee42d8916ae098b454"/><file name="Refunds.php" hash="e909af53108426a9e178417db850675f"/><file name="Subscriptions.php" hash="b72a31c4041029e08df1d7e85aa7391b"/><file name="Transactions.php" hash="382c12f290752b7c50e2001cdf5cd4a8"/><file name="Webhooks.php" hash="5fd2e6baf7bb0dc3ad8edb1eab41fb91"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="paymill"><file name="logo.css" hash="a0597a469bd0e0354ac4e561621d6584"/></dir></dir><dir name="images"><dir name="paymill"><file name="ajax-loader.gif" hash="07c56b266e277696ee3d9e3ffd627450"/><file name="icon_32x20_amex.png" hash="42c5fb43b4b603804b50da9761927d40"/><file name="icon_32x20_carta-si.png" hash="236ea747b59067b1d25cdc317e52aae5"/><file name="icon_32x20_carte-bleue.png" hash="187f19af694d83bd745c278845c3b3cd"/><file name="icon_32x20_china-unionpay.png" hash="6c9d16d6c65c0da5ff11e8ae13b01d15"/><file name="icon_32x20_dankort.png" hash="938df2f2100d1182dfdd677eb6a0bded"/><file name="icon_32x20_diners-club.png" hash="0a7a8fc8f679ccf05d91298c9968629c"/><file name="icon_32x20_dinersclub.png" hash="0a7a8fc8f679ccf05d91298c9968629c"/><file name="icon_32x20_discover.png" hash="4fe8ef419087bed97cddbdeb251b847c"/><file name="icon_32x20_jcb.png" hash="774a040f938c5566fa3fddfa840d4743"/><file name="icon_32x20_maestro.png" hash="a6ffd22c9bbedb603449e2aa6136dbd1"/><file name="icon_32x20_mastercard.png" hash="09aef6dcbc50038605b7c0e5a38eb76e"/><file name="icon_32x20_unionpay.png" hash="6c9d16d6c65c0da5ff11e8ae13b01d15"/><file name="icon_32x20_visa.png" hash="e6d54e5c0120202eb5757bcfe499d73b"/><file name="icon_paymill.png" hash="303983a288b45cc7ddc5b88ad2eedd51"/></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="es_CL"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="es_CO"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="es_CR"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="es_MX"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="es_PE"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="es_VE"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="fr_CA"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="fr_FR"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="it_CH"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="it_IT"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="pt_BR"><file name="Paymill_Paymill.csv" hash=""/></dir><dir name="pt_PT"><file name="Paymill_Paymill.csv" hash=""/></dir></target></contents>
|
| 21 |
<compatible/>
|
| 22 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 23 |
</package>
|
