Version Notes
Upgraded Version for supporting Pinterest Feeds
- Allow you to show your Pins in your site from your Pinterest Account.
- Allow you to show your Pins in your site from your Pinterest Account combine with a Pin board slug.
- Or simply allow you to show popular Pins from Pinterest.
- Support you to config "Pinterest follow button" for promoting your Pinterest account to everybody visits your Magento site.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Miragedesign_Pinterest |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
app/code/community/Miragedesign/Pinterest/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Miragedesign_Pinterest>
|
5 |
-
<version>1.1.
|
6 |
</Miragedesign_Pinterest>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Miragedesign_Pinterest>
|
5 |
+
<version>1.1.1</version>
|
6 |
</Miragedesign_Pinterest>
|
7 |
</modules>
|
8 |
<frontend>
|
app/design/frontend/base/default/template/miragedesign/pinterest_left_feed.phtml
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
}
|
40 |
?>
|
41 |
<?php if ($this->getIsPinterestButtonEnabled()) : ?>
|
42 |
-
<div class="pin-footer"><a target="_blank"
|
43 |
<?php endif; ?>
|
44 |
</div>
|
45 |
<?php
|
39 |
}
|
40 |
?>
|
41 |
<?php if ($this->getIsPinterestButtonEnabled()) : ?>
|
42 |
+
<div class="pin-footer"><a target="_blank" href="<?php echo $this->getUserUrl(); ?>"><img src="<?php echo $this->getSkinUrl($this->getPinterestImageSrc()); ?>" alt="<?php echo $this->getPinterestImageAlt(); ?>" /></a></div>
|
43 |
<?php endif; ?>
|
44 |
</div>
|
45 |
<?php
|
app/design/frontend/base/default/template/miragedesign/pinterest_right_feed.phtml
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
}
|
40 |
?>
|
41 |
<?php if ($this->getIsPinterestButtonEnabled()) : ?>
|
42 |
-
<div class="pin-footer"><a target="_blank"
|
43 |
<?php endif; ?>
|
44 |
</div>
|
45 |
<?php
|
39 |
}
|
40 |
?>
|
41 |
<?php if ($this->getIsPinterestButtonEnabled()) : ?>
|
42 |
+
<div class="pin-footer"><a target="_blank" href="<?php echo $this->getUserUrl(); ?>"><img src="<?php echo $this->getSkinUrl($this->getPinterestImageSrc()); ?>" alt="<?php echo $this->getPinterestImageAlt(); ?>" /></a></div>
|
43 |
<?php endif; ?>
|
44 |
</div>
|
45 |
<?php
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Miragedesign_Pinterest</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License</license>
|
7 |
<channel>community</channel>
|
@@ -24,7 +24,7 @@
|
|
24 |
<strong>12. Support you to show Pinterest Feeds on your site with several options</strong> 
|
25 |
And much more features are comming!
|
26 |
<br />
|
27 |
-
Version Status: 1.
|
28 |
<br /><br />
|
29 |
Developped by <a href="http://miragedesign.net">Mirage Design</a>
|
30 |
<br />
|
@@ -36,8 +36,8 @@ Feel free to ask any question at <a href="http://miragedesign.net/newss/pinte
|
|
36 |
- Support you to config "Pinterest follow button" for promoting your Pinterest account to everybody visits your Magento site.</notes>
|
37 |
<authors><author><name>Miragedesign</name><user>auto-converted</user><email>contact@miragedesign.net</email></author></authors>
|
38 |
<date>2012-03-23</date>
|
39 |
-
<time>15:
|
40 |
-
<contents><target name="magecommunity"><dir name="Miragedesign"><dir name="Pinterest"><dir name="Block"><file name="Base.php" hash="61144230f225ca43af104a763a8bc9af"/><file name="Button.php" hash="3dbc03daf9755dd71ccf3fd755b1134e"/><file name="Feed.php" hash="693338cb348e82882e8b259556c11af2"/></dir><dir name="Helper"><file name="Data.php" hash="b1e241f5a9fb4b875a401a999f9932cc"/></dir><dir name="Lib"><file name="PinterestApi.php" hash="bcd81d365750d56cf949ec819e8be0e3"/></dir><dir name="Model"><file name="Feedposition.php" hash="9ac67bac7b68ab739d7f5fb502b7668f"/><file name="Pincount.php" hash="e405b72545cabc196630ce099a82eb10"/><file name="Pindescription.php" hash="58779fe60953310bb82ff836d2ff390e"/><file name="Price.php" hash="c61c75334b6410649a92d33f22c60bd6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6ec7da759768d8ba1bceeffa15a5ff8d"/><file name="config.xml" hash="
|
41 |
<compatible/>
|
42 |
<dependencies/>
|
43 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Miragedesign_Pinterest</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License</license>
|
7 |
<channel>community</channel>
|
24 |
<strong>12. Support you to show Pinterest Feeds on your site with several options</strong> 
|
25 |
And much more features are comming!
|
26 |
<br />
|
27 |
+
Version Status: 1.1.1, Stable
|
28 |
<br /><br />
|
29 |
Developped by <a href="http://miragedesign.net">Mirage Design</a>
|
30 |
<br />
|
36 |
- Support you to config "Pinterest follow button" for promoting your Pinterest account to everybody visits your Magento site.</notes>
|
37 |
<authors><author><name>Miragedesign</name><user>auto-converted</user><email>contact@miragedesign.net</email></author></authors>
|
38 |
<date>2012-03-23</date>
|
39 |
+
<time>15:59:53</time>
|
40 |
+
<contents><target name="magecommunity"><dir name="Miragedesign"><dir name="Pinterest"><dir name="Block"><file name="Base.php" hash="61144230f225ca43af104a763a8bc9af"/><file name="Button.php" hash="3dbc03daf9755dd71ccf3fd755b1134e"/><file name="Feed.php" hash="693338cb348e82882e8b259556c11af2"/></dir><dir name="Helper"><file name="Data.php" hash="b1e241f5a9fb4b875a401a999f9932cc"/></dir><dir name="Lib"><file name="PinterestApi.php" hash="bcd81d365750d56cf949ec819e8be0e3"/></dir><dir name="Model"><file name="Feedposition.php" hash="9ac67bac7b68ab739d7f5fb502b7668f"/><file name="Pincount.php" hash="e405b72545cabc196630ce099a82eb10"/><file name="Pindescription.php" hash="58779fe60953310bb82ff836d2ff390e"/><file name="Price.php" hash="c61c75334b6410649a92d33f22c60bd6"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6ec7da759768d8ba1bceeffa15a5ff8d"/><file name="config.xml" hash="e4ea67c41ad268d5cdd40f34f2a86da1"/><file name="system.xml" hash="912fa8262f1ce8a7ecc07cd6e0501c60"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="miragedesign"><file name="pinterest.xml" hash="6f5c639f4a09923a766ad13ab4284b46"/></dir></dir><dir name="template"><dir name="miragedesign"><file name="pinterest_button.phtml" hash="8c01113f3887ba3184fad3c7eccf2597"/><file name="pinterest_left_feed.phtml" hash="2948ec7608024b7e1747934a91cd45ec"/><file name="pinterest_panel.phtml" hash="ecd8c45327c9b4d78cc930026a3c44c3"/><file name="pinterest_right_feed.phtml" hash="426a02e4ed658d18d70cbdd66326b138"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="miragedesign"><file name="pinterest.css" hash="d279479b66cb5858e10a9af1fca84a4a"/></dir></dir><dir name="images"><dir name="miragedesign"><dir name="pinterest"><file name="feed-icon.png" hash="997d37ed0159ac43b2862af0d66c6770"/><file name="follow-on-pinterest-button.png" hash="6b3da71de3bb885a3b17f22af8fdecbb"/></dir></dir></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Miragedesign_Pinterest.csv" hash="f80229646ce5a4bf8951f4d9243cad2e"/></dir></target><target name="mageetc"><dir name="modules"><file name="Miragedesign_Pinterest.xml" hash="3448b63aef6988ef012fecfec37c6c53"/></dir></target></contents>
|
41 |
<compatible/>
|
42 |
<dependencies/>
|
43 |
</package>
|