crearehidefront - Version 1.0.0

Version Notes

First release.

Download this release

Release Info

Developer Magento Core Team
Extension crearehidefront
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

app/etc/modules/Creare_Hidefront.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <config>
2
+ <modules>
3
+ <Creare_Hidefront>
4
+ <active>true</active>
5
+ <codePool>local</codePool>
6
+ <version>1.0.0</version>
7
+ </Creare_Hidefront>
8
+ </modules>
9
+ </config>
package.xml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>crearehidefront</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Hide the Magento frontend from everyone except the IP addresses in your whitelist. Perfect for allowing clients admin access while you building.</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.&#xD;
11
+ &#xD;
12
+ 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.&#xD;
13
+ &#xD;
14
+ All settings are in System &gt; Configuration &gt; Developer &gt; Developer Client Restrictions. Use ACL permissions to deny unauthorised people access to this area.</description>
15
+ <notes>First release.</notes>
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>