Version Notes
0.1.6
- Fixed PHP version requirements
0.1.7
- Added support for 1.4+
0.1.8
- Minor fixes
0.1.9
- Tint effect JS error FIX
- Language file minor fix
Download this release
Release Info
Developer | Magento Core Team |
Extension | CorlleteLab_Imagezoom |
Version | 0.1.9 |
Comparing to | |
See all releases |
Code changes from version 0.1.8 to 0.1.9
app/code/community/CorlleteLab/Imagezoom/Helper/Data.php
CHANGED
@@ -22,16 +22,17 @@ class CorlleteLab_Imagezoom_Helper_Data extends Mage_Core_Helper_Abstract
|
|
22 |
switch($zoom_options['zoomeffect'])
|
23 |
{
|
24 |
case '1':
|
25 |
-
|
|
|
26 |
break;
|
27 |
case '2':
|
28 |
-
|
29 |
break;
|
30 |
}
|
31 |
|
32 |
foreach ($zoom_options as $key => $value )
|
33 |
{
|
34 |
-
if ($value != '' && $key != 'img_size')
|
35 |
{
|
36 |
$cnt++;
|
37 |
|
22 |
switch($zoom_options['zoomeffect'])
|
23 |
{
|
24 |
case '1':
|
25 |
+
$zoom_options['tint'] = "'#".$zoom_options['tintColor']."'";
|
26 |
+
|
27 |
break;
|
28 |
case '2':
|
29 |
+
$zoom_options['softFocus'] = true;
|
30 |
break;
|
31 |
}
|
32 |
|
33 |
foreach ($zoom_options as $key => $value )
|
34 |
{
|
35 |
+
if ($value != '' && $key != 'img_size' && $key != 'tintColor')
|
36 |
{
|
37 |
$cnt++;
|
38 |
|
app/locale/en_US/CorlleteLab_ImageZoom.csv
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"Adjust Y (pixel)","Adjust Y (pixel)"
|
3 |
"Amount of smoothness/drift of the zoom image as it moves. The higher the number, the smoother/more drifty the movement will be. 1 = no smoothing.","Amount of smoothness/drift of the zoom image as it moves. The higher the number, the smoother/more drifty the movement will be. 1 = no smoothing."
|
4 |
"CorlleteLab Plugins","CorlleteLab Plugins"
|
5 |
-
"e.g. 77CC99","e.g.
|
6 |
"Enable Module","Enable Module"
|
7 |
"Image Size (pixel)","Image Size (pixel)"
|
8 |
"Image Zoom Configuration","Image Zoom Configuration"
|
2 |
"Adjust Y (pixel)","Adjust Y (pixel)"
|
3 |
"Amount of smoothness/drift of the zoom image as it moves. The higher the number, the smoother/more drifty the movement will be. 1 = no smoothing.","Amount of smoothness/drift of the zoom image as it moves. The higher the number, the smoother/more drifty the movement will be. 1 = no smoothing."
|
4 |
"CorlleteLab Plugins","CorlleteLab Plugins"
|
5 |
+
"e.g. 77CC99","e.g. 77CC99"
|
6 |
"Enable Module","Enable Module"
|
7 |
"Image Size (pixel)","Image Size (pixel)"
|
8 |
"Image Zoom Configuration","Image Zoom Configuration"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CorlleteLab_Imagezoom</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -15,11 +15,15 @@
|
|
15 |
- Added support for 1.4+
|
16 |

|
17 |
0.1.8
|
18 |
-
- Minor fixes
|
|
|
|
|
|
|
|
|
19 |
<authors><author><name>Desislav Yosifov</name><user>auto-converted</user><email>deskin@probg.com</email></author></authors>
|
20 |
-
<date>2011-
|
21 |
-
<time>
|
22 |
-
<contents><target name="magecommunity"><dir name="CorlleteLab"><dir name="Imagezoom"><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="View.php" hash="49b559624494bf64ace997fbee9dfd52"/></dir></dir><dir name="Html"><file name="Head.php" hash="eb6a6cc918857cb6a49695946b3b0339"/></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
23 |
<compatible/>
|
24 |
<dependencies/>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>CorlleteLab_Imagezoom</name>
|
4 |
+
<version>0.1.9</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>
|
15 |
- Added support for 1.4+
|
16 |

|
17 |
0.1.8
|
18 |
+
- Minor fixes
|
19 |
+

|
20 |
+
0.1.9
|
21 |
+
- Tint effect JS error FIX
|
22 |
+
- Language file minor fix</notes>
|
23 |
<authors><author><name>Desislav Yosifov</name><user>auto-converted</user><email>deskin@probg.com</email></author></authors>
|
24 |
+
<date>2011-10-03</date>
|
25 |
+
<time>07:06:50</time>
|
26 |
+
<contents><target name="magecommunity"><dir name="CorlleteLab"><dir name="Imagezoom"><dir name="Block"><dir name="Catalog"><dir name="Product"><file name="View.php" hash="49b559624494bf64ace997fbee9dfd52"/></dir></dir><dir name="Html"><file name="Head.php" hash="eb6a6cc918857cb6a49695946b3b0339"/></dir></dir><dir name="Helper"><file name="Data.php" hash="da181c23320ffd48fc13076a61e5743b"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Position.php" hash="3202945d312df9a18977e38473a88a33"/><file name="Zoomeffect.php" hash="506343ccb9ef940fc577029ed5a0a47c"/></dir></dir><file name="Color.php" hash="6d9be20970ecbbc3be9f4e29e4130d06"/><file name="Size.php" hash="4d27ab856f017b32626a19460b0984a5"/></dir></dir></dir><dir name="controllers"><file name="IndexController.php" hash="a7ae6f32c671c0624779a1d6a188a885"/></dir><dir name="etc"><file name="adminhtml.xml" hash="2774ef2b98fc8995157a97f1d05e0196"/><file name="config.xml" hash="55abb3b465f5fbcb1c8b3903fa8aab1d"/><file name="system.xml" hash="ec749375fdf843e6715a453ae3971d60"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="CorlleteLab_Imagezoom.xml" hash="be76b163aaf29b643d4a8c27ead5b5ee"/></dir></target><target name="magelocale"><dir name="en_US"><file name="CorlleteLab_ImageZoom.csv" hash="78e190b9b960a721edc12ae9c5bcb54c"/></dir></target><target name="mageweb"><dir name="js"><dir name="corlletelab"><dir name="imagezoom"><file name="cloud-zoom.1.0.2.js" hash="c1893fd33ca7e6329246342be8acc03d"/><file name="jquery-1.6.2.min.js" hash="a1a8cb16a060f6280a767187fd22e037"/><file name="product_override.js" hash="a7b9d9c1d0eec0937f6394f3b6b81dc0"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="imagezoom.xml" hash="7447d71df1a9c3cd48cd110d6dd2972c"/></dir><dir name="template"><dir name="corlletelab"><dir name="imagezoom"><file name="grouped.phtml" hash="cbb95504d0160bf8647ab1de975289ea"/><file name="media.phtml" hash="4bd0f67dae00bd4031d0851c68103f74"/></dir></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="layout"><file name="imagezoom.xml" hash="7447d71df1a9c3cd48cd110d6dd2972c"/></dir><dir name="template"><dir name="corlletelab"><dir name="imagezoom"><file name="grouped.phtml" hash="cbb95504d0160bf8647ab1de975289ea"/><file name="media.phtml" hash="4bd0f67dae00bd4031d0851c68103f74"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="corlletelab"><file name="imagezoom.css" hash="988e76756be393d452cd36a570a94c7d"/></dir></dir></dir></dir><dir name="default"><dir name="default"><dir name="css"><dir name="corlletelab"><file name="imagezoom.css" hash="8bb60e53a7b337fd33db683dfae3c59c"/></dir></dir></dir></dir></dir></target></contents>
|
27 |
<compatible/>
|
28 |
<dependencies/>
|
29 |
</package>
|