Version Notes
Fixed Bug: Showing Nepalese Currency only
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Chapagain_AutoCurrency |
| Version | 0.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.0 to 0.1.1
app/code/community/Chapagain/AutoCurrency/Helper/Data.php
CHANGED
|
@@ -33,8 +33,7 @@ class Chapagain_AutoCurrency_Helper_Data extends Mage_Core_Helper_Abstract
|
|
| 33 |
* @return string
|
| 34 |
*/
|
| 35 |
public function getIpAddress()
|
| 36 |
-
{
|
| 37 |
-
return "113.199.138.149";
|
| 38 |
return $_SERVER['REMOTE_ADDR'];
|
| 39 |
}
|
| 40 |
}
|
| 33 |
* @return string
|
| 34 |
*/
|
| 35 |
public function getIpAddress()
|
| 36 |
+
{
|
|
|
|
| 37 |
return $_SERVER['REMOTE_ADDR'];
|
| 38 |
}
|
| 39 |
}
|
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>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<Chapagain_AutoCurrency>
|
| 5 |
+
<version>0.1.1</version>
|
| 6 |
</Chapagain_AutoCurrency>
|
| 7 |
</modules>
|
| 8 |
<global>
|
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>auto-converted</user><email>mukesh.chapagain@gmail.com</email></author></authors>
|
| 23 |
-
<date>2011-05-
|
| 24 |
-
<time>
|
| 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.1</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>Fixed Bug: Showing Nepalese Currency only</notes>
|
| 22 |
<authors><author><name>Mukesh Chapagain</name><user>auto-converted</user><email>mukesh.chapagain@gmail.com</email></author></authors>
|
| 23 |
+
<date>2011-05-13</date>
|
| 24 |
+
<time>14:07:40</time>
|
| 25 |
+
<contents><target name="magecommunity"><dir name="Chapagain"><dir name="AutoCurrency"><dir name="Helper"><file name="Data.php" hash="0e40dd7e4a5587fa67f8a197a25ff744"/></dir><dir name="Model"><file name="Store.php" hash="8a048e19fb94355e0bfc52e8c09e77d0"/></dir><dir name="etc"><file name="config.xml" hash="71968109dbf47d64996efa90792ecfd6"/></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="4744053b2eb4264db3b345f40b0bfa9f"/><file name="geoip.inc" hash="e8a6c661ddcb38bf80471939391cab6d"/></dir></dir></target></contents>
|
| 26 |
<compatible/>
|
| 27 |
<dependencies/>
|
| 28 |
</package>
|
