Version Notes
Magalter configuration extension
Download this release
Release Info
Developer | Magalter |
Extension | Magalter_Config |
Version | 1.0.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.0 to 1.0.0.1
app/code/local/Magalter/Config/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Magalter_Config>
|
5 |
-
<version>1.0</version>
|
6 |
</Magalter_Config>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Magalter_Config>
|
5 |
+
<version>1.0.0.1</version>
|
6 |
</Magalter_Config>
|
7 |
</modules>
|
8 |
|
app/etc/modules/Magalter_Config.xml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
-
<
|
4 |
<active>true</active>
|
5 |
<codePool>local</codePool>
|
6 |
-
</
|
7 |
</modules>
|
8 |
</config>
|
1 |
<config>
|
2 |
<modules>
|
3 |
+
<Magalter_Config>
|
4 |
<active>true</active>
|
5 |
<codePool>local</codePool>
|
6 |
+
</Magalter_Config>
|
7 |
</modules>
|
8 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magalter_Config</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.magalter.com/license">Custom License</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Magalter configuration extension</description>
|
11 |
<notes>Magalter configuration extension</notes>
|
12 |
<authors><author><name>Magalter</name><user>magalter</user><email>admin@magalter.com</email></author></authors>
|
13 |
-
<date>2011-11-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Magalter"><dir name="Config"><dir name="Helper"><file name="Data.php" hash="49377d074fbfce4b2c504c741d86cd5f"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>5.3.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Magalter_Config</name>
|
4 |
+
<version>1.0.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.magalter.com/license">Custom License</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Magalter configuration extension</description>
|
11 |
<notes>Magalter configuration extension</notes>
|
12 |
<authors><author><name>Magalter</name><user>magalter</user><email>admin@magalter.com</email></author></authors>
|
13 |
+
<date>2011-11-14</date>
|
14 |
+
<time>23:00:20</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Magalter"><dir name="Config"><dir name="Helper"><file name="Data.php" hash="49377d074fbfce4b2c504c741d86cd5f"/></dir><dir name="etc"><file name="config.xml" hash="a5fdee867b01007fad1d3da7808686ed"/><file name="system.xml" hash="841f6b6aa6034d5c4ddaa887f91d56ff"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magalter_Config.xml" hash="ab239b707d6a04aa4369ab322d8137c1"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>5.3.0</max></php></required></dependencies>
|
18 |
</package>
|