Version Notes
Fixing height issues FFox
Download this release
Release Info
Developer | Magento Core Team |
Extension | BeeShopy_BeeSocial |
Version | 0.6 |
Comparing to | |
See all releases |
Code changes from version 0.5 to 0.6
app/code/community/BeeShopy/BeeSocial/controllers/IndexController.php
CHANGED
@@ -15,7 +15,6 @@ class Beeshopy_Beesocial_IndexController extends Mage_Core_Controller_Front_Acti
|
|
15 |
{
|
16 |
var height = getParam('height');
|
17 |
// This works as our parent's parent is on our domain..
|
18 |
-
console.warn(height);
|
19 |
parent.parent.resizeIframe(height);
|
20 |
}
|
21 |
|
15 |
{
|
16 |
var height = getParam('height');
|
17 |
// This works as our parent's parent is on our domain..
|
|
|
18 |
parent.parent.resizeIframe(height);
|
19 |
}
|
20 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BeeShopy_BeeSocial</name>
|
4 |
-
<version>0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>FB:Comments, FB:Like and Twitter Badget for your products.</summary>
|
10 |
<description>BeeSocial allows to your users comment and share your products in Facebook and Twitter.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Miguel Ángel Martínez Triviño</name><user>auto-converted</user><email>miguelangel@beeshopy.com</email></author><author><name>Juan Gallego</name><user>auto-converted</user><email>juan@beeshopy.com</email></author></authors>
|
13 |
<date>2011-01-11</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="BeeShopy"><dir name="BeeSocial"><dir name="Block"><file name="Iframe.php" hash="e07f96e0af061e2951435b7185b19ee4"/></dir><dir name="controllers"><file name="IndexController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>BeeShopy_BeeSocial</name>
|
4 |
+
<version>0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>FB:Comments, FB:Like and Twitter Badget for your products.</summary>
|
10 |
<description>BeeSocial allows to your users comment and share your products in Facebook and Twitter.</description>
|
11 |
+
<notes>Fixing height issues FFox</notes>
|
12 |
<authors><author><name>Miguel Ángel Martínez Triviño</name><user>auto-converted</user><email>miguelangel@beeshopy.com</email></author><author><name>Juan Gallego</name><user>auto-converted</user><email>juan@beeshopy.com</email></author></authors>
|
13 |
<date>2011-01-11</date>
|
14 |
+
<time>22:19:58</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="BeeShopy"><dir name="BeeSocial"><dir name="Block"><file name="Iframe.php" hash="e07f96e0af061e2951435b7185b19ee4"/></dir><dir name="controllers"><file name="IndexController.php" hash="0461c0331f2a1ca748df4fb54cad8ce4"/></dir><dir name="etc"><file name="config.xml" hash="0ae95b3831c399cb4e9ec321ee3a1c83"/><file name="widget.xml" hash="983dfa5d28418547ca7b636f246f5e98"/></dir><dir name="helper"><file name="Data.php" hash="7a9befef350fe2d362599b32620eb534"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="BeeShopy_BeeSocial.xml" hash="f24331c9435e13df6243bdf75e28b5b1"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|