Version Notes
If you any suggestions or bugs contact us at http://www.aumento.io
Download this release
Release Info
Developer | Aumento.io |
Extension | aumento-pricehide |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- app/code/{local → community}/Aumento/PriceHide/Block/Price.php +0 -0
- app/code/{local → community}/Aumento/PriceHide/Helper/Data.php +0 -0
- app/code/{local → community}/Aumento/PriceHide/etc/config.xml +0 -0
- app/code/{local → community}/Aumento/PriceHide/etc/system.xml +0 -0
- app/design/frontend/package/theme/template/pricehide/price.phtml +0 -4
- app/etc/modules/Aumento_PriceHide.xml +1 -1
- package.xml +4 -4
app/code/{local → community}/Aumento/PriceHide/Block/Price.php
RENAMED
File without changes
|
app/code/{local → community}/Aumento/PriceHide/Helper/Data.php
RENAMED
File without changes
|
app/code/{local → community}/Aumento/PriceHide/etc/config.xml
RENAMED
File without changes
|
app/code/{local → community}/Aumento/PriceHide/etc/system.xml
RENAMED
File without changes
|
app/design/frontend/package/theme/template/pricehide/price.phtml
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
|
2 |
-
<p>
|
3 |
-
<?php echo $this->config_message; ?>
|
4 |
-
</p>
|
|
|
|
|
|
|
|
app/etc/modules/Aumento_PriceHide.xml
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
<modules>
|
32 |
<Aumento_PriceHide>
|
33 |
<active>true</active>
|
34 |
-
<codePool>
|
35 |
</Aumento_PriceHide>
|
36 |
</modules>
|
37 |
</config>
|
31 |
<modules>
|
32 |
<Aumento_PriceHide>
|
33 |
<active>true</active>
|
34 |
+
<codePool>community</codePool>
|
35 |
</Aumento_PriceHide>
|
36 |
</modules>
|
37 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>aumento-pricehide</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses">GNU General Public License, version 3 (GPL-3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>The PriceHide extension only show product pricing to logged-in users and hide it from guests.</description>
|
11 |
<notes>If you any suggestions or bugs contact us at http://www.aumento.io</notes>
|
12 |
<authors><author><name>Aumento.io</name><user>yehiasalam</user><email>yehiasalam@cairocubicles.com</email></author></authors>
|
13 |
-
<date>2012-09-
|
14 |
-
<time>
|
15 |
-
<contents><target name="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>aumento-pricehide</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses">GNU General Public License, version 3 (GPL-3.0)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>The PriceHide extension only show product pricing to logged-in users and hide it from guests.</description>
|
11 |
<notes>If you any suggestions or bugs contact us at http://www.aumento.io</notes>
|
12 |
<authors><author><name>Aumento.io</name><user>yehiasalam</user><email>yehiasalam@cairocubicles.com</email></author></authors>
|
13 |
+
<date>2012-09-22</date>
|
14 |
+
<time>11:32:16</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Aumento"><dir name="PriceHide"><dir name="Block"><file name="Price.php" hash="3abb9913b36982c80b07992b22f40ae2"/></dir><dir name="Helper"><file name="Data.php" hash="578f1dbbb35288f10f8c693d94571bc3"/></dir><dir name="etc"><file name="config.xml" hash="29e7e28ca074f2c031183c0228a5808d"/><file name="system.xml" hash="b80b196397e1f3c6f0ed3fde74d8acf6"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Aumento_PriceHide.xml" hash="2e479e67a381ff8646838e9390569968"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="soccernmoore"><dir name="theme267"><dir name="template"><dir name="pricehide"><file name="price.phtml" hash=""/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>4.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|