Version Notes
IE6 Redirection Module
Download this release
Release Info
Developer | Mahesh Komarraju |
Extension | ie6redirectmsg |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- app/etc/modules/Evobilis_IE6Redirect.xml +9 -0
- package.xml +18 -0
app/etc/modules/Evobilis_IE6Redirect.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Evobilis_IE6Redirect>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Evobilis_IE6Redirect>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>ie6redirectmsg</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://www.evobilis.com">Evobilis</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>IE6 Redirection Module</summary>
|
10 |
+
<description>IE6 Redirection Module</description>
|
11 |
+
<notes>IE6 Redirection Module</notes>
|
12 |
+
<authors><author><name>Mahesh Komarraju</name><user>Mahesh</user><email>mahesh.komarraju@evobilis.com</email></author><author><name>Cyrus</name><user>aumanwai</user><email>cyrus.au@evobilis.com</email></author></authors>
|
13 |
+
<date>2013-02-28</date>
|
14 |
+
<time>04:15:09</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Evobilis_IE6Redirect.xml" hash="de98dd0d9d3fd27071335aeeef77d612"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ie6redirect.xml" hash=""/></dir></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.0.0</min><max>5.4.6</max></php></required></dependencies>
|
18 |
+
</package>
|