Version Notes
--
Download this release
Release Info
Developer | DHL Vertriebs GmbH |
Extension | DHL_Postpay |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>DHL_Postpay</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>--</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Postpay connector</summary>
|
10 |
+
<description>The Extension connects your magento shop with DHL Postpay.</description>
|
11 |
+
<notes>--</notes>
|
12 |
+
<authors><author><name>DHL Vertriebs GmbH</name><user>--</user><email>support@meinpaket.de</email></author></authors>
|
13 |
+
<date>2015-02-13</date>
|
14 |
+
<time>12:55:09</time>
|
15 |
+
<contents></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>DHL_MeinPaket2</name><channel>community</channel><min>1.0.0</min><max>3.0.0</max></package></required></dependencies>
|
18 |
+
</package>
|