Version Notes
Stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | Webwinkelkeur_Connector |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/etc/modules/Webwinkelkeur_Connector.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Webwinkelkeur_Connector>
|
5 |
-
<active>
|
6 |
<codePool>local</codePool>
|
7 |
</Webwinkelkeur_Connector>
|
8 |
</modules>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Webwinkelkeur_Connector>
|
5 |
+
<active>true</active>
|
6 |
<codePool>local</codePool>
|
7 |
</Webwinkelkeur_Connector>
|
8 |
</modules>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Webwinkelkeur_Connector</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>The WebwinkelKeur Foundation is a non-profit Dutch organisation. For members of WebwinkelKeur this module allows the integration of the innovative WebwinkelKeur Sidebar which increases the overall conversion of the webshop. For PLUS members the module also allows for automatic invitation of customers to add a review on the WebwinkelKeur page. The module is recommended for every WebwinkelKeur member with a Magento webshop. For more information visit www.webwinkelkeur.nl.</description>
|
11 |
<notes>Stable release</notes>
|
12 |
<authors><author><name>WebwinkelKeur</name><user>auto-converted</user><email>info@webwinkelkeur.nl</email></author></authors>
|
13 |
-
<date>2013-11-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Webwinkelkeur"><dir name="Connector"><dir name="Helper"><file name="Data.php" hash="a8e67bff8161f1b9f12f19725131ffb6"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Status.php" hash="a1fa4a988b053aab05d74a5523cdb116"/></dir></dir></dir><file name="Observer.php" hash="76fb9feb785a2b050cc4e5b18bd9297f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="713256c74e15173febfb41aa13ae8bb7"/><file name="config.xml" hash="e837ba8886c8c1f7e94b7f857a7b549e"/><file name="system.xml" hash="c38c83a59323f1c218ae7c6be9951afc"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="webwinkelkeur_connector.xml" hash="71f5b22be9372771c036ccd3b3425d3a"/></dir><dir name="template"><dir name="webwinkelkeur"><file name="sidebar.phtml" hash="edca3ed36455397e366d8a83322b9258"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Webwinkelkeur_Connector.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Webwinkelkeur_Connector</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license/>
|
7 |
<channel>community</channel>
|
10 |
<description>The WebwinkelKeur Foundation is a non-profit Dutch organisation. For members of WebwinkelKeur this module allows the integration of the innovative WebwinkelKeur Sidebar which increases the overall conversion of the webshop. For PLUS members the module also allows for automatic invitation of customers to add a review on the WebwinkelKeur page. The module is recommended for every WebwinkelKeur member with a Magento webshop. For more information visit www.webwinkelkeur.nl.</description>
|
11 |
<notes>Stable release</notes>
|
12 |
<authors><author><name>WebwinkelKeur</name><user>auto-converted</user><email>info@webwinkelkeur.nl</email></author></authors>
|
13 |
+
<date>2013-11-12</date>
|
14 |
+
<time>14:09:19</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Webwinkelkeur"><dir name="Connector"><dir name="Helper"><file name="Data.php" hash="a8e67bff8161f1b9f12f19725131ffb6"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Status.php" hash="a1fa4a988b053aab05d74a5523cdb116"/></dir></dir></dir><file name="Observer.php" hash="76fb9feb785a2b050cc4e5b18bd9297f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="713256c74e15173febfb41aa13ae8bb7"/><file name="config.xml" hash="e837ba8886c8c1f7e94b7f857a7b549e"/><file name="system.xml" hash="c38c83a59323f1c218ae7c6be9951afc"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="webwinkelkeur_connector.xml" hash="71f5b22be9372771c036ccd3b3425d3a"/></dir><dir name="template"><dir name="webwinkelkeur"><file name="sidebar.phtml" hash="edca3ed36455397e366d8a83322b9258"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Webwinkelkeur_Connector.xml" hash="a0d5f43a744a12057798959cb9f4a25e"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|