Version Notes
Added:
1. Support LightBox2
2. Configuration option for scaling big image.
Download this release
Release Info
Developer | Lanot |
Extension | Lanot_GridImage |
Version | 1.0.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.1.2 to 1.0.1.3
- package.xml +7 -7
package.xml
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lanot_GridImage</name>
|
4 |
-
<version>1.0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Extension allows admin to show product main image at product grid at admin page
|
10 |
-
<description>Extension allows admin to show product main image at product grid at admin page
|
11 |
<notes>Added:
|
12 |
1. Support LightBox2
|
13 |
2. Configuration option for scaling big image.</notes>
|
14 |
-
<authors><author><name>Lanot</name><user>
|
15 |
<date>2012-11-26</date>
|
16 |
-
<time>21:
|
17 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Lanot_GridImage.xml" hash="76cc5fa029c534972d8586b8f3c98eb8"/></dir></target><target name="magecommunity"><dir name="Lanot"><dir name="GridImage"><dir name="Block"><dir name="Adminhtml"><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash="9d9120d3ba2c5b41825a288f57dfbe9f"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="819ee8fa4e5fb7eef798dc6bae8cc5c8"/></dir><dir name="Model"><
|
18 |
<compatible/>
|
19 |
-
<dependencies
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lanot_GridImage</name>
|
4 |
+
<version>1.0.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Extension allows admin to show product main image at product grid at admin page. </summary>
|
10 |
+
<description>Extension allows admin to show product main image at product grid at admin page. </description>
|
11 |
<notes>Added:
|
12 |
1. Support LightBox2
|
13 |
2. Configuration option for scaling big image.</notes>
|
14 |
+
<authors><author><name>Lanot</name><user>Lanot</user><email>lanot.biz@gmail.com</email></author></authors>
|
15 |
<date>2012-11-26</date>
|
16 |
+
<time>21:20:26</time>
|
17 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Lanot_GridImage.xml" hash="76cc5fa029c534972d8586b8f3c98eb8"/></dir></target><target name="magecommunity"><dir name="Lanot"><dir name="GridImage"><dir name="Block"><dir name="Adminhtml"><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash="9d9120d3ba2c5b41825a288f57dfbe9f"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="819ee8fa4e5fb7eef798dc6bae8cc5c8"/></dir><dir name="Model"><file name="Handler.php" hash="fecbcd2e9e91f34b458c330b084aa411"/><dir name="Mysql4"><file name="Attribute.php" hash="a28f7651baabbb5ea933c8019312ad48"/></dir><file name="Observer.php" hash="69d8cc68170920fe17c8f4603e938c03"/></dir><dir name="etc"><file name="adminhtml.xml" hash="97c86983f8cbc5249d7aecc2114cf067"/><file name="config.xml" hash="48cd1c9cbe2b63a4afb365bccee26490"/><file name="system.xml" hash="e90856347dbaf9000692b1ee0d5c2d41"/></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="lanot"><dir name="lightbox2"><dir name="css"><file name="lightbox.css" hash="5a91b3d053216c3fa9a27d4b537931cb"/></dir><dir name="images"><file name="bullet.gif" hash="1f7dd21de89bed2cf605ed7bd1276a63"/><file name="close.gif" hash="540f65d2b2f94032d6c3037622843a50"/><file name="closelabel.gif" hash="0e5462b0b4f00432eac4b33d5fa31c5a"/><file name="loading.gif" hash="7e99e1159a3686f6aa4f90043c554483"/><file name="nextlabel.gif" hash="110afaaaf901f67fee2357c5df88a1aa"/><file name="prevlabel.gif" hash="fb5fff30d471cc603589578015d36864"/></dir></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="lanot"><dir name="lightbox2"><dir name="js"><file name="builder.js" hash="ca50ed6390f29ce1ed570e6d58c3369f"/><file name="effects.js" hash="73cebad09f0022dd3a4dabda5ead541a"/><file name="lightbox.js" hash="f1b590efa984a6b1e07246cfe5a805b5"/><file name="scriptaculous.js" hash="2ca37b94d756d7ec020de5cfbfd8a9a1"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="lanot_gridimage.xml" hash="ad9fadc7808af0309935cd436bd41a0c"/></dir><dir name="template"><dir name="lanot"><dir name="gridimage"><file name="js.phtml" hash="bf43c338f5dadcedd39c57fced1126e6"/></dir></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.2.0</min><max>5.5.0</max></php></required></dependencies>
|
20 |
</package>
|