Version Notes
Mos tviewed Products
Download this release
Release Info
Developer | Capacity Web Solutions |
Extension | Mostviewed_Products |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/CapacityWebSolutions/Mostviewed/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CapacityWebSolutions_Mostviewed>
|
5 |
-
<version>1.0.
|
6 |
</CapacityWebSolutions_Mostviewed>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<CapacityWebSolutions_Mostviewed>
|
5 |
+
<version>1.0.1</version>
|
6 |
</CapacityWebSolutions_Mostviewed>
|
7 |
</modules>
|
8 |
<global>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mostviewed_Products</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>List mostly viewed products by customers on front end also display selected products as a most viewed with different options.</description>
|
11 |
<notes>Mos tviewed Products</notes>
|
12 |
<authors><author><name>Capacity Web Solutions</name><user>capacitywebsolutions</user><email>magento@capacitywebsolutions.com</email></author></authors>
|
13 |
-
<date>2016-02
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="CapacityWebSolutions_Mostviewed.xml" hash="26f06543c8f772c2a7c3ad7b83546047"/></dir></target><target name="magecommunity"><dir name="CapacityWebSolutions"><dir name="Mostviewed"><dir name="Block"><dir name="Adminhtml"><file name="DefaultDirectCode.php" hash="7aa329117be955eff075f08545bf853b"/><file name="DefaultTemplate.php" hash="1dc16be26bf0a1c4b4316adc7173518c"/><file name="DefaultXML.php" hash="faabad47b61316ab7f001f6f626857af"/><dir name="Mostviewed"><dir name="Edit"><file name="Form.php" hash="981f40614db3263b8482fc2cef181178"/><dir name="Tab"><file name="Products.php" hash="10bdf59fc60b1c095d62cd74bdec712a"/></dir><file name="Tabs.php" hash="56ab3c01540ce195cdb2f19c3faf91a3"/></dir><file name="Edit.php" hash="7f08f357623f22a6751ab1b7913b8ae8"/><file name="Grid.php" hash="02d45b76c286e909a12b74b34c7d947b"/></dir><file name="Mostviewed.php" hash="901285d55a392473be7f9dd11abeff8b"/></dir><file name="Mostviewed.php" hash="44396f7f9d4c93546985c6210cdaeed0"/><dir name="Promo"><dir name="Widget"><dir name="Chooser"><file name="Sku.php" hash="36a861784b2b98f5e02b2ce864122627"/></dir></dir></dir><dir name="Widget"><dir name="Html"><file name="Pager.php" hash="11f4bd330bfb0e07d7d72b1738cc67b8"/></dir></dir><file name="Widget.php" hash="ba4a419835ef5704a5d5aedabcba80cc"/></dir><dir name="Helper"><file name="Data.php" hash="37b08d1aead500f27d0a53e2165b7bfc"/></dir><dir name="Model"><file name="Mostviewed.php" hash="057b74311f61b8e97407d67ce4fa7d65"/><dir name="Mysql4"><dir name="Mostviewed"><file name="Collection.php" hash="ae2d9e242b36ee87d1eb5a3ba7d5a1a8"/></dir><file name="Mostviewed.php" hash="eff0f3022a0a925ec7683ebdffa1f6f2"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Category.php" hash="5dabe0845a777c5ad32fd73346ea5d8e"/><file name="Chooseproducts.php" hash="dfd7251dfaeeaa6b12c8783ada8c9a2d"/><file name="Choosetype.php" hash="b905f2c1ffb0be9c693c442d6bf58515"/><file name="Sortby.php" hash="c42aede6757c7c081b4bc87e3b30f465"/><file name="Sortorder.php" hash="8c287ddd925f760f11d1369c6a88ead2"/><file name="Template.php" hash="9da3040040ba45c47c3d82eb526ed911"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MostviewedController.php" hash="dc7493f30b0cb5fee7f78e86734c12ff"/><file name="WidgetController.php" hash="62f0c7bdf48b25d753a97d8fa7a2b7a7"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="865243525921adf9e94126eb2d01506a"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>7.0.3</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Mostviewed_Products</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>List mostly viewed products by customers on front end also display selected products as a most viewed with different options.</description>
|
11 |
<notes>Mos tviewed Products</notes>
|
12 |
<authors><author><name>Capacity Web Solutions</name><user>capacitywebsolutions</user><email>magento@capacitywebsolutions.com</email></author></authors>
|
13 |
+
<date>2016-04-02</date>
|
14 |
+
<time>11:53:21</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="CapacityWebSolutions_Mostviewed.xml" hash="26f06543c8f772c2a7c3ad7b83546047"/></dir></target><target name="magecommunity"><dir name="CapacityWebSolutions"><dir name="Mostviewed"><dir name="Block"><dir name="Adminhtml"><file name="DefaultDirectCode.php" hash="7aa329117be955eff075f08545bf853b"/><file name="DefaultTemplate.php" hash="1dc16be26bf0a1c4b4316adc7173518c"/><file name="DefaultXML.php" hash="faabad47b61316ab7f001f6f626857af"/><dir name="Mostviewed"><dir name="Edit"><file name="Form.php" hash="981f40614db3263b8482fc2cef181178"/><dir name="Tab"><file name="Products.php" hash="10bdf59fc60b1c095d62cd74bdec712a"/></dir><file name="Tabs.php" hash="56ab3c01540ce195cdb2f19c3faf91a3"/></dir><file name="Edit.php" hash="7f08f357623f22a6751ab1b7913b8ae8"/><file name="Grid.php" hash="02d45b76c286e909a12b74b34c7d947b"/></dir><file name="Mostviewed.php" hash="901285d55a392473be7f9dd11abeff8b"/></dir><file name="Mostviewed.php" hash="44396f7f9d4c93546985c6210cdaeed0"/><dir name="Promo"><dir name="Widget"><dir name="Chooser"><file name="Sku.php" hash="36a861784b2b98f5e02b2ce864122627"/></dir></dir></dir><dir name="Widget"><dir name="Html"><file name="Pager.php" hash="11f4bd330bfb0e07d7d72b1738cc67b8"/></dir></dir><file name="Widget.php" hash="ba4a419835ef5704a5d5aedabcba80cc"/></dir><dir name="Helper"><file name="Data.php" hash="37b08d1aead500f27d0a53e2165b7bfc"/></dir><dir name="Model"><file name="Mostviewed.php" hash="057b74311f61b8e97407d67ce4fa7d65"/><dir name="Mysql4"><dir name="Mostviewed"><file name="Collection.php" hash="ae2d9e242b36ee87d1eb5a3ba7d5a1a8"/></dir><file name="Mostviewed.php" hash="eff0f3022a0a925ec7683ebdffa1f6f2"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="Category.php" hash="5dabe0845a777c5ad32fd73346ea5d8e"/><file name="Chooseproducts.php" hash="dfd7251dfaeeaa6b12c8783ada8c9a2d"/><file name="Choosetype.php" hash="b905f2c1ffb0be9c693c442d6bf58515"/><file name="Sortby.php" hash="c42aede6757c7c081b4bc87e3b30f465"/><file name="Sortorder.php" hash="8c287ddd925f760f11d1369c6a88ead2"/><file name="Template.php" hash="9da3040040ba45c47c3d82eb526ed911"/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="MostviewedController.php" hash="dc7493f30b0cb5fee7f78e86734c12ff"/><file name="WidgetController.php" hash="62f0c7bdf48b25d753a97d8fa7a2b7a7"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="865243525921adf9e94126eb2d01506a"/><file name="config.xml" hash="f9e3e8655b6923228381e04ca4c6d6e8"/><file name="system.xml" hash="31aa1811609e894a949ba80954167320"/><file name="widget.xml" hash="00229ea6b55c3d5a087677b993e4b0f4"/></dir><dir name="sql"><dir name="mostviewed_setup"><file name="mysql4-install-1.0.0.php" hash="187d743d41ca22734ab4698fa35d4a59"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="mostviewed.xml" hash="722bbfa0fb28acb00b5c1a10f34d7ce7"/></dir><dir name="template"><dir name="mostviewed"><dir name="column"><file name="mostviewed_default_list-default.phtml" hash="cc4f0a07bd5d3f9fef963d00caff8d23"/><file name="mostviewed_default_list.phtml" hash="ac5ab48c421d2268bca1dc0abbae4a6f"/></dir><file name="mostviewed-grid.phtml" hash="6d969e21e75ae7365c9075744e7e1789"/><file name="mostviewed-list.phtml" hash="207fa0ce21e9270cc798d049900c4c00"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="mostviewed.xml" hash="3f06159a0daff802f0d59d97cf833191"/></dir><dir name="template"><dir name="mostviewed"><file name="product.phtml" hash="853a1e0cf5bc12bf8af5ed06bee8a318"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="mostviewed"><file name="mostviewed.css" hash="df4bf3891f3d527fa07132a4c6f9d166"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="mostviewed"><file name="product-selector.js" hash="18edba645290825072641d0c032b0a0f"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.0.0</min><max>7.0.3</max></php></required></dependencies>
|
18 |
</package>
|