Version Notes
stable release
Download this release
Release Info
Developer | Magento Core Team |
Extension | ET_CurrencyManager |
Version | 0.1.4 |
Comparing to | |
See all releases |
Code changes from version 0.1.3 to 0.1.4
app/code/community/ET/CurrencyManager/etc/config.xml
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<config>
|
23 |
<modules>
|
24 |
<ET_CurrencyManager>
|
25 |
-
<version>0.1.
|
26 |
<descr>
|
27 |
<ru_RU>
|
28 |
Позволяет управлять значениями локализации для валюты. Например: кол-во знаков после запятой для цены или символ валюты.
|
22 |
<config>
|
23 |
<modules>
|
24 |
<ET_CurrencyManager>
|
25 |
+
<version>0.1.4</version>
|
26 |
<descr>
|
27 |
<ru_RU>
|
28 |
Позволяет управлять значениями локализации для валюты. Например: кол-во знаков после запятой для цены или символ валюты.
|
app/code/community/ET/ET_CurrencyManager_ChangeLog.txt
CHANGED
@@ -16,7 +16,7 @@ TODO:
|
|
16 |
|
17 |
|
18 |
=====================================
|
19 |
-
ver. 0.1.
|
20 |
* Added support for dynamic prices (Bundled, Configurable, Simple with custom options).
|
21 |
|
22 |
ver. 0.1.2
|
16 |
|
17 |
|
18 |
=====================================
|
19 |
+
ver. 0.1.4
|
20 |
* Added support for dynamic prices (Bundled, Configurable, Simple with custom options).
|
21 |
|
22 |
ver. 0.1.2
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ET_CurrencyManager</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -15,9 +15,9 @@ Added support for dynamic prices (Bundled, Configurable, Simple with custom opti
|
|
15 |
* symbol type (name, short name/code, symbol)</description>
|
16 |
<notes>stable release</notes>
|
17 |
<authors><author><name>Jurij</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author></authors>
|
18 |
-
<date>2011-03-
|
19 |
-
<time>
|
20 |
-
<contents><target name="magelocale"><dir name="en_US"><file name="ET_Currencymanager.csv" hash="c41fcaff10fe6023a2696341bb147c25"/></dir><dir name="ru_RU"><file name="ET_Currencymanager.csv" hash="a7b43d416473671fac03692bdb4797cc"/></dir></target><target name="magecommunity"><dir name="ET"><dir name="CurrencyManager"><dir name="Block"><dir name="Adminhtml"><file name="Symbolreplace.php" hash="675718a8640ede89e87edb3b6652f85d"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
21 |
<compatible/>
|
22 |
<dependencies/>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ET_CurrencyManager</name>
|
4 |
+
<version>0.1.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
|
7 |
<channel>community</channel>
|
15 |
* symbol type (name, short name/code, symbol)</description>
|
16 |
<notes>stable release</notes>
|
17 |
<authors><author><name>Jurij</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author></authors>
|
18 |
+
<date>2011-03-09</date>
|
19 |
+
<time>17:15:50</time>
|
20 |
+
<contents><target name="magelocale"><dir name="en_US"><file name="ET_Currencymanager.csv" hash="c41fcaff10fe6023a2696341bb147c25"/></dir><dir name="ru_RU"><file name="ET_Currencymanager.csv" hash="a7b43d416473671fac03692bdb4797cc"/></dir></target><target name="magecommunity"><dir name="ET"><dir name="CurrencyManager"><dir name="Block"><dir name="Adminhtml"><file name="Symbolreplace.php" hash="675718a8640ede89e87edb3b6652f85d"/></dir></dir><dir name="etc"><file name="config.xml" hash="e0ea29b05098b72b21fe471356b3a26e"/><file name="system.xml" hash="70021f48efb3a3290bfd3e60e1c641d3"/></dir><dir name="Helper"><file name="Data.php" hash="14cc334fb7ec7ede7f0c67836c7b38eb"/></dir><dir name="Model"><file name="Currency.php" hash="36e1836c0c3e5fd49dd80f8c8fe734d5"/><file name="Locale.php" hash="537658bce8df32f185b48b156d950f51"/><file name="Typeposition.php" hash="3c8655f73d39f74d0a0dc0efa4cf0be3"/><file name="Typesymboluse.php" hash="973fa7feb75aa4cf846ffb3cd21d8fa4"/></dir></dir><file name="ET_CurrencyManager_ChangeLog.txt" hash="5bdac8194c1a1006b6c1b94be9ccfb7f"/><file name="ET_CurrencyManager_Description.txt" hash="58eb12ef28d5a34916935799f0a5b983"/><file name="ET_CurrencyManager_LICENSE.txt" hash="b799504264c23c11a941473d7a3e3ab7"/></dir></target><target name="mageetc"><dir name="modules"><file name="ET_CurrencyManager.xml" hash="e2631245590a94c04438246a5827625f"/></dir></target></contents>
|
21 |
<compatible/>
|
22 |
<dependencies/>
|
23 |
</package>
|