Version Notes
~ conf. product price update, disabled in backand by default
Download this release
Release Info
Developer | Magento Core Team |
Extension | wp_price_decimal |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- app/code/community/WP/PriceDecimal/Block/About.php +0 -0
- app/code/community/WP/PriceDecimal/Helper/Data.php +0 -0
- app/code/community/WP/PriceDecimal/Model/Currency.php +0 -0
- app/code/community/WP/PriceDecimal/Model/Locale.php +0 -0
- app/code/community/WP/PriceDecimal/etc/config.xml +2 -2
- app/code/community/WP/PriceDecimal/etc/system.xml +0 -0
- app/etc/modules/WP_PriceDecimal.xml +0 -0
- package.xml +16 -66
app/code/community/WP/PriceDecimal/Block/About.php
CHANGED
File without changes
|
app/code/community/WP/PriceDecimal/Helper/Data.php
CHANGED
File without changes
|
app/code/community/WP/PriceDecimal/Model/Currency.php
CHANGED
File without changes
|
app/code/community/WP/PriceDecimal/Model/Locale.php
CHANGED
File without changes
|
app/code/community/WP/PriceDecimal/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_PriceDecimal>
|
5 |
-
<version>1.3.
|
6 |
</WP_PriceDecimal>
|
7 |
</modules>
|
8 |
<global>
|
@@ -55,7 +55,7 @@
|
|
55 |
<enabled>1</enabled>
|
56 |
<precision>0</precision>
|
57 |
<exclude_cart>0</exclude_cart>
|
58 |
-
<version>1.3.
|
59 |
</general>
|
60 |
</price_decimal>
|
61 |
</default>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_PriceDecimal>
|
5 |
+
<version>1.3.1</version>
|
6 |
</WP_PriceDecimal>
|
7 |
</modules>
|
8 |
<global>
|
55 |
<enabled>1</enabled>
|
56 |
<precision>0</precision>
|
57 |
<exclude_cart>0</exclude_cart>
|
58 |
+
<version>1.3.1</version>
|
59 |
</general>
|
60 |
</price_decimal>
|
61 |
</default>
|
app/code/community/WP/PriceDecimal/etc/system.xml
CHANGED
File without changes
|
app/etc/modules/WP_PriceDecimal.xml
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,68 +1,18 @@
|
|
1 |
-
<?xml version="1.0"
|
2 |
<package>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
<
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
<author>
|
19 |
-
<name>y.gerassimenko</name>
|
20 |
-
<user>ygerassimenko</user>
|
21 |
-
<email>y.gerassimenko@webandpeople.com</email>
|
22 |
-
</author>
|
23 |
-
</authors>
|
24 |
-
<date>2011-11-04</date>
|
25 |
-
<time>03:02:04</time>
|
26 |
-
<contents>
|
27 |
-
<target name="mageweb">
|
28 |
-
<dir name="app">
|
29 |
-
<dir name="code">
|
30 |
-
<dir name="community">
|
31 |
-
<dir name="WP">
|
32 |
-
<dir name="PriceDecimal">
|
33 |
-
<dir name="Block">
|
34 |
-
<file name="About.php" hash="5c0719ff5bda0feb45cde267e28b3714"/>
|
35 |
-
</dir>
|
36 |
-
<dir name="Helper">
|
37 |
-
<file name="Data.php" hash="aea28646aee55b7a21bb90c52df0b14d"/>
|
38 |
-
</dir>
|
39 |
-
<dir name="Model">
|
40 |
-
<file name="Currency.php" hash="bae33697c942d87dc36ce1cc99a92813"/>
|
41 |
-
<file name="Locale.php" hash="d66eb5e2e8b0fc14202f699d94b2c26e"/>
|
42 |
-
</dir>
|
43 |
-
<dir name="etc">
|
44 |
-
<file name="config.xml" hash="0f18e516880b4a9f56c88414a3af0d9f"/>
|
45 |
-
<file name="system.xml" hash="527c2e7bb956a0292ac23c497f9fd873"/>
|
46 |
-
</dir>
|
47 |
-
</dir>
|
48 |
-
</dir>
|
49 |
-
</dir>
|
50 |
-
</dir>
|
51 |
-
<dir name="etc">
|
52 |
-
<dir name="modules">
|
53 |
-
<file name="WP_PriceDecimal.xml" hash="9b870760e423ab063bd152305552564c"/>
|
54 |
-
</dir>
|
55 |
-
</dir>
|
56 |
-
</dir>
|
57 |
-
</target>
|
58 |
-
</contents>
|
59 |
-
<compatible/>
|
60 |
-
<dependencies>
|
61 |
-
<required>
|
62 |
-
<php>
|
63 |
-
<min>5.2.0</min>
|
64 |
-
<max>6.0.0</max>
|
65 |
-
</php>
|
66 |
-
</required>
|
67 |
-
</dependencies>
|
68 |
</package>
|
1 |
+
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
+
<name>wp_price_decimal</name>
|
4 |
+
<version>1.3.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Decimal price (WebAndPeople.com)</summary>
|
10 |
+
<description>Decimal price (WebAndPeople.com)</description>
|
11 |
+
<notes>~ conf. product price update, disabled in backand by default</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>2011-11-04</date>
|
14 |
+
<time>13:00:22</time>
|
15 |
+
<contents><target name="mageweb"><dir name="app"><dir name="code"><dir name="community"><dir name="WP"><dir name="PriceDecimal"><dir name="Block"><file name="About.php" hash="5c0719ff5bda0feb45cde267e28b3714"/></dir><dir name="Helper"><file name="Data.php" hash="aea28646aee55b7a21bb90c52df0b14d"/></dir><dir name="Model"><file name="Currency.php" hash="bae33697c942d87dc36ce1cc99a92813"/><file name="Locale.php" hash="d66eb5e2e8b0fc14202f699d94b2c26e"/></dir><dir name="etc"><file name="config.xml" hash="e1d1ffa2739cdeb0c6759aa1be2a0cd7"/><file name="system.xml" hash="527c2e7bb956a0292ac23c497f9fd873"/></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="WP_PriceDecimal.xml" hash="9b870760e423ab063bd152305552564c"/></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</package>
|