Version Notes
Repackaged for approving
Download this release
Release Info
Developer | Magento Core Team |
Extension | NL2go_Sync |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/local/NL2go/Sync/etc/config.xml +0 -22
- package.xml +7 -8
app/code/local/NL2go/Sync/etc/config.xml
CHANGED
@@ -26,25 +26,3 @@
|
|
26 |
</models>
|
27 |
</global>
|
28 |
</config>
|
29 |
-
<!--
|
30 |
-
<config>
|
31 |
-
<modules>
|
32 |
-
<NL2go_Sync>
|
33 |
-
<version>0.1.0</version>
|
34 |
-
</NL2go_Sync>
|
35 |
-
</modules>
|
36 |
-
<global>
|
37 |
-
<helpers>
|
38 |
-
<sync>
|
39 |
-
<class>NL2go_Sync_Helper</class>
|
40 |
-
</sync>
|
41 |
-
</helpers>
|
42 |
-
<models>
|
43 |
-
<sync>
|
44 |
-
<class>NL2go_Sync_Model</class>
|
45 |
-
<resourceModel>sync_mysql4</resourceModel>
|
46 |
-
</sync>
|
47 |
-
</models>
|
48 |
-
</global>
|
49 |
-
</config>
|
50 |
-
-->
|
26 |
</models>
|
27 |
</global>
|
28 |
</config>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NL2go_Sync</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Synchronizes your Magento newsletter subscribers, sales figures and shop items with Newsletter2Go.</summary>
|
10 |
<description><h2>Newsletter2Go Magento Extension</h2>
|
11 |
-

|
12 |
<p>The Magento Extension for the <a href=https://www.newsletter2go.de>Newsletter2Go email marketing software</a> automatically synchronizes all newsletter subscribers, including basic data like name and gender as well as the total amount of sales and average sale.<br /></description>
|
13 |
-
<notes>
|
14 |
-
<authors><author><name>Steffen</name><user>
|
15 |
-
<date>2013-04-
|
16 |
-
<time>
|
17 |
-
<contents><target name="magelocal"><dir name="NL2go"><dir name="Sync"><dir name="Model"><dir name="Newsletter"><dir name="Api"><file name="V2.php" hash="f64bc30f9c25c93264a74011009eeb55"/></dir><file name="Api.php" hash="c26ea29af9b050074560193228047842"/></dir></dir><dir name="etc"><file name="api.xml" hash="f1d83f4b3ce370e72285745611ae9aee"/><file name="config.xml" hash="
|
18 |
<compatible/>
|
19 |
-
<dependencies
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>NL2go_Sync</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Synchronizes your Magento newsletter subscribers, sales figures and shop items with Newsletter2Go.</summary>
|
10 |
<description><h2>Newsletter2Go Magento Extension</h2>
|
|
|
11 |
<p>The Magento Extension for the <a href=https://www.newsletter2go.de>Newsletter2Go email marketing software</a> automatically synchronizes all newsletter subscribers, including basic data like name and gender as well as the total amount of sales and average sale.<br /></description>
|
12 |
+
<notes>Repackaged for approving</notes>
|
13 |
+
<authors><author><name>Steffen</name><user>auto-converted</user><email>info@newsletter2go.de</email></author></authors>
|
14 |
+
<date>2013-04-04</date>
|
15 |
+
<time>09:33:43</time>
|
16 |
+
<contents><target name="magelocal"><dir name="NL2go"><dir name="Sync"><dir name="Model"><dir name="Newsletter"><dir name="Api"><file name="V2.php" hash="f64bc30f9c25c93264a74011009eeb55"/></dir><file name="Api.php" hash="c26ea29af9b050074560193228047842"/></dir></dir><dir name="etc"><file name="api.xml" hash="f1d83f4b3ce370e72285745611ae9aee"/><file name="config.xml" hash="534eb47f4db745e8b5210c1dfb5ca40a"/><file name="wsdl.xml" hash="62c691a80a8b0d2fd17c4d057f843c85"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="NL2go_Sync.xml" hash="93aca69e7ba45a5664e4bcd277aa775b"/></dir></target></contents>
|
17 |
<compatible/>
|
18 |
+
<dependencies/>
|
19 |
</package>
|