IG_LightBox - Version 1.0.15

Version Notes

Enjoy it ;)

Download this release

Release Info

Developer Magento Core Team
Extension IG_LightBox
Version 1.0.15
Comparing to
See all releases


Code changes from version 1.0.14 to 1.0.15

app/code/community/IG/LightBox/Block/Media.php CHANGED
@@ -35,7 +35,7 @@ class IG_LightBox_Block_Media extends Mage_Catalog_Block_Product_View_Media
35
 
36
  public function getIgLightBoxMainImageSize()
37
  {
38
- list($main_width, $main_height) = split('x', $this->getIGLightBoxConfig('general/mainImageSize'));
39
 
40
  $main_width = intval($main_width) > 0 ? intval($main_width) : 800;
41
  $main_height = intval($main_height) > 0 ? intval($main_height) : 600;
@@ -45,7 +45,7 @@ class IG_LightBox_Block_Media extends Mage_Catalog_Block_Product_View_Media
45
 
46
  public function getIgLightBoxThumbnailImageSize()
47
  {
48
- list($thu_width, $thu_height) = split('x', $this->getIGLightBoxConfig('general/thumbnailImageSize'));
49
 
50
  $thu_width = intval($thu_width) > 0 ? intval($thu_width) : 256;
51
  $thu_height = intval($thu_height) > 0 ? intval($thu_height) : 256;
@@ -55,7 +55,7 @@ class IG_LightBox_Block_Media extends Mage_Catalog_Block_Product_View_Media
55
 
56
  public function getIgLightBoxBigImageSize()
57
  {
58
- list($big_width, $big_height) = split('x', $this->getIGLightBoxConfig('general/bigImageSize'));
59
 
60
  $big_width = intval($big_width) > 0 ? intval($big_width) : 60;
61
  $big_height = intval($big_height) > 0 ? intval($big_height) : 60;
35
 
36
  public function getIgLightBoxMainImageSize()
37
  {
38
+ list($main_width, $main_height) = explode('x', $this->getIGLightBoxConfig('general/mainImageSize'));
39
 
40
  $main_width = intval($main_width) > 0 ? intval($main_width) : 800;
41
  $main_height = intval($main_height) > 0 ? intval($main_height) : 600;
45
 
46
  public function getIgLightBoxThumbnailImageSize()
47
  {
48
+ list($thu_width, $thu_height) = explode('x', $this->getIGLightBoxConfig('general/thumbnailImageSize'));
49
 
50
  $thu_width = intval($thu_width) > 0 ? intval($thu_width) : 256;
51
  $thu_height = intval($thu_height) > 0 ? intval($thu_height) : 256;
55
 
56
  public function getIgLightBoxBigImageSize()
57
  {
58
+ list($big_width, $big_height) = explode('x', $this->getIGLightBoxConfig('general/bigImageSize'));
59
 
60
  $big_width = intval($big_width) > 0 ? intval($big_width) : 60;
61
  $big_height = intval($big_height) > 0 ? intval($big_height) : 60;
app/code/community/IG/LightBox/CHANGELOG.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  1.0.14:
2
  - Fixed missing toolbar :)
3
 
1
+ 1.0.15:
2
+ - Fixed "split" bug
3
+
4
  1.0.14:
5
  - Fixed missing toolbar :)
6
 
app/code/community/IG/LightBox/etc/config.xml CHANGED
@@ -1,7 +1,7 @@
1
  <config>
2
  <modules>
3
  <IG_LightBox>
4
- <version>1.0.14</version>
5
  </IG_LightBox>
6
  </modules>
7
 
1
  <config>
2
  <modules>
3
  <IG_LightBox>
4
+ <version>1.0.15</version>
5
  </IG_LightBox>
6
  </modules>
7
 
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>IG_LightBox</name>
4
- <version>1.0.14</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -18,9 +18,9 @@ You can change colors, effect, fonts or image sizes directly FROM MAGENTO BACK-E
18
  IDEALIAGroup LightBox is fully integrated in Magento system configuration.</description>
19
  <notes>Enjoy it ;)</notes>
20
  <authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>auto-converted</user><email>giorgetti@idealiagroup.com</email></author><author><name>Maria Chiara Luongo</name><user>auto-converted</user><email>sunlight10@hotmail.it</email></author></authors>
21
- <date>2011-03-02</date>
22
- <time>11:10:59</time>
23
- <contents><target name="magelocale"><dir name="de_DE"><file name="IG_LightBox.csv" hash="0ba5aeb54e9ed302fa26773a36ef3ab5"/></dir><dir name="en_US"><file name="IG_LightBox.csv" hash="d0e240588dab13a1ed211586334ca8d1"/></dir><dir name="it_IT"><file name="IG_LightBox.csv" hash="461be43e55b6b407637d2b6ef4079ac2"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><file name="next.png" hash="ef678358e90669e00dad3d50137a9dfa"/><file name="prev.png" hash="9c0b22c4237e51b5be3447ee53eca339"/></dir></dir><dir name="js"><file name="ig_effects.js" hash="8433b39a8e7c93a0ed56e467e251f84b"/><file name="ig_lightbox.js" hash="7c3ce6ac85de6968f28a39e1ace7ce42"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><file name="next.png" hash="ef678358e90669e00dad3d50137a9dfa"/><file name="prev.png" hash="9c0b22c4237e51b5be3447ee53eca339"/></dir></dir><dir name="js"><file name="ig_effects.js" hash="8433b39a8e7c93a0ed56e467e251f84b"/><file name="ig_lightbox.js" hash="7c3ce6ac85de6968f28a39e1ace7ce42"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="8ae77032c53744338128c6cb63dd9938"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="e3da7cb7fa9fe615aedbacf24183cad9"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="8ae77032c53744338128c6cb63dd9938"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="7435e44464d896324b99e73ce48171de"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="IG"><dir name="LightBox"><dir name="Block"><file name="Media.php" hash="6f04ce0212fbb2d2fb57dfe91ede339c"/></dir><dir name="etc"><file name="config.xml" hash="a5a8a4c837a74fa4371d75cc8159da82"/><file name="system.xml" hash="a083627cd216f73bbd0ed318f3f50b2a"/></dir><dir name="Helper"><file name="Data.php" hash="28a54a1190969c7023ddc67c3f242b34"/></dir><dir name="sql"><dir name="ig_lightbox_setup"><file name="mysql4-install-1.0.3.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/><file name="mysql4-install-1.0.4.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/></dir></dir><file name="CHANGELOG.txt" hash="d3fd36024cfbf66d1ac475722d036a73"/><file name="LICENSE.txt" hash="b7870fbc716085862b4cba9b4629a24e"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="IG_LightBox.xml" hash="5d8f136255066de4f378d5c9bfe6edaf"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>IG_LightBox</name>
4
+ <version>1.0.15</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
18
  IDEALIAGroup LightBox is fully integrated in Magento system configuration.</description>
19
  <notes>Enjoy it ;)</notes>
20
  <authors><author><name>Riccardo Tempesta</name><user>auto-converted</user><email>tempesta@idealiagroup.com</email></author><author><name>Marco Giorgetti</name><user>auto-converted</user><email>giorgetti@idealiagroup.com</email></author><author><name>Maria Chiara Luongo</name><user>auto-converted</user><email>sunlight10@hotmail.it</email></author></authors>
21
+ <date>2011-05-06</date>
22
+ <time>08:29:42</time>
23
+ <contents><target name="magelocale"><dir name="de_DE"><file name="IG_LightBox.csv" hash="0ba5aeb54e9ed302fa26773a36ef3ab5"/></dir><dir name="en_US"><file name="IG_LightBox.csv" hash="d0e240588dab13a1ed211586334ca8d1"/></dir><dir name="it_IT"><file name="IG_LightBox.csv" hash="461be43e55b6b407637d2b6ef4079ac2"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><file name="next.png" hash="ef678358e90669e00dad3d50137a9dfa"/><file name="prev.png" hash="9c0b22c4237e51b5be3447ee53eca339"/></dir></dir><dir name="js"><file name="ig_effects.js" hash="8433b39a8e7c93a0ed56e467e251f84b"/><file name="ig_lightbox.js" hash="7c3ce6ac85de6968f28a39e1ace7ce42"/></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><file name="ig_lightbox.css" hash="90013fca813ded63dcfa451fba4becee"/></dir><dir name="images"><dir name="ig_lightbox"><file name="close.png" hash="d27820a6f000dc575004e5b2e00152fb"/><file name="loader.gif" hash="3d97df91cb14210546102f0ddb775db0"/><file name="next.png" hash="ef678358e90669e00dad3d50137a9dfa"/><file name="prev.png" hash="9c0b22c4237e51b5be3447ee53eca339"/></dir></dir><dir name="js"><file name="ig_effects.js" hash="8433b39a8e7c93a0ed56e467e251f84b"/><file name="ig_lightbox.js" hash="7c3ce6ac85de6968f28a39e1ace7ce42"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="8ae77032c53744338128c6cb63dd9938"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="e3da7cb7fa9fe615aedbacf24183cad9"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="ig_lightbox.xml" hash="8ae77032c53744338128c6cb63dd9938"/></dir><dir name="template"><dir name="ig_lightbox"><file name="media.phtml" hash="7435e44464d896324b99e73ce48171de"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="IG"><dir name="LightBox"><dir name="Block"><file name="Media.php" hash="8c4355ac2f8b8fb72d485171625d6459"/></dir><dir name="etc"><file name="config.xml" hash="a3cf892bfc1f1af702656b4d142c6c36"/><file name="system.xml" hash="a083627cd216f73bbd0ed318f3f50b2a"/></dir><dir name="Helper"><file name="Data.php" hash="28a54a1190969c7023ddc67c3f242b34"/></dir><dir name="sql"><dir name="ig_lightbox_setup"><file name="mysql4-install-1.0.3.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/><file name="mysql4-install-1.0.4.php" hash="f7cf810260f5e96cd6fa6ff314bd5330"/></dir></dir><file name="CHANGELOG.txt" hash="9708c78505b441f1503886fb77822c5a"/><file name="LICENSE.txt" hash="b7870fbc716085862b4cba9b4629a24e"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="IG_LightBox.xml" hash="5d8f136255066de4f378d5c9bfe6edaf"/></dir></target></contents>
24
  <compatible/>
25
  <dependencies/>
26
  </package>