Version Notes
Initial Release
Download this release
Release Info
Developer | Magento Core Team |
Extension | Click2Customer_QSRecs |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.5
- app/etc/modules/Click2Customer_QSRecs.xml +9 -0
- package.xml +4 -4
app/etc/modules/Click2Customer_QSRecs.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Click2Customer_QSRecs>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</Click2Customer_QSRecs>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Click2Customer_QSRecs</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Click2Customer Quick 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-08-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies><required><package><name>Click2Customer_Analytics</name><channel>community</channel><min>1.0.0</min><max>2.0.0</max></package></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Click2Customer_QSRecs</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Click2Customer Quick 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-08-05</date>
|
14 |
+
<time>21:47:35</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Click2Customer_QSRecs.xml" hash="3d9d216ebf640df4d597badc6b92e50e"/></dir></target><target name="magecommunity"><dir name="Click2Customer"><file name="QSRecs" hash=""/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><package><name>Click2Customer_Analytics</name><channel>community</channel><min>1.0.0</min><max>2.0.0</max></package></required></dependencies>
|
18 |
</package>
|