Version Notes
If you have ideas for improvements or find bugs, please send them to Jean-Sébastien Hederer at contact@asperience.fr, with ASPerience_AddressComplete as part of the subject line.
Download this release
Release Info
Developer | Jean-Sébastien Hederer |
Extension | Asperience_Notificationmanager |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
app/code/community/Asperience/Notificationmanager/etc/config.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Asperience_Notificationmanager>
|
12 |
-
<version>0.1.
|
13 |
</Asperience_Notificationmanager>
|
14 |
</modules>
|
15 |
<global>
|
9 |
<config>
|
10 |
<modules>
|
11 |
<Asperience_Notificationmanager>
|
12 |
+
<version>0.1.2</version>
|
13 |
</Asperience_Notificationmanager>
|
14 |
</modules>
|
15 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Asperience_Notificationmanager</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -12,10 +12,10 @@
|
|
12 |
This module is developed by ASPerience, french company. 
|
13 |
<a target="_blank" url="http://www.asperience.fr">http://www.asperience.fr</a></description>
|
14 |
<notes>If you have ideas for improvements or find bugs, please send them to Jean-Sébastien Hederer at contact@asperience.fr, with ASPerience_AddressComplete as part of the subject line.</notes>
|
15 |
-
<authors><author><name>Jean-Sébastien Hederer</name><user>
|
16 |
<date>2014-12-04</date>
|
17 |
-
<time>
|
18 |
-
<contents><target name="magecommunity"><dir name="Asperience"><dir name="Notificationmanager"><dir name="Helper"><file name="Data.php" hash="6133cd97cf59e92ce151f25e33cd30be"/></dir><dir name="Model"><
|
19 |
<compatible/>
|
20 |
-
<dependencies
|
21 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Asperience_Notificationmanager</name>
|
4 |
+
<version>0.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
12 |
This module is developed by ASPerience, french company. 
|
13 |
<a target="_blank" url="http://www.asperience.fr">http://www.asperience.fr</a></description>
|
14 |
<notes>If you have ideas for improvements or find bugs, please send them to Jean-Sébastien Hederer at contact@asperience.fr, with ASPerience_AddressComplete as part of the subject line.</notes>
|
15 |
+
<authors><author><name>Jean-Sébastien Hederer</name><user>hedererjs</user><email>hedererjs@asperience.fr</email></author></authors>
|
16 |
<date>2014-12-04</date>
|
17 |
+
<time>19:56:01</time>
|
18 |
+
<contents><target name="magecommunity"><dir name="Asperience"><dir name="Notificationmanager"><dir name="Helper"><file name="Data.php" hash="6133cd97cf59e92ce151f25e33cd30be"/></dir><dir name="Model"><file name="FeedReader.php" hash="de1748a5595a1f48f6c6e1d8a5ad5567"/><file name="Observer.php" hash="fbc77fc81c93148ce1425bd45d924640"/><dir name="Resource"><file name="Setup.php" hash="a402f6177549166049742b250c5f99a5"/></dir></dir><dir name="etc"><file name="config.xml" hash="0227882a7fdeb51d9347fdcc510b0bc6"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Asperience_Notificationmanager.xml" hash="88a3edd6e3361b4273e930378ca5b529"/></dir></target></contents>
|
19 |
<compatible/>
|
20 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
21 |
</package>
|