SSTech_ViewProduct - Version 1.0.1

Version Notes

stable version

Download this release

Release Info

Developer SSTech
Extension SSTech_ViewProduct
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/SSTech/ViewProduct/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <SSTech_ViewProduct>
5
- <version>1.0.0</version>
6
  </SSTech_ViewProduct>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <SSTech_ViewProduct>
5
+ <version>1.0.1</version>
6
  </SSTech_ViewProduct>
7
  </modules>
8
  <global>
app/etc/modules/SSTech_ViewProduct.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <SSTech_ViewProduct>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ </SSTech_ViewProduct>
8
+ </modules>
9
+ </config>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>SSTech_ViewProduct</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
- <license>Open Source License</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Extension which able to view product directly from catalog product admin </summary>
10
- <description>Extension which will allow to show the product directly from catalog product admin </description>
11
- <notes>stable version for admin</notes>
12
  <authors><author><name>Stek</name><user>SSTech</user><email>sandynareshg@gmail.com</email></author></authors>
13
- <date>2014-06-21</date>
14
- <time>08:09:28</time>
15
- <contents><target name="mageetc"><dir name="."><file name="SSTech_ViewProduct.xml" hash=""/></dir></target><target name="magecommunity"><dir name="SSTech"><dir name="ViewProduct"><dir name="Block"><file name="Abstract.php" hash="f7cef893321846867638f06181f5e3c8"/><dir name="Catalog"><file name="Product.php" hash="951fad575e0b3c86642a32cd6aee0bbb"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8f2d35c3ecf75843b0a694c84e405560"/></dir><dir name="etc"><file name="adminhtml.xml" hash="eb96fb04c5d9ba3023ba3316e5057c33"/><file name="config.xml" hash="84d1d248c4f1af62b7a83b9bfb20f9d6"/><file name="system.xml" hash="30f21ffc2b7c05abe999fb5d7000166c"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="viewproduct.xml" hash="be81ec765ca5e5fe688d08b5db46eb30"/></dir><dir name="template"><dir name="viewproduct"><file name="view.phtml" hash="43c457eeedbd99a4b329c8b81a5f7a57"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>SSTech_ViewProduct</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
+ <license>Open Source Licensce</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Extension which allow to show "product view" button to view product directly from admin</summary>
10
+ <description>Extension which allow to show "product view" button to view product directly from admin</description>
11
+ <notes>stable version</notes>
12
  <authors><author><name>Stek</name><user>SSTech</user><email>sandynareshg@gmail.com</email></author></authors>
13
+ <date>2014-07-05</date>
14
+ <time>09:00:17</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="SSTech_ViewProduct.xml" hash="0105f3d7b8b07e3510a5b373695359fc"/></dir></target><target name="magecommunity"><dir name="SSTech"><dir name="ViewProduct"><dir name="Block"><file name="Abstract.php" hash="f7cef893321846867638f06181f5e3c8"/><dir name="Catalog"><file name="Product.php" hash="951fad575e0b3c86642a32cd6aee0bbb"/></dir></dir><dir name="Helper"><file name="Data.php" hash="8f2d35c3ecf75843b0a694c84e405560"/></dir><dir name="etc"><file name="adminhtml.xml" hash="eb96fb04c5d9ba3023ba3316e5057c33"/><file name="config.xml" hash="6fb7d7e321d85e00b9dd6785ec7f034f"/><file name="system.xml" hash="30f21ffc2b7c05abe999fb5d7000166c"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="viewproduct"><file name="view.phtml" hash="43c457eeedbd99a4b329c8b81a5f7a57"/></dir></dir><dir name="layout"><file name="viewproduct.xml" hash="be81ec765ca5e5fe688d08b5db46eb30"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>