Version Notes
Serve your images faster with Sirv. Magento's best CDN for watermarks, text overlays and responsive images with super-fast delivery.
Need to deliver your images fast? Add effects like text, watermarks or frames? Struggling to store and manage loads of images? Need an automated way to resize and optimize images? Want a faster loading website? Sirv is the CDN (content delivery network) you've been looking for.
Sirv stores and processes all your Magento product and category images, serving them fast to your customers all around the world.
Download this release
Release Info
Developer | Magic Toolbox |
Extension | Sirv_Magento |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/local/MagicToolbox/Sirv/etc/adminhtml.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<config>
|
13 |
<children>
|
14 |
<sirv translate="title">
|
15 |
-
<title>Sirv
|
16 |
<sort_order>100</sort_order>
|
17 |
</sirv>
|
18 |
</children>
|
12 |
<config>
|
13 |
<children>
|
14 |
<sirv translate="title">
|
15 |
+
<title>Sirv</title>
|
16 |
<sort_order>100</sort_order>
|
17 |
</sirv>
|
18 |
</children>
|
app/code/local/MagicToolbox/Sirv/etc/config.xml
CHANGED
@@ -91,7 +91,7 @@
|
|
91 |
<config>
|
92 |
<children>
|
93 |
<sirv translate="title">
|
94 |
-
<title>Sirv
|
95 |
<sort_order>100</sort_order>
|
96 |
</sirv>
|
97 |
</children>
|
91 |
<config>
|
92 |
<children>
|
93 |
<sirv translate="title">
|
94 |
+
<title>Sirv</title>
|
95 |
<sort_order>100</sort_order>
|
96 |
</sirv>
|
97 |
</children>
|
app/code/local/MagicToolbox/Sirv/etc/system.xml
CHANGED
@@ -2,8 +2,7 @@
|
|
2 |
<config>
|
3 |
<sections>
|
4 |
<sirv translate="label" module="sirv">
|
5 |
-
|
6 |
-
<label><![CDATA[<img height="18" src="//sirv.sirv.com/website/sirv-logo-dark-blue.png?scale.height=18&canvas.height=18&canvas.color=%23ffffff00" alt="Sirv" /> ]]>for Magento</label>
|
7 |
<tab>catalog</tab>
|
8 |
<frontend_type>text</frontend_type>
|
9 |
<sort_order>1000</sort_order>
|
2 |
<config>
|
3 |
<sections>
|
4 |
<sirv translate="label" module="sirv">
|
5 |
+
<label><![CDATA[<img height="16" src="//sirv.sirv.com/website/sirv-logo-dark-blue.png?scale.height=16&canvas.height=16&canvas.color=%23ffffff00" alt="Sirv" /> ]]></label>
|
|
|
6 |
<tab>catalog</tab>
|
7 |
<frontend_type>text</frontend_type>
|
8 |
<sort_order>1000</sort_order>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sirv_Magento</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/artistic-license-2.0">Artistic License 2.0</license>
|
7 |
<channel>community</channel>
|
@@ -18,9 +18,9 @@ Need to deliver your images fast? Add effects like text, watermarks or frames? S
|
|
18 |
Sirv stores and processes all your Magento product and category images, serving them fast to your customers all around the world.
|
19 |
</notes>
|
20 |
<authors><author><name>Magic Toolbox</name><user>MagicToolbox</user><email>talk@magictoolbox.com</email></author></authors>
|
21 |
-
<date>2015-02-
|
22 |
-
<time>
|
23 |
-
<contents><target name="magelocal"><dir name="MagicToolbox"><dir name="Sirv"><dir name="Helper"><file name="Cache.php" hash="a420885d3ac083cadac0f0d98bebb3b2"/><file name="Data.php" hash="c8b4ba55f09f4565a862a221b41fd886"/><file name="Image.php" hash="c4af0b6100ad7edfb6c42d98f5bc7938"/></dir><dir name="Model"><dir name="Adapter"><dir name="S3"><file name="Wrapper.php" hash="40d82e1a52dfcfaaf6cc2abbcb6e0ec3"/></dir><file name="S3.php" hash="98961769f86037ddabb1f5bd3d65e557"/></dir><file name="Cache.php" hash="524a1551687cd3e06846a6eacbbab745"/><file name="Category.php" hash="f6e97e546bc16f7938bc95dee7ce1cda"/><dir name="Mysql4"><dir name="Cache"><file name="Collection.php" hash="5240db3fe28e1187e6a9eb37855996f3"/></dir><file name="Cache.php" hash="b43c518f666637d49b456601d43b62d8"/></dir><file name="Observer.php" hash="fd08f8f4a93a2b1b07856088a5c4e74e"/><dir name="Product"><file name="Image.php" hash="68fcde78528ab15f89a6a74603eb1672"/></dir><dir name="Source"><file name="Cachestorage.php" hash="49439ab36f3f90b4869ac93b71e1eb7c"/></dir><dir name="Varien"><dir name="Image"><dir name="Adapter"><file name="Gd2.php" hash="ef8826cc944b6e418978ec69eea25f92"/><file name="Sirv.php" hash="7708a492555d22c5034ebfc0bd310211"/></dir></dir><file name="Image.php" hash="9ea90ac546224e0eeece85387e574d48"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Sirv_Magento</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/artistic-license-2.0">Artistic License 2.0</license>
|
7 |
<channel>community</channel>
|
18 |
Sirv stores and processes all your Magento product and category images, serving them fast to your customers all around the world.
|
19 |
</notes>
|
20 |
<authors><author><name>Magic Toolbox</name><user>MagicToolbox</user><email>talk@magictoolbox.com</email></author></authors>
|
21 |
+
<date>2015-02-24</date>
|
22 |
+
<time>08:49:18</time>
|
23 |
+
<contents><target name="magelocal"><dir name="MagicToolbox"><dir name="Sirv"><dir name="Helper"><file name="Cache.php" hash="a420885d3ac083cadac0f0d98bebb3b2"/><file name="Data.php" hash="c8b4ba55f09f4565a862a221b41fd886"/><file name="Image.php" hash="c4af0b6100ad7edfb6c42d98f5bc7938"/></dir><dir name="Model"><dir name="Adapter"><dir name="S3"><file name="Wrapper.php" hash="40d82e1a52dfcfaaf6cc2abbcb6e0ec3"/></dir><file name="S3.php" hash="98961769f86037ddabb1f5bd3d65e557"/></dir><file name="Cache.php" hash="524a1551687cd3e06846a6eacbbab745"/><file name="Category.php" hash="f6e97e546bc16f7938bc95dee7ce1cda"/><dir name="Mysql4"><dir name="Cache"><file name="Collection.php" hash="5240db3fe28e1187e6a9eb37855996f3"/></dir><file name="Cache.php" hash="b43c518f666637d49b456601d43b62d8"/></dir><file name="Observer.php" hash="fd08f8f4a93a2b1b07856088a5c4e74e"/><dir name="Product"><file name="Image.php" hash="68fcde78528ab15f89a6a74603eb1672"/></dir><dir name="Source"><file name="Cachestorage.php" hash="49439ab36f3f90b4869ac93b71e1eb7c"/></dir><dir name="Varien"><dir name="Image"><dir name="Adapter"><file name="Gd2.php" hash="ef8826cc944b6e418978ec69eea25f92"/><file name="Sirv.php" hash="7708a492555d22c5034ebfc0bd310211"/></dir></dir><file name="Image.php" hash="9ea90ac546224e0eeece85387e574d48"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7d4d620ca88e6d6c4ef33d28181f4aa4"/><file name="config.xml" hash="8cc237cb20fded831c942f4a1f5d57a8"/><file name="system.xml" hash="7c5ee06f5eac8d19eb48bcaf66d31475"/></dir><dir name="sql"><dir name="sirv_setup"><file name="mysql4-install-1.0.0.php" hash="b68200579ade1c243b7cb80ed60e582b"/></dir></dir></dir></dir></target></contents>
|
24 |
<compatible/>
|
25 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
26 |
</package>
|