Version Notes
Extension now works correctly in magento administration panel
Download this release
Release Info
| Developer | Remco |
| Extension | rejuni_image_optimizer |
| Version | 0.1.2 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.1 to 0.1.2
app/code/community/ReJuNi/Optimizer/Model/knowledge.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
catalog_product_gallery_upload_image_after
|
| 2 |
-
|
| 3 |
-
http://magento.stackexchange.com/questions/52497/is-it-possible-to-hook-into-the-image-upload-function-on-the-wysiwyg-editor
|
| 4 |
-
https://www.nicksays.co.uk/magento-events-cheat-sheet-1-7/
|
|
|
|
|
|
|
|
|
|
|
|
app/code/community/ReJuNi/Optimizer/etc/system.xml
CHANGED
|
@@ -45,7 +45,7 @@
|
|
| 45 |
</rejuni_optimizer_enabled>
|
| 46 |
<rejuni_optimizer_apikey translate="label">
|
| 47 |
<label>Api Key: </label>
|
| 48 |
-
<comment>get your API key at
|
| 49 |
<frontend_type>text</frontend_type>
|
| 50 |
<sort_order>30</sort_order>
|
| 51 |
<show_in_default>1</show_in_default>
|
| 45 |
</rejuni_optimizer_enabled>
|
| 46 |
<rejuni_optimizer_apikey translate="label">
|
| 47 |
<label>Api Key: </label>
|
| 48 |
+
<comment>get your API key at cms.rejuni.nl</comment>
|
| 49 |
<frontend_type>text</frontend_type>
|
| 50 |
<sort_order>30</sort_order>
|
| 51 |
<show_in_default>1</show_in_default>
|
app/etc/modules/ReJuNi_Core.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<ReJuNi_Core>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>community</codePool>
|
| 7 |
+
</ReJuNi_Core>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
app/etc/modules/ReJuNi_Optimizer.xml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0"?>
|
| 2 |
+
<config>
|
| 3 |
+
<modules>
|
| 4 |
+
<ReJuNi_Optimizer>
|
| 5 |
+
<active>true</active>
|
| 6 |
+
<codePool>community</codePool>
|
| 7 |
+
</ReJuNi_Optimizer>
|
| 8 |
+
</modules>
|
| 9 |
+
</config>
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>rejuni_image_optimizer</name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GNU General Public License (GPL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Compresses images so that they will use less data.</summary>
|
| 10 |
<description>Save data on your server, lower your webshop load time, improve SEO! All by optimizing your images.</description>
|
| 11 |
-
<notes>
|
| 12 |
<authors><author><name>Remco</name><user>rejuni</user><email>info@rejuni.nl</email></author></authors>
|
| 13 |
-
<date>2015-
|
| 14 |
-
<time>09:
|
| 15 |
-
<contents><target name="magecommunity"><dir name="ReJuNi"><dir name="Core"><dir name="Helper"><file name="Data.php" hash="c25de8cec52f28c75d483ddd8821751f"/></dir><dir name="etc"><file name="config.xml" hash="2694f9abec22840cdf6f1ae65d711994"/><file name="system.xml" hash="d70d2c33dbc265135920ba2319a88c4b"/></dir></dir><dir name="Optimizer"><dir name="Helper"><file name="Data.php" hash="df0125a410ed57094a8b5163ea3b12bd"/></dir><dir name="Model"><file name="Observer.php" hash="eb6453a73036fb443c2e175c42c824f5"/><dir name="Product"><file name="Image.php" hash="2d2c2e95963cd812e9df3135753e1076"/></dir
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>rejuni_image_optimizer</name>
|
| 4 |
+
<version>0.1.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GNU General Public License (GPL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Compresses images so that they will use less data.</summary>
|
| 10 |
<description>Save data on your server, lower your webshop load time, improve SEO! All by optimizing your images.</description>
|
| 11 |
+
<notes>Extension now works correctly in magento administration panel</notes>
|
| 12 |
<authors><author><name>Remco</name><user>rejuni</user><email>info@rejuni.nl</email></author></authors>
|
| 13 |
+
<date>2015-11-28</date>
|
| 14 |
+
<time>09:32:11</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="ReJuNi"><dir name="Core"><dir name="Helper"><file name="Data.php" hash="c25de8cec52f28c75d483ddd8821751f"/></dir><dir name="etc"><file name="config.xml" hash="2694f9abec22840cdf6f1ae65d711994"/><file name="system.xml" hash="d70d2c33dbc265135920ba2319a88c4b"/></dir></dir><dir name="Optimizer"><dir name="Helper"><file name="Data.php" hash="df0125a410ed57094a8b5163ea3b12bd"/></dir><dir name="Model"><file name="Observer.php" hash="eb6453a73036fb443c2e175c42c824f5"/><dir name="Product"><file name="Image.php" hash="2d2c2e95963cd812e9df3135753e1076"/></dir></dir><dir name="etc"><file name="config.xml" hash="481060763486b5403e737625852c66fe"/><file name="system.xml" hash="ea6f6771a076351b12763213ed24fcf3"/></dir><dir name="sql"><dir name="optimizer_setup"><file name="install-1.0.0.php" hash="70b2d072336a89c5b528d7cc7f7748c7"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ReJuNi_Core.xml" hash="ddaae448a38eaf4ab25ae68443aa3c86"/><file name="ReJuNi_Optimizer.xml" hash="164a50cab082cb4114cf56a666b4b186"/></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>
|
| 18 |
</package>
|
