Version Notes
Updated IP address database files
Download this release
Release Info
Developer | Mukesh Chapagain |
Extension | Chapagain_AutoCurrency |
Version | 0.2.1 |
Comparing to | |
See all releases |
Code changes from version 0.2.0 to 0.2.1
- app/code/community/Chapagain/AutoCurrency/etc/config.xml +1 -1
- package.xml +8 -21
- var/geoip/GeoIP.dat +0 -0
- var/geoip/GeoIPv6.dat +0 -0
- var/geoip/geoip.inc +0 -0
- var/geoip/ip2country/Ip2Country.php +0 -0
- var/geoip/ip2country/ip2country.dat +0 -0
app/code/community/Chapagain/AutoCurrency/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Chapagain_AutoCurrency>
|
5 |
-
<version>0.2.
|
6 |
</Chapagain_AutoCurrency>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Chapagain_AutoCurrency>
|
5 |
+
<version>0.2.1</version>
|
6 |
</Chapagain_AutoCurrency>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,22 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
<description>Auto Currency extension tracks visitor's IP address and automatically changes the store's currency to the visitor's location currency. Visitor can switch to his/her desired currency at any time.
|
11 |
-

|
12 |
-
This extension uses two IP Address databases for IP Address lookup. One is MaxMind's GeoIP and the other is Webnet77's Ip2Country database. Shop admins have the option to choose between these two databases. The default one is Webnet77's Ip2Country database.</description>
|
13 |
-
<notes>Updated to latest MaxMind's database and geoip .inc file.
|
14 |
-
Added IPv6 support to MaxMind. 
|
15 |
-
Added a new Ip2Country database of Webnet77.</notes>
|
16 |
-
<authors><author><name>Mukesh Chapagain</name><user>auto-converted</user><email>mukesh.chapagain@gmail.com</email></author></authors>
|
17 |
-
<date>2014-12-29</date>
|
18 |
-
<time>08:55:06</time>
|
19 |
-
<contents><target name="magecommunity"><dir name="Chapagain"><dir name="AutoCurrency"><dir name="Helper"><file name="Data.php" hash="d853b8b6c2baa439bc7c59cf14a0b023"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Database.php" hash="90a0a1ae6616c583284e51c629132e89"/></dir></dir></dir><file name="Store.php" hash="a16e9c173acc2d539b302c1500370f4a"/></dir><dir name="etc"><file name="config.xml" hash="0c51dfdb6090c2654013b0454f8b7f20"/><file name="system.xml" hash="53c818634d95422a194e1816bbc3190d"/></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"><dir name="ip2country"><file name="Ip2Country.php" hash="e4c874a15745221b402b78b8c7366dc1"/><file name="ip2country.dat" hash="7fd6d50c4ffc64cf05498556c3673e84"/></dir><file name="GeoIP.dat" hash="28e77c28a1d378ba9aade6a919400f02"/><file name="GeoIPv6.dat" hash="c45653f7a894ba84ccab5efb24d6e0f1"/><file name="geoip.inc" hash="f8f704ef71b5d294c7530dc5637b6638"/></dir></dir></target></contents>
|
20 |
-
<compatible/>
|
21 |
-
<dependencies/>
|
22 |
-
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>Chapagain_AutoCurrency</name><version>0.2.1</version><stability>stable</stability><license>OSL v3.0</license><channel>community</channel><extends></extends><summary>A currency switcher extension which automatically switches store currency based on visitor's IP address.</summary><description>Auto Currency extension tracks visitor's IP address and automatically changes the store currency to the visitor's location currency. Visitor can switch to his/her desired currency at any time.
|
3 |
+
|
4 |
+
This extension uses two IP Address databases for IP Address lookup. One is MaxMind's GeoIP and the other is Webnet77's Ip2Country database. Shop admins have the option to choose between these two databases. The default one is Webnet77's Ip2Country database. Note: Webnet77's ip2country database is more reliable/accurate than MaxMind's database.
|
5 |
+
|
6 |
+
No extra configuration settings is to be made. Just install the module in your multi-currency Magento shop and the module will work on the fly.
|
7 |
+
|
8 |
+
You can also Enable or Disable the module from configuration setting.
|
9 |
+
System -> Configuration -> CATALOG -> Catalog -> Auto Currency</description><notes>Updated IP address database files</notes><authors><author><name>Mukesh Chapagain</name><user>chapagain</user><email>mukesh.chapagain@gmail.com</email></author></authors><date>2017-02-16</date><time>2:58:23</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies><contents><target name="mage"><dir name="var"><dir name="geoip"><file name="GeoIP.dat" hash="5cde9ef1ed0baea1dc68e20f60aedd36"/><file name="GeoIPv6.dat" hash="b975ef15640ef37c78ac40cd021e225d"/><file name="geoip.inc" hash="f8f704ef71b5d294c7530dc5637b6638"/><dir name="ip2country"><file name="Ip2Country.php" hash="e4c874a15745221b402b78b8c7366dc1"/><file name="ip2country.dat" hash="980ba498f9304460e0c2df781b0b0a00"/></dir></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Chapagain_AutoCurrency.xml" hash="dd65769f686b4c12011f5d09e18249ff"/></dir></dir><dir name="code"><dir name="community"><dir name="Chapagain"><dir name="AutoCurrency"><dir name="Model"><file name="Store.php" hash="a16e9c173acc2d539b302c1500370f4a"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Database.php" hash="90a0a1ae6616c583284e51c629132e89"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="d853b8b6c2baa439bc7c59cf14a0b023"/></dir><dir name="etc"><file name="config.xml" hash="5050eb747e75d8f431c83399dddbf653"/><file name="system.xml" hash="53c818634d95422a194e1816bbc3190d"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var/geoip/GeoIP.dat
CHANGED
Binary file
|
var/geoip/GeoIPv6.dat
CHANGED
Binary file
|
var/geoip/geoip.inc
CHANGED
File without changes
|
var/geoip/ip2country/Ip2Country.php
CHANGED
File without changes
|
var/geoip/ip2country/ip2country.dat
CHANGED
Binary file
|