Version Notes
Updated IP address database files
Download this release
Release Info
Developer | Mukesh Chapagain |
Extension | Chapagain_AutoCurrency |
Version | 0.2.2 |
Comparing to | |
See all releases |
Code changes from version 0.2.1 to 0.2.2
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.2</version>
|
6 |
</Chapagain_AutoCurrency>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
-
<package><name>Chapagain_AutoCurrency</name><version>0.2.
|
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-
|
1 |
<?xml version="1.0"?>
|
2 |
+
<package><name>Chapagain_AutoCurrency</name><version>0.2.2</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-23</date><time>5:35:26</time><compatible></compatible><dependencies><required><php><min>5.2.0</min><max>8.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="73f51fe9985fdec45ad0d80ff6158e16"/><file name="system.xml" hash="53c818634d95422a194e1816bbc3190d"/></dir></dir></dir></dir></dir></dir></target></contents></package>
|