Carotechs_Smsnotify - Version 0.1.0

Version Notes

SMS notification

Download this release

Release Info

Developer Carotechs
Extension Carotechs_Smsnotify
Version 0.1.0
Comparing to
See all releases


Version 0.1.0

app/etc/modules/Carotechs_Smsnotify.xml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category SMS
5
+ * @package Carotechs_Smsnotify
6
+ */
7
+ -->
8
+ <config>
9
+ <modules>
10
+ <Carotechs_Smsnotify>
11
+ <active>true</active>
12
+ <codePool>local</codePool>
13
+ </Carotechs_Smsnotify>
14
+ </modules>
15
+ </config>
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Carotechs_Smsnotify</name>
4
+ <version>0.1.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>SMS notification</summary>
10
+ <description>SMS notification</description>
11
+ <notes>SMS notification</notes>
12
+ <authors><author><name>carotechs</name><user>carotechs</user><email>apps@carotechs.com</email></author></authors>
13
+ <date>2014-12-16</date>
14
+ <time>10:00:45</time>
15
+ <contents><target name="magelocal"><dir name="Carotechs"><file name="Smsnotify" hash=""/></dir></target><target name="mageetc"><dir name="modules"><file name="Carotechs_Smsnotify.xml" hash="cbc54fef2beda0afca8e70da6b1cb64e"/></dir></target></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
+ </package>