Version Notes
Moceansms notification extension
Download this release
Release Info
Developer | Donald |
Extension | dev-moceansms |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>dev-moceansms</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>Micro Ocean</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>asdasdasd</summary>
|
10 |
+
<description>xzczxcxzczczczxczxc</description>
|
11 |
+
<notes>Moceansms notification extension</notes>
|
12 |
+
<authors><author><name>Donald</name><user>donaldyann</user><email>donald544.mocean@gmail.com</email></author></authors>
|
13 |
+
<date>2015-11-04</date>
|
14 |
+
<time>10:34:37</time>
|
15 |
+
<contents><target name="magelocal"><dir name="."><file name="mocean" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|