Version Notes
Initial Release
Download this release
Release Info
Developer | Magento Core Team |
Extension | Click2Customer_QSRecs |
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>Click2Customer_QSRecs</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Click2Customer Qucik Start Recommendations Package</summary>
|
10 |
+
<description>Click2Customer Qucik Start Recommendations Package</description>
|
11 |
+
<notes>Initial Release</notes>
|
12 |
+
<authors><author><name>Click2Customer</name><user>auto-converted</user><email>info@click-2-customer.com</email></author></authors>
|
13 |
+
<date>2011-05-06</date>
|
14 |
+
<time>14:34:13</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Click2Customer"><file name="QSRecs" hash=""/></dir></target><target name="magelocal"><dir name="."><file name="Click2Customer_QSRecs.xml" hash=""/></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><package><name>Click2Customer_Analytics</name><channel>community</channel><min>1.0.0</min><max></max></package></required></dependencies>
|
18 |
+
</package>
|