Version Notes
Fix bugs
Download this release
Release Info
Developer | Magento Core Team |
Extension | Hatimeria_Crop |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
app/code/local/Hatimeria/Crop/Helper/Data.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
class
|
4 |
{
|
5 |
|
6 |
}
|
1 |
<?php
|
2 |
|
3 |
+
class Hatimeria_Crop_Helper_Data extends Mage_Core_Helper_Abstract
|
4 |
{
|
5 |
|
6 |
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Hatimeria_Crop</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -16,9 +16,9 @@ User could select interesting part of image and set as product image or product
|
|
16 |
Module write selected image coordinates to ImageInfo tab (eg. 664:26,99:1820,718:2022,798)</description>
|
17 |
<notes>Fix bugs</notes>
|
18 |
<authors><author><name>Hatimeria</name><user>auto-converted</user><email>magento@hatimeria.pl</email></author></authors>
|
19 |
-
<date>2011-11-
|
20 |
-
<time>
|
21 |
-
<contents><target name="magelocal"><dir name="Hatimeria"><dir name="Crop"><dir name="Helper"><file name="Data.php" hash="
|
22 |
<compatible/>
|
23 |
<dependencies/>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Hatimeria_Crop</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
16 |
Module write selected image coordinates to ImageInfo tab (eg. 664:26,99:1820,718:2022,798)</description>
|
17 |
<notes>Fix bugs</notes>
|
18 |
<authors><author><name>Hatimeria</name><user>auto-converted</user><email>magento@hatimeria.pl</email></author></authors>
|
19 |
+
<date>2011-11-24</date>
|
20 |
+
<time>09:23:32</time>
|
21 |
+
<contents><target name="magelocal"><dir name="Hatimeria"><dir name="Crop"><dir name="Helper"><file name="Data.php" hash="858d1d46baa636be9b9427af0bb10b04"/><file name="Image.php" hash="bd8f6582bc49ed1cccdce58a687d3636"/></dir><dir name="Model"><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="2d195b864ae61eb9b87d9fdaebef0a83"/></dir></dir></dir><file name="Image.php" hash="7a7900bd9f189c9a34c209e53b2d141b"/></dir><dir name="etc"><file name="config.xml" hash="c7b6c411e465ec6698d0fd4c7ec83cf1"/></dir><dir name="sql"><dir name="crop_setup"><file name="mysql4-install-0.1.1.php" hash="2737bf7565d398549b5cadc789f6e31e"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Hatimeria_Crop.xml" hash="a1a31125678cb721f01bd64fab7b6fc3"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies/>
|
24 |
</package>
|