Version Notes
This is second stable Version.
We remove the dependency to include file in header.phtml file.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Helios_Hssocialmedia |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
app/code/community/Helios/Hssocialmedia/etc/config.xml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
</default>
|
15 |
<modules>
|
16 |
<Helios_Hssocialmedia>
|
17 |
-
<version>0.1.
|
18 |
</Helios_Hssocialmedia>
|
19 |
</modules>
|
20 |
<frontend>
|
14 |
</default>
|
15 |
<modules>
|
16 |
<Helios_Hssocialmedia>
|
17 |
+
<version>0.1.2</version>
|
18 |
</Helios_Hssocialmedia>
|
19 |
</modules>
|
20 |
<frontend>
|
app/code/community/Mage/Adminhtml/Model/System/Config/Source/Diyoptions13865676036.php
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Mage_Adminhtml_Model_System_Config_Source_Diyoptions13865676036
|
3 |
+
{
|
4 |
+
|
5 |
+
/**
|
6 |
+
* Options getter
|
7 |
+
*
|
8 |
+
* @return array
|
9 |
+
*/
|
10 |
+
public function toOptionArray()
|
11 |
+
{
|
12 |
+
return array(
|
13 |
+
|
14 |
+
array('value' => 1, 'label'=>Mage::helper('adminhtml')->__('Right')),
|
15 |
+
array('value' => 2, 'label'=>Mage::helper('adminhtml')->__('Left')),
|
16 |
+
);
|
17 |
+
}
|
18 |
+
|
19 |
+
}
|
app/code/community/Mage/Adminhtml/Model/System/Config/Source/Diyoptions13865676038.php
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Mage_Adminhtml_Model_System_Config_Source_Diyoptions13865676038
|
3 |
+
{
|
4 |
+
|
5 |
+
/**
|
6 |
+
* Options getter
|
7 |
+
*
|
8 |
+
* @return array
|
9 |
+
*/
|
10 |
+
public function toOptionArray()
|
11 |
+
{
|
12 |
+
return array(
|
13 |
+
|
14 |
+
array('value' => 'swing', 'label'=>Mage::helper('adminhtml')->__('swing')),
|
15 |
+
array('value' => 'easeOutQuad', 'label'=>Mage::helper('adminhtml')->__('easeOutQuad')),
|
16 |
+
array('value' => 'easeOutCirc', 'label'=>Mage::helper('adminhtml')->__('easeOutCirc')),
|
17 |
+
array('value' => 'easeOutElastic', 'label'=>Mage::helper('adminhtml')->__('easeOutElastic')),
|
18 |
+
array('value' => 'easeOutExpo', 'label'=>Mage::helper('adminhtml')->__('easeOutExpo')),
|
19 |
+
);
|
20 |
+
}
|
21 |
+
|
22 |
+
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Helios_Hssocialmedia</name>
|
4 |
-
<version>0.1.
|
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 remove the dependency to include file in header.phtml file.</notes>
|
13 |
<authors><author><name>Helios</name><user>auto-converted</user><email>hsmagento.support@heliossolutions.in</email></author></authors>
|
14 |
<date>2014-01-21</date>
|
15 |
-
<time>03:
|
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="f408972266611ad0d6403ef31f42f3b3"/></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.1.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
|
7 |
<channel>community</channel>
|
12 |
We remove the dependency to include file in header.phtml file.</notes>
|
13 |
<authors><author><name>Helios</name><user>auto-converted</user><email>hsmagento.support@heliossolutions.in</email></author></authors>
|
14 |
<date>2014-01-21</date>
|
15 |
+
<time>03:28:08</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="f408972266611ad0d6403ef31f42f3b3"/></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="f86f497fdb6dd7c75a29414d0cc7d419"/><file name="system.xml" hash="b622a3c5e037f935dcda84be9a02f729"/></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="32f4d788500fab1d908b55484342fcb3"/></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="7e628ed582d10bb51cfa440f67a3b8b2"/><file name="hsmedia.css" hash="f12abc3c060a069c9488089d9e0604eb"/></dir></dir><dir name="images"><file name="social-icons.png" hash="83525bd27cae8ad3375736490ae0878f"/><file name="social-icons-left.png" hash="086828c3a91ded20262c08c9d1900edc"/></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>
|