Version Notes
Update the structure of blocking IP
Download this release
Release Info
Developer | SSTech |
Extension | SSTech_Secure |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/SSTech/Secure/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<SSTech_Secure>
|
5 |
-
<version>1.0.
|
6 |
</SSTech_Secure>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<SSTech_Secure>
|
5 |
+
<version>1.0.1</version>
|
6 |
</SSTech_Secure>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SSTech_Secure</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Source License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Extension which will allow to Seecure and Restrict User by adding the IP location</summary>
|
10 |
<description>Extension which will allow to Seecure and Restrict User by adding the IP location</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>SSTech</name><user>SSTech</user><email>sanynaresh@gmail.com</email></author></authors>
|
13 |
-
<date>2014-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="SSTech_Secure.xml" hash="5d19b83b03d6b149697ef1dadb14fa96"/></dir></target><target name="magecommunity"><dir name="SSTech"><dir name="Secure"><dir name="Model"><file name="Observer.php" hash="c92a19096fb2a945f37e9b8fe6165921"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>SSTech_Secure</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Source License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Extension which will allow to Seecure and Restrict User by adding the IP location</summary>
|
10 |
<description>Extension which will allow to Seecure and Restrict User by adding the IP location</description>
|
11 |
+
<notes>Update the structure of blocking IP </notes>
|
12 |
<authors><author><name>SSTech</name><user>SSTech</user><email>sanynaresh@gmail.com</email></author></authors>
|
13 |
+
<date>2014-09-10</date>
|
14 |
+
<time>17:01:20</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="SSTech_Secure.xml" hash="5d19b83b03d6b149697ef1dadb14fa96"/></dir></target><target name="magecommunity"><dir name="SSTech"><dir name="Secure"><dir name="Model"><file name="Observer.php" hash="c92a19096fb2a945f37e9b8fe6165921"/></dir><dir name="etc"><file name="config.xml" hash="e8dcd8815327aff4de5ddc4f2e9a31ce"/><file name="system.xml" hash="6b38f5bfa84eb8e76b6936a17fb046d0"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|