Version Notes
Merchant and Product Rich Snippet Options
Download this release
Release Info
Developer | Reviews.co.uk |
Extension | reviewscouk_reviews |
Version | 0.7.1 |
Comparing to | |
See all releases |
Code changes from version 0.7.0 to 0.7.1
app/design/frontend/base/default/template/reviews/rich_snippet.phtml
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
<!-- Rich Snippet -->
|
2 |
<?php
|
3 |
-
|
4 |
-
if($enabled){
|
5 |
-
echo Mage::helper('reviewshelper')->autoRichSnippet();
|
6 |
-
}
|
7 |
?>
|
1 |
<!-- Rich Snippet -->
|
2 |
<?php
|
3 |
+
echo Mage::helper('reviewshelper')->autoRichSnippet();
|
|
|
|
|
|
|
4 |
?>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>reviewscouk_reviews</name>
|
4 |
-
<version>0.7.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Reviews.co.uk Integration Plugin</summary>
|
10 |
<description>Reviews.co.uk Integration Plugin</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Reviews.co.uk</name><user>Reviews</user><email>support@reviews.co.uk</email></author></authors>
|
13 |
-
<date>2016-03-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Reviewscouk"><dir name="Reviews"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Region.php" hash="65d7d2f061114099282e40a5353dc6a9"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>reviewscouk_reviews</name>
|
4 |
+
<version>0.7.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Reviews.co.uk Integration Plugin</summary>
|
10 |
<description>Reviews.co.uk Integration Plugin</description>
|
11 |
+
<notes>Merchant and Product Rich Snippet Options</notes>
|
12 |
<authors><author><name>Reviews.co.uk</name><user>Reviews</user><email>support@reviews.co.uk</email></author></authors>
|
13 |
+
<date>2016-03-30</date>
|
14 |
+
<time>10:05:16</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Reviewscouk"><dir name="Reviews"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Region.php" hash="65d7d2f061114099282e40a5353dc6a9"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="dcb85b6ee0848b6fd0aeefed0724a1c9"/></dir><dir name="Model"><file name="Observer.php" hash="09123a3589d7fa604adb8ff5822064a4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="ReviewsController.php" hash="c39e013894681ece3d886041637cc1da"/></dir><file name="IndexController.php" hash="d6512ab7645eab3c191763ee217bfc61"/></dir><dir name="etc"><file name="adminhtml.xml" hash="1ef6673386095b6c8a7a7aefb654951b"/><file name="config.xml" hash="50a3b085446a1ba63aecbeeca5afaade"/><file name="system.xml" hash="757303270117f97ce1e9aa6a57f931b8"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Reviewscouk_Reviews.xml" hash="347761ff6c475622697073d62f52e014"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="reviews"><file name="dashboard.phtml" hash="925eeb5ee6bee1c7bf973f60008c1f3f"/><file name="export.phtml" hash="ab1225207cd4631941735c9a99594b65"/></dir></dir><dir name="layout"><file name="reviews_admin.xml" hash="3cdd4facfeb240634d81843cae1a5325"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="reviews_layout.xml" hash="18e2f32bc7d75d10645f7eb1730e43b3"/></dir><dir name="template"><dir name="reviews"><file name="product_reviews_widget.phtml" hash="3847d66e58638813eb3391c1fc49a683"/><file name="rich_snippet.phtml" hash="6e9381dc88d32275f36a53017d04e06e"/><file name=".DS_Store" hash="4fe84b7db7aa067d7fd4b3ee082e4b2f"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|