Version Notes
Release 1 is stable and is used in over 200 sites around the world. It contains an overlay with one tab for expert reviews and one tab for consumer reviews. It also optionally will have a tab for consumers to write their own reviews.
Download this release
Release Info
Developer | TestFreaks |
Extension | TestFreaks_AggregatedReviews |
Version | 1.0.1 |
Comparing to | |
See all releases |
Version 1.0.1
- package.xml +24 -0
package.xml
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>TestFreaks_AggregatedReviews</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>no license required</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Aggregated expert and consumer product reviews.</summary>
|
10 |
+
<description>The Aggregated Reviews extension allows website managers to instantly display millions of product reviews that are matched to their product catalog. Users can read expert and user reviews from over 15,000 sources.
|
11 |
+

|
12 |
+
This extension uses two lines of javascript which the website manager will paste in according to the documentation.
|
13 |
+

|
14 |
+
</description>
|
15 |
+
<notes>Release 1 is stable and is used in over 200 sites around the world. It contains an overlay with one tab for expert reviews and one tab for consumer reviews. It also optionally will have a tab for consumers to write their own reviews.
|
16 |
+

|
17 |
+
</notes>
|
18 |
+
<authors><author><name>TestFreaks</name><user>TestFreaks</user><email>info@testfreaks.com</email></author></authors>
|
19 |
+
<date>2013-09-18</date>
|
20 |
+
<time>12:44:14</time>
|
21 |
+
<contents><target name="magelocal"><dir/></target></contents>
|
22 |
+
<compatible/>
|
23 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
24 |
+
</package>
|