Version Notes
This is Stable version
Download this release
Release Info
Developer | Magento Core Team |
Extension | Helios_Hssocialmedia |
Version | 0.2.2 |
Comparing to | |
See all releases |
Code changes from version 0.2.1 to 0.2.2
- app/code/community/Helios/Hssocialmedia/etc/config.xml +1 -1
- app/code/community/Helios/Hssocialmedia/etc/system.xml +2 -2
- app/code/community/Mage/Adminhtml/Model/System/Config/Source/{Diyoptions13865676038.php → Effects.php} +1 -1
- app/code/community/Mage/Adminhtml/Model/System/Config/Source/{Diyoptions13865676036.php → Position.php} +1 -1
- app/design/frontend/default/default/template/hssocialmedia/hsmedia.phtml +1 -1
- package.xml +5 -6
app/code/community/Helios/Hssocialmedia/etc/config.xml
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
</default>
|
19 |
<modules>
|
20 |
<Helios_Hssocialmedia>
|
21 |
-
<version>0.2.
|
22 |
</Helios_Hssocialmedia>
|
23 |
</modules>
|
24 |
<frontend>
|
18 |
</default>
|
19 |
<modules>
|
20 |
<Helios_Hssocialmedia>
|
21 |
+
<version>0.2.2</version>
|
22 |
</Helios_Hssocialmedia>
|
23 |
</modules>
|
24 |
<frontend>
|
app/code/community/Helios/Hssocialmedia/etc/system.xml
CHANGED
@@ -247,7 +247,7 @@
|
|
247 |
<buttonposition translate="label">
|
248 |
<label>Select Social Media Button Position</label>
|
249 |
<frontend_type>select</frontend_type>
|
250 |
-
<source_model>adminhtml/
|
251 |
<sort_order>2</sort_order>
|
252 |
<show_in_default>1</show_in_default>
|
253 |
<show_in_website>1</show_in_website>
|
@@ -266,7 +266,7 @@
|
|
266 |
<buttoneffect translate="label">
|
267 |
<label>Social Media Button Effect</label>
|
268 |
<frontend_type>select</frontend_type>
|
269 |
-
<source_model>adminhtml/
|
270 |
<sort_order>4</sort_order>
|
271 |
<show_in_default>1</show_in_default>
|
272 |
<show_in_website>1</show_in_website>
|
247 |
<buttonposition translate="label">
|
248 |
<label>Select Social Media Button Position</label>
|
249 |
<frontend_type>select</frontend_type>
|
250 |
+
<source_model>adminhtml/system_config_source_Position</source_model>
|
251 |
<sort_order>2</sort_order>
|
252 |
<show_in_default>1</show_in_default>
|
253 |
<show_in_website>1</show_in_website>
|
266 |
<buttoneffect translate="label">
|
267 |
<label>Social Media Button Effect</label>
|
268 |
<frontend_type>select</frontend_type>
|
269 |
+
<source_model>adminhtml/system_config_source_Effects</source_model>
|
270 |
<sort_order>4</sort_order>
|
271 |
<show_in_default>1</show_in_default>
|
272 |
<show_in_website>1</show_in_website>
|
app/code/community/Mage/Adminhtml/Model/System/Config/Source/{Diyoptions13865676038.php → Effects.php}
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
class
|
3 |
{
|
4 |
|
5 |
/**
|
1 |
<?php
|
2 |
+
class Mage_Adminhtml_Model_System_Config_Source_Effects
|
3 |
{
|
4 |
|
5 |
/**
|
app/code/community/Mage/Adminhtml/Model/System/Config/Source/{Diyoptions13865676036.php → Position.php}
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
class
|
3 |
{
|
4 |
|
5 |
/**
|
1 |
<?php
|
2 |
+
class Mage_Adminhtml_Model_System_Config_Source_Position
|
3 |
{
|
4 |
|
5 |
/**
|
app/design/frontend/default/default/template/hssocialmedia/hsmedia.phtml
CHANGED
@@ -91,7 +91,7 @@
|
|
91 |
</a>
|
92 |
<?php endif; ?>
|
93 |
<?php if (Mage::helper('hssocialmedia')->getWebUrl() != ''): ?>
|
94 |
-
<a class="socialitems" target="_blank" href="
|
95 |
id="web-btn">
|
96 |
<span class="social-icon">
|
97 |
<span
|
91 |
</a>
|
92 |
<?php endif; ?>
|
93 |
<?php if (Mage::helper('hssocialmedia')->getWebUrl() != ''): ?>
|
94 |
+
<a class="socialitems" target="_blank" href="<?php echo Mage::helper('hssocialmedia')->getWebUrl() ?>"
|
95 |
id="web-btn">
|
96 |
<span class="social-icon">
|
97 |
<span
|
package.xml
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Helios_Hssocialmedia</name>
|
4 |
-
<version>0.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Helios solutions provide you a social follow buttons to get more fans and followers.</summary>
|
10 |
<description>Helios solutions provide you a social follow buttons to get more fans and followers for your social media profiles on Facebook, Twitter, and other popular social networks. Helios social follow buttons work on your site, blogs, and even newsletters.</description>
|
11 |
-
<notes>This is
|
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-
|
15 |
-
<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="
|
17 |
<compatible/>
|
18 |
<dependencies/>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Helios_Hssocialmedia</name>
|
4 |
+
<version>0.2.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Helios solutions provide you a social follow buttons to get more fans and followers.</summary>
|
10 |
<description>Helios solutions provide you a social follow buttons to get more fans and followers for your social media profiles on Facebook, Twitter, and other popular social networks. Helios social follow buttons work on your site, blogs, and even newsletters.</description>
|
11 |
+
<notes>This is Stable version</notes>
|
|
|
12 |
<authors><author><name>Helios</name><user>auto-converted</user><email>hsmagento.support@heliossolutions.in</email></author></authors>
|
13 |
+
<date>2014-03-12</date>
|
14 |
+
<time>04:36:17</time>
|
15 |
+
<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="1c6741979065eb3719313c052e996b14"/><file name="system.xml" hash="18d834ef2dfad31d516424b288a28cab"/></dir></dir></dir><dir name="Mage"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Effects.php" hash="e9ff1380a6296495f054c0a26f166d85"/><file name="Position.php" hash="f638728ae3b17301a7197450c4d52629"/></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="cd70d67a79c339e6856af564490501e9"/></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>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|