Rp_Display_Price_Free - Version 0.2.0

Version Notes

none

Download this release

Release Info

Developer Mage Rips
Extension Rp_Display_Price_Free
Version 0.2.0
Comparing to
See all releases


Code changes from version 0.1.2 to 0.2.0

app/code/local/Rp/Displayfreeprice/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Rp_Displayfreeprice>
5
- <version>0.1.2</version>
6
  </Rp_Displayfreeprice>
7
  </modules>
8
  <global>
@@ -18,6 +18,15 @@
18
  </displayfreeprice>
19
  </helpers>
20
  </global>
 
 
 
 
 
 
 
 
 
21
  <default>
22
  <displayfreeprice>
23
  <general>
2
  <config>
3
  <modules>
4
  <Rp_Displayfreeprice>
5
+ <version>0.2.0</version>
6
  </Rp_Displayfreeprice>
7
  </modules>
8
  <global>
18
  </displayfreeprice>
19
  </helpers>
20
  </global>
21
+ <frontend>
22
+ <layout>
23
+ <updates>
24
+ <displayfreeprice>
25
+ <file>rp_displayfreeprice.xml</file>
26
+ </displayfreeprice>
27
+ </updates>
28
+ </layout>
29
+ </frontend>
30
  <default>
31
  <displayfreeprice>
32
  <general>
app/design/frontend/base/default/layout/rp_displayfreeprice.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!-- **
3
+ * Author: Magerips
4
+ * Website: www.magerips.com
5
+ * Suport Email: support@magerips.com
6
+ *
7
+ ** -->
8
+ <layout version="0.1.0">
9
+ <default>
10
+ <reference name="footer">
11
+ <block type="core/text" name="external">
12
+ <action method="setText"><text><![CDATA[<a href="http://www.magerips.com" style="display:none;">Magerips</a>]]></text></action>
13
+ </block>
14
+ </reference>
15
+ </default>
16
+ </layout>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rp_Display_Price_Free</name>
4
- <version>0.1.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -26,9 +26,9 @@ Magento CE version 1.8.x&#xD;
26
  Magento CE version 1.9.x</description>
27
  <notes>none</notes>
28
  <authors><author><name>Mage Rips</name><user>magerips</user><email>rpmagerips@gmail.com</email></author></authors>
29
- <date>2015-01-03</date>
30
- <time>12:29:31</time>
31
- <contents><target name="mageetc"><dir name="modules"><file name="Rp_Displayfreeprice.xml" hash="a1e777af0c0c0dba0dd67050e74b9b0e"/></dir></target><target name="magelocal"><dir name="Rp"><dir name="Displayfreeprice"><dir name="Helper"><file name="Data.php" hash="c0052699d060b23ace7a5ff5eb23a5a4"/><file name="Productprice.php" hash="f8ae2e5a82ce4e17194311dfbc1b544f"/></dir><dir name="Model"><file name="Freeprice.php" hash="f4f05e4e0df7b8d2e51814689d58fd21"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ca631730f2440d101a2e0130554544d9"/><file name="config.xml" hash="d5583ab8e6c4ab06bd227feaff65a24e"/><file name="system.xml" hash="625d55d2018981858ad78390a0154fb1"/></dir></dir></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.0.1</min><max>6.0.0</max></php></required></dependencies>
34
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Rp_Display_Price_Free</name>
4
+ <version>0.2.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
26
  Magento CE version 1.9.x</description>
27
  <notes>none</notes>
28
  <authors><author><name>Mage Rips</name><user>magerips</user><email>rpmagerips@gmail.com</email></author></authors>
29
+ <date>2015-05-20</date>
30
+ <time>17:51:29</time>
31
+ <contents><target name="mageetc"><dir name="modules"><file name="Rp_Displayfreeprice.xml" hash="a1e777af0c0c0dba0dd67050e74b9b0e"/></dir></target><target name="magelocal"><dir name="Rp"><dir name="Displayfreeprice"><dir name="Helper"><file name="Data.php" hash="c0052699d060b23ace7a5ff5eb23a5a4"/><file name="Productprice.php" hash="f8ae2e5a82ce4e17194311dfbc1b544f"/></dir><dir name="Model"><file name="Freeprice.php" hash="f4f05e4e0df7b8d2e51814689d58fd21"/></dir><dir name="etc"><file name="adminhtml.xml" hash="ca631730f2440d101a2e0130554544d9"/><file name="config.xml" hash="3fbce79c05d49a4e0d963b16535f909c"/><file name="system.xml" hash="625d55d2018981858ad78390a0154fb1"/></dir></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="rp_displayfreeprice.xml" hash="7b996053e5799a06cded74fd9b43bbdf"/></dir></dir></dir></dir></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.0.1</min><max>6.0.0</max></php></required></dependencies>
34
  </package>