Version Notes
Initial release.
Download this release
Release Info
Developer | Pawel Burzynski |
Extension | Zagzig_Integration |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- app/etc/modules/Zagzig_Integration.xml +9 -0
- package.xml +18 -0
app/etc/modules/Zagzig_Integration.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Zagzig_Integration>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Zagzig_Integration>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Zagzig_Integration</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/GPL-3.0">GPL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Zagzig integration extension for Magento.</summary>
|
10 |
+
<description>Zagzig Integration allows Magento users to automatically update their Zagzig Partner Portal with sales information so that no leads needs to be updated manually.</description>
|
11 |
+
<notes>Initial release.</notes>
|
12 |
+
<authors><author><name>Pawel Burzynski</name><user>pawelburzynski</user><email>pawelburzynski@moneydebtandcredit.com</email></author></authors>
|
13 |
+
<date>2014-07-15</date>
|
14 |
+
<time>08:00:33</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Zagzig_Integration.xml" hash="3b5e26fa50c9abb7034512e866ed47f6"/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|