Version Notes
DO NOT USE
Download this release
Release Info
Developer | eSellerPro |
Extension | eSellerProPlugin |
Version | 1.0.0.6 |
Comparing to | |
See all releases |
Version 1.0.0.6
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>eSellerProPlugin</name>
|
4 |
+
<version>1.0.0.6</version>
|
5 |
+
<stability>beta</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Summary in here</summary>
|
10 |
+
<description>Description in here</description>
|
11 |
+
<notes>DO NOT USE</notes>
|
12 |
+
<authors><author><name>eSellerPro</name><user>eSellerPro</user><email>info@esellerpro.com</email></author></authors>
|
13 |
+
<date>2014-06-23</date>
|
14 |
+
<time>14:32:38</time>
|
15 |
+
<contents><target name="magelocal"><dir name="."><dir name="app"><dir name="etc"><file name="modules" hash=""/></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>Community</channel><min/><max/></package></required></dependencies>
|
18 |
+
</package>
|