Version Notes
Updated with latest version of GeoIP.dat
Download this release
Release Info
Developer | Mukesh Chapagain |
Extension | Chapagain_AutoCurrency |
Version | 0.1.5 |
Comparing to | |
See all releases |
Code changes from version 0.1.4 to 0.1.5
app/code/community/Chapagain/AutoCurrency/Helper/Data.php
CHANGED
@@ -34,6 +34,7 @@ class Chapagain_AutoCurrency_Helper_Data extends Mage_Core_Helper_Abstract
|
|
34 |
*/
|
35 |
public function getIpAddress()
|
36 |
{
|
|
|
37 |
return $_SERVER['REMOTE_ADDR'];
|
38 |
}
|
39 |
-
}
|
34 |
*/
|
35 |
public function getIpAddress()
|
36 |
{
|
37 |
+
//return "124.41.230.51";
|
38 |
return $_SERVER['REMOTE_ADDR'];
|
39 |
}
|
40 |
+
}
|
app/code/community/Chapagain/AutoCurrency/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Chapagain_AutoCurrency>
|
5 |
-
<version>0.1.
|
6 |
</Chapagain_AutoCurrency>
|
7 |
</modules>
|
8 |
<global>
|
@@ -19,4 +19,4 @@
|
|
19 |
</autocurrency>
|
20 |
</helpers>
|
21 |
</global>
|
22 |
-
</config>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Chapagain_AutoCurrency>
|
5 |
+
<version>0.1.5</version>
|
6 |
</Chapagain_AutoCurrency>
|
7 |
</modules>
|
8 |
<global>
|
19 |
</autocurrency>
|
20 |
</helpers>
|
21 |
</global>
|
22 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Chapagain_AutoCurrency</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -18,11 +18,11 @@ Features:-
|
|
18 |
Easy to install and use
|
19 |
100% Free
|
20 |
100% Open Source</description>
|
21 |
-
<notes>
|
22 |
-
<authors><author><name>Mukesh Chapagain</name><user>
|
23 |
-
<date>
|
24 |
-
<time>07:
|
25 |
-
<contents><target name="magecommunity"><dir name="Chapagain"><dir name="AutoCurrency"><dir name="Helper"><file name="Data.php" hash="
|
26 |
<compatible/>
|
27 |
-
<dependencies
|
28 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Chapagain_AutoCurrency</name>
|
4 |
+
<version>0.1.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
18 |
Easy to install and use
|
19 |
100% Free
|
20 |
100% Open Source</description>
|
21 |
+
<notes>Updated with latest version of GeoIP.dat</notes>
|
22 |
+
<authors><author><name>Mukesh Chapagain</name><user>chapagain</user><email>mukesh.chapagain@gmail.com</email></author></authors>
|
23 |
+
<date>2012-09-24</date>
|
24 |
+
<time>07:31:18</time>
|
25 |
+
<contents><target name="magecommunity"><dir name="Chapagain"><dir name="AutoCurrency"><dir name="Helper"><file name="Data.php" hash="63e33740dc53723ac4e8b1a5a20c34b8"/></dir><dir name="Model"><file name="Store.php" hash="36deac5b59fcbebfc92519348cab50ae"/></dir><dir name="etc"><file name="config.xml" hash="5e8bfdd3f5f423f5555039fd840da692"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Chapagain_AutoCurrency.xml" hash="dd65769f686b4c12011f5d09e18249ff"/></dir></target><target name="mage"><dir name="var"><dir name="geoip"><file name="GeoIP.dat" hash="9533bdd7c9705ad2bec16dba59ce092f"/><file name="geoip.inc" hash="e8a6c661ddcb38bf80471939391cab6d"/></dir></dir></target></contents>
|
26 |
<compatible/>
|
27 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
28 |
</package>
|
var/geoip/GeoIP.dat
CHANGED
Binary file
|