Version Notes
Added automatic post-purchase review collection
Download this release
Release Info
Developer | Bastien Libersa |
Extension | monaviscompte_widget |
Version | 0.0.4 |
Comparing to | |
See all releases |
Code changes from version 0.0.3 to 0.0.4
app/code/local/Monaviscompte/Widget/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Monaviscompte_Widget>
|
5 |
-
<version>0.0.
|
6 |
</Monaviscompte_Widget>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Monaviscompte_Widget>
|
5 |
+
<version>0.0.4</version>
|
6 |
</Monaviscompte_Widget>
|
7 |
</modules>
|
8 |
<global>
|
app/etc/modules/Monaviscompte_Widget.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Monaviscompte_Widget>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Monaviscompte_Widget>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>monaviscompte_widget</name>
|
4 |
-
<version>0.0.
|
5 |
<stability>devel</stability>
|
6 |
<license>AFL</license>
|
7 |
<channel>community</channel>
|
@@ -16,9 +16,9 @@
|
|
16 |
Il permet également d'automatiser l'envoi de mails de collecte post-achat.</description>
|
17 |
<notes>Added automatic post-purchase review collection</notes>
|
18 |
<authors><author><name>Bastien Libersa</name><user>monaviscompte</user><email>support@monaviscompte.fr</email></author></authors>
|
19 |
-
<date>2016-
|
20 |
-
<time>
|
21 |
-
<contents><target name="magelocal"><dir name="Monaviscompte"><dir name="Widget"><dir name="Block"><file name="Widget.php" hash="ca97bf17ed4650581260115be08f7868"/></dir><dir name="Helper"><file name="Data.php" hash="49b54fecf098b9154698b092c7f2af5c"/></dir><dir name="Model"><file name="Observer.php" hash="63e39091680956a9daf83a3e43a81af6"/></dir><dir name="etc"><file name="config.xml" hash="
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.3.2</min><max>6.0.0</max></php></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>monaviscompte_widget</name>
|
4 |
+
<version>0.0.4</version>
|
5 |
<stability>devel</stability>
|
6 |
<license>AFL</license>
|
7 |
<channel>community</channel>
|
16 |
Il permet également d'automatiser l'envoi de mails de collecte post-achat.</description>
|
17 |
<notes>Added automatic post-purchase review collection</notes>
|
18 |
<authors><author><name>Bastien Libersa</name><user>monaviscompte</user><email>support@monaviscompte.fr</email></author></authors>
|
19 |
+
<date>2016-05-25</date>
|
20 |
+
<time>15:31:31</time>
|
21 |
+
<contents><target name="magelocal"><dir name="Monaviscompte"><dir name="Widget"><dir name="Block"><file name="Widget.php" hash="ca97bf17ed4650581260115be08f7868"/></dir><dir name="Helper"><file name="Data.php" hash="49b54fecf098b9154698b092c7f2af5c"/></dir><dir name="Model"><file name="Observer.php" hash="63e39091680956a9daf83a3e43a81af6"/></dir><dir name="etc"><file name="config.xml" hash="356278bfb847d617ebe8a19f05f76082"/><file name="system.xml" hash="1858e0e1897ae13023c677f4f66477ba"/><file name="widget.xml" hash="67ebcbd3a199e104bd500b710c76317c"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Monaviscompte_Widget.xml" hash="c6ffb10b5a1aaf4e26cb8daa8b34ffaf"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><php><min>5.3.2</min><max>6.0.0</max></php></required></dependencies>
|
24 |
</package>
|