Version Notes
Allow admin to transfer data from admin end to third party system.
Download this release
Release Info
Developer | Durgesh Parmar |
Extension | PMA_Google_Analytic_Importer1 |
Version | 1.3.2015 |
Comparing to | |
See all releases |
Version 1.3.2015
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>PMA_Google_Analytic_Importer1</name>
|
4 |
+
<version>1.3.2015</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL V3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Order Importer</summary>
|
10 |
+
<description>These extension allow admin to send order information at third party system and also allow admin to filter order by admin or by customer .</description>
|
11 |
+
<notes>Allow admin to transfer data from admin end to third party system.</notes>
|
12 |
+
<authors><author><name>Durgesh Parmar</name><user>durgesh742</user><email>durgesh.p@cisinlabs.com</email></author></authors>
|
13 |
+
<date>2015-04-24</date>
|
14 |
+
<time>12:24:44</time>
|
15 |
+
<contents><target name="mageetc"><dir name="app"><dir name="etc"><dir name="module"><file name="Pma_Importer.xml" hash=""/></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|