Version Notes
Initial release.
Download this release
Release Info
| Developer | David Denton |
| Extension | Adstart_Module |
| 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>Adstart_Module</name>
|
| 4 |
+
<version>1.0.0</version>
|
| 5 |
+
<stability>stable</stability>
|
| 6 |
+
<license uri="https://opensource.org/licenses/MIT">MITL</license>
|
| 7 |
+
<channel>community</channel>
|
| 8 |
+
<extends/>
|
| 9 |
+
<summary>Extends the Magento API for use with AdStart Web Application.</summary>
|
| 10 |
+
<description>Extends the Magento API for use with AdStart Web Application.</description>
|
| 11 |
+
<notes>Initial release.</notes>
|
| 12 |
+
<authors><author><name>David Denton</name><user>dpdenton</user><email>dpdenton@yahoo.com</email></author></authors>
|
| 13 |
+
<date>2016-09-30</date>
|
| 14 |
+
<time>14:54:49</time>
|
| 15 |
+
<contents><target name="mageetc"><dir name="."><dir name="app"><dir name="etc"><file name="Adstart_Module.xml" hash=""/></dir></dir></dir></target></contents>
|
| 16 |
+
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>4.1.0</min><max>5.6.26</max></php></required></dependencies>
|
| 18 |
+
</package>
|
