Version Notes
first release
Download this release
Release Info
Developer | Magento Core Team |
Extension | wp_price_decimal |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/WP/PriceDecimal/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_PriceDecimal>
|
5 |
-
<version>1.0.
|
6 |
</WP_PriceDecimal>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_PriceDecimal>
|
5 |
+
<version>1.0.1</version>
|
6 |
</WP_PriceDecimal>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>wp_price_decimal</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>first release</notes>
|
12 |
<authors><author><name>WebAndPeople</name><user>auto-converted</user><email>design@webandpeople.com</email></author><author><name>y.gerassimenko</name><user>auto-converted</user><email>y.gerassimenko@webandpeople.com</email></author></authors>
|
13 |
<date>2010-08-30</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="WP_PriceDecimal.xml" hash="9b870760e423ab063bd152305552564c"/></dir></target><target name="magecommunity"><dir name="WP"><dir name="PriceDecimal"><dir name="etc"><file name="adminhtml.xml" hash="b9fd1982d451e1f903ca17e9d54477e2"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>wp_price_decimal</name>
|
4 |
+
<version>1.0.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>
|
11 |
<notes>first release</notes>
|
12 |
<authors><author><name>WebAndPeople</name><user>auto-converted</user><email>design@webandpeople.com</email></author><author><name>y.gerassimenko</name><user>auto-converted</user><email>y.gerassimenko@webandpeople.com</email></author></authors>
|
13 |
<date>2010-08-30</date>
|
14 |
+
<time>18:21:28</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="WP_PriceDecimal.xml" hash="9b870760e423ab063bd152305552564c"/></dir></target><target name="magecommunity"><dir name="WP"><dir name="PriceDecimal"><dir name="etc"><file name="adminhtml.xml" hash="b9fd1982d451e1f903ca17e9d54477e2"/><file name="config.xml" hash="c29e61f478ca239ce677ffc38e6a7a65"/><file name="system.xml" hash="1de46bfbebdc5f5ed6be5a737b5bc0d9"/></dir><dir name="Helper"><file name="Data.php" hash="15bf7377bbd5f631a3437acff9c69d93"/></dir><dir name="Model"><file name="Currency.php" hash="d32363396e2acfc32c75b18fe0a9e582"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|