Version Notes
This module has been tested and appears to work fine. If you notice any bugs, please report them to view-button@fishpig.co.uk and we will fix them ASAP.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Fishpigs_View_Button |
Version | 0.7.4 |
Comparing to | |
See all releases |
Code changes from version 0.7.2 to 0.7.4
app/code/community/Fishpig/ViewButton/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Fishpig_ViewButton>
|
5 |
-
<version>0.7.
|
6 |
</Fishpig_ViewButton>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Fishpig_ViewButton>
|
5 |
+
<version>0.7.4</version>
|
6 |
</Fishpig_ViewButton>
|
7 |
</modules>
|
8 |
|
app/etc/modules/Fishpig_ViewButton.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Fishpig_ViewButton>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>community</codePool>
|
7 |
+
</Fishpig_ViewButton>
|
8 |
+
</modules>
|
9 |
+
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fishpigs_View_Button</name>
|
4 |
-
<version>0.7.
|
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>This module has been tested and appears to work fine. If you notice any bugs, please report them to view-button@fishpig.co.uk and we will fix them ASAP.</notes>
|
12 |
<authors><author><name>fishpig</name><user>auto-converted</user><email>ben@fishpig.co.uk</email></author></authors>
|
13 |
<date>2010-09-07</date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="view-button.xml" hash="c55ad5371c0c75050eed32941d392a18"/></dir><dir name="template"><dir name="view-button"><file name="content.phtml" hash="83c4f844f3f44cb8baaa5c8c44127bea"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Fishpig"><dir name="ViewButton"><dir name="Block"><dir name="Catalog"><file name="Product.php" hash="f9b6d156dd72ab0280fc41999ee03541"/></dir><file name="Abstract.php" hash="550a2044933d08fcc68e0880647c1ae3"/></dir><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fishpigs_View_Button</name>
|
4 |
+
<version>0.7.4</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>This module has been tested and appears to work fine. If you notice any bugs, please report them to view-button@fishpig.co.uk and we will fix them ASAP.</notes>
|
12 |
<authors><author><name>fishpig</name><user>auto-converted</user><email>ben@fishpig.co.uk</email></author></authors>
|
13 |
<date>2010-09-07</date>
|
14 |
+
<time>20:00:13</time>
|
15 |
+
<contents><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="view-button.xml" hash="c55ad5371c0c75050eed32941d392a18"/></dir><dir name="template"><dir name="view-button"><file name="content.phtml" hash="83c4f844f3f44cb8baaa5c8c44127bea"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Fishpig_ViewButton.xml" hash="86ae20de7366760ce6e0944aae29100a"/></dir></dir></dir></target><target name="magecommunity"><dir name="Fishpig"><dir name="ViewButton"><dir name="Block"><dir name="Catalog"><file name="Product.php" hash="f9b6d156dd72ab0280fc41999ee03541"/></dir><file name="Abstract.php" hash="550a2044933d08fcc68e0880647c1ae3"/></dir><dir name="etc"><file name="config.xml" hash="f3c43ee3c32e6e04d28b19497529f9dd"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|