Version Notes
Moved to community codepool.
Download this release
Release Info
Developer | Magento Core Team |
Extension | crearehidefront |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/etc/modules/Creare_Hidefront.xml +1 -1
- package.xml +9 -13
app/etc/modules/Creare_Hidefront.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<modules>
|
3 |
<Creare_Hidefront>
|
4 |
<active>true</active>
|
5 |
-
<codePool>
|
6 |
<version>1.0.0</version>
|
7 |
</Creare_Hidefront>
|
8 |
</modules>
|
2 |
<modules>
|
3 |
<Creare_Hidefront>
|
4 |
<active>true</active>
|
5 |
+
<codePool>community</codePool>
|
6 |
<version>1.0.0</version>
|
7 |
</Creare_Hidefront>
|
8 |
</modules>
|
package.xml
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>crearehidefront</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>Hide the Magento frontend from everyone except the IP addresses in your whitelist
|
10 |
-
<description>The most lightweight extension you'll ever install! This extension allows you to hide the frontend completely, or allow access to certain IP addresses
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
<
|
16 |
-
<authors><author><name>Adam Moss</name><user>auto-converted</user><email>magento@creare.co.uk</email></author></authors>
|
17 |
-
<date>2013-11-29</date>
|
18 |
-
<time>16:00:16</time>
|
19 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Creare_Hidefront.xml" hash="16664c0f6ef345e7fa8a76af3d45fbf0"/></dir></target></contents>
|
20 |
<compatible/>
|
21 |
<dependencies/>
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>crearehidefront</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license/>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Hide the Magento frontend from everyone except the designated IP addresses in your whitelist.</summary>
|
10 |
+
<description>The most lightweight extension you'll ever install! This extension allows you to hide the frontend completely, or allow access to certain IP addresses. This means that you can develop your frontend, while allowing clients admin access - safe in the knowledge they won't see the frontend until it's ready.</description>
|
11 |
+
<notes>Moved to community codepool.</notes>
|
12 |
+
<authors><author><name>Adam Moss</name><user>auto-converted</user><email>adam@creare.co.uk</email></author></authors>
|
13 |
+
<date>2014-01-07</date>
|
14 |
+
<time>09:28:45</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Creare_Hidefront.xml" hash="61970a1b483d782cd243d2b37c8db7ce"/></dir></target></contents>
|
|
|
|
|
|
|
|
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|