Helios_Hssocialmedia - Version 0.2.1

Version Notes

This is second stable Version.
We Include New Social Media Buttons like FIickr, Mail To, Go to and Instagram.

Download this release

Release Info

Developer Magento Core Team
Extension Helios_Hssocialmedia
Version 0.2.1
Comparing to
See all releases


Code changes from version 0.2.0 to 0.2.1

app/code/community/Helios/Hssocialmedia/etc/config.xml CHANGED
@@ -18,7 +18,7 @@
18
  </default>
19
  <modules>
20
  <Helios_Hssocialmedia>
21
- <version>0.2.0</version>
22
  </Helios_Hssocialmedia>
23
  </modules>
24
  <frontend>
18
  </default>
19
  <modules>
20
  <Helios_Hssocialmedia>
21
+ <version>0.2.1</version>
22
  </Helios_Hssocialmedia>
23
  </modules>
24
  <frontend>
app/design/frontend/default/default/template/hssocialmedia/hsmedia.phtml CHANGED
@@ -90,6 +90,15 @@
90
  </span>
91
  </a>
92
  <?php endif; ?>
 
 
 
 
 
 
 
 
 
93
  <?php if (Mage::helper('hssocialmedia')->getMailUrl() != ''): ?>
94
  <a class="socialitems" target="_blank" href="mailto:<?php echo Mage::helper('hssocialmedia')->getMailUrl() ?>"
95
  id="mail-btn">
90
  </span>
91
  </a>
92
  <?php endif; ?>
93
+ <?php if (Mage::helper('hssocialmedia')->getWebUrl() != ''): ?>
94
+ <a class="socialitems" target="_blank" href="mailto:<?php echo Mage::helper('hssocialmedia')->getMailUrl() ?>"
95
+ id="web-btn">
96
+ <span class="social-icon">
97
+ <span
98
+ class="social-text"><?php echo $this->__(Mage::helper('hssocialmedia')->getWebTitle()) ?></span>
99
+ </span>
100
+ </a>
101
+ <?php endif; ?>
102
  <?php if (Mage::helper('hssocialmedia')->getMailUrl() != ''): ?>
103
  <a class="socialitems" target="_blank" href="mailto:<?php echo Mage::helper('hssocialmedia')->getMailUrl() ?>"
104
  id="mail-btn">
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Helios_Hssocialmedia</name>
4
- <version>0.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -12,8 +12,8 @@
12
  We Include New Social Media Buttons like FIickr, Mail To, Go to and Instagram.</notes>
13
  <authors><author><name>Helios</name><user>auto-converted</user><email>hsmagento.support@heliossolutions.in</email></author></authors>
14
  <date>2014-01-24</date>
15
- <time>14:39:54</time>
16
- <contents><target name="mageetc"><dir name="modules"><file name="Helios_Hssocialmedia.xml" hash="0a049f59ac3553d3a7d6f18eb6f14533"/></dir></target><target name="magecommunity"><dir name="Helios"><dir name="Hssocialmedia"><dir name="Block"><file name="About.php" hash="0da9597fdd450a22c05da7dfbc31684b"/><file name="Index.php" hash="6a01edcbc1227fdad2a96447c8e10315"/></dir><dir name="Helper"><file name="Data.php" hash="3f3cee8ad72fcd3d3a762e37163abbb8"/></dir><dir name="controllers"><file name="IndexController.php" hash="6f9cca6aafc998b60757435c31dfaabe"/></dir><dir name="etc"><file name="adminhtml.xml" hash="575b9f0b79558b2b2f2031fc15001f16"/><file name="config.xml" hash="3ecd9f22c8bd0678eeb60ef8ff1636b7"/><file name="system.xml" hash="e63318b0a7b62ae6eddb2628f61ee236"/></dir></dir></dir><dir name="Mage"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Diyoptions13865676036.php" hash="144fc288e3ecae18bdc245faaf750f2a"/><file name="Diyoptions13865676038.php" hash="ec48d10ca816dbca0c79ff2db0a52798"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="hssocialmedia.xml" hash="e8047c8cf24c2d4f929cc59c76cd62d4"/></dir><dir name="template"><dir name="hssocialmedia"><file name="hsmedia.phtml" hash="fa7f9cafee4dea5567ac1295aeaa7400"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="hsmedia"><file name="hsmedia-left.css" hash="7fea46378be04e30b35b75a922d4e04b"/><file name="hsmedia.css" hash="b0332cc0f180f184cb588dc2ea490c88"/></dir></dir><dir name="images"><file name="social-icons.png" hash="a0bb6cc5bdd04685a1fb50b56ff593d8"/><file name="social-icons-left.png" hash="6b1a84fe8664437bfe5a05a0c5587199"/></dir><dir name="js"><dir name="hsmedia"><file name="hssocial.js" hash="949830ef9759e0208a2f39f1953fff14"/><file name="jquery.js" hash="4385e689716cb278c892b26cfde8a3c4"/></dir></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Helios_Hssocialmedia</name>
4
+ <version>0.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
12
  We Include New Social Media Buttons like FIickr, Mail To, Go to and Instagram.</notes>
13
  <authors><author><name>Helios</name><user>auto-converted</user><email>hsmagento.support@heliossolutions.in</email></author></authors>
14
  <date>2014-01-24</date>
15
+ <time>14:58:24</time>
16
+ <contents><target name="mageetc"><dir name="modules"><file name="Helios_Hssocialmedia.xml" hash="0a049f59ac3553d3a7d6f18eb6f14533"/></dir></target><target name="magecommunity"><dir name="Helios"><dir name="Hssocialmedia"><dir name="Block"><file name="About.php" hash="0da9597fdd450a22c05da7dfbc31684b"/><file name="Index.php" hash="6a01edcbc1227fdad2a96447c8e10315"/></dir><dir name="Helper"><file name="Data.php" hash="3f3cee8ad72fcd3d3a762e37163abbb8"/></dir><dir name="controllers"><file name="IndexController.php" hash="6f9cca6aafc998b60757435c31dfaabe"/></dir><dir name="etc"><file name="adminhtml.xml" hash="575b9f0b79558b2b2f2031fc15001f16"/><file name="config.xml" hash="c93d01083bcc90c1ba0e4cf6e7175c3f"/><file name="system.xml" hash="e63318b0a7b62ae6eddb2628f61ee236"/></dir></dir></dir><dir name="Mage"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Diyoptions13865676036.php" hash="144fc288e3ecae18bdc245faaf750f2a"/><file name="Diyoptions13865676038.php" hash="ec48d10ca816dbca0c79ff2db0a52798"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="hssocialmedia.xml" hash="e8047c8cf24c2d4f929cc59c76cd62d4"/></dir><dir name="template"><dir name="hssocialmedia"><file name="hsmedia.phtml" hash="9d20660261df23f00312119c6f37ec07"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="hsmedia"><file name="hsmedia-left.css" hash="7fea46378be04e30b35b75a922d4e04b"/><file name="hsmedia.css" hash="b0332cc0f180f184cb588dc2ea490c88"/></dir></dir><dir name="images"><file name="social-icons.png" hash="a0bb6cc5bdd04685a1fb50b56ff593d8"/><file name="social-icons-left.png" hash="6b1a84fe8664437bfe5a05a0c5587199"/></dir><dir name="js"><dir name="hsmedia"><file name="hssocial.js" hash="949830ef9759e0208a2f39f1953fff14"/><file name="jquery.js" hash="4385e689716cb278c892b26cfde8a3c4"/></dir></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>