Version Notes
stable version release
Download this release
Release Info
Developer | Rohit Dhiman |
Extension | Product_slider_allcategory |
Version | 1.0.5 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.5
app/code/local/Pcarousel/Pcarousel/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pcarousel_Pcarousel>
|
5 |
-
<version>
|
6 |
</Pcarousel_Pcarousel>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Pcarousel_Pcarousel>
|
5 |
+
<version>1.0.5</version>
|
6 |
</Pcarousel_Pcarousel>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/local/Pcarousel/Pcarousel/sql/pcarousel_setup/{mysql4-install-0.1.0.php → mysql4-install-1.0.5.php}
RENAMED
@@ -10,8 +10,9 @@ DROP TABLE IF EXISTS {$this->getTable('pcarousel')};
|
|
10 |
CREATE TABLE {$this->getTable('pcarousel')} (
|
11 |
`pcarousel_id` int(11) unsigned NOT NULL auto_increment,
|
12 |
`title` varchar(255) NOT NULL default '',
|
13 |
-
`
|
14 |
-
`
|
|
|
15 |
`status` smallint(6) NOT NULL default '0',
|
16 |
`created_time` datetime NULL,
|
17 |
`update_time` datetime NULL,
|
10 |
CREATE TABLE {$this->getTable('pcarousel')} (
|
11 |
`pcarousel_id` int(11) unsigned NOT NULL auto_increment,
|
12 |
`title` varchar(255) NOT NULL default '',
|
13 |
+
`categories` varchar(255) NOT NULL default '',
|
14 |
+
`numberofproduct` varchar(255) NOT NULL default '',
|
15 |
+
`paginations` smallint(6) NOT NULL default '0',
|
16 |
`status` smallint(6) NOT NULL default '0',
|
17 |
`created_time` datetime NULL,
|
18 |
`update_time` datetime NULL,
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Product_slider_allcategory</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSLv1.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,9 +12,9 @@ we can create multiple slider with it</summary>
|
|
12 |
we can create multiple slider with it</description>
|
13 |
<notes>stable version release</notes>
|
14 |
<authors><author><name>Rohit Dhiman</name><user>rdhimansujji</user><email>rdhimansujji@gmail.com</email></author></authors>
|
15 |
-
<date>2014-04-
|
16 |
-
<time>
|
17 |
-
<contents><target name="mage"><dir name="."><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pcarousel.xml" hash="4b3b88b65fd1ba026b883c4b0ccff936"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="pcarousel.xml" hash="3ace9a61252f7aef0959f51af26d44fb"/></dir><dir name="template"><dir name="pcarousel"><file name="pcarousel.phtml" hash="e7dfb94a07f1e08ec12e90c54f9d8627"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Pcarousel_Pcarousel.xml" hash="90aafbed9690b04934ac6f34865a801a"/></dir></dir><dir name="code"><dir name="local"><dir name="Pcarousel"><dir name="Pcarousel"><dir name="Block"><dir name="Adminhtml"><dir name="Pcarousel"><dir name="Edit"><file name="Form.php" hash="f5cd53c9e9bbe7592d9421ee8dbd0005"/><dir name="Tab"><file name="Form.php" hash="a7e963adb096f43bb5be9b27f3c1f7b6"/></dir><file name="Tabs.php" hash="aed1bbd3ee7360fb5261bd4323f6352c"/></dir><file name="Edit.php" hash="ec2c9a853a2673119b5b4de325a742b9"/><file name="Grid.php" hash="a54cbd3ebf7e46f65b9575f0010b8137"/></dir><file name="Pcarousel.php" hash="2ce561980f42a3d8cd5ec931f934ab71"/></dir><file name="Pcarousel.php" hash="0dab6a3e547e5767eaa6e28cf138329d"/></dir><dir name="Helper"><file name="Data.php" hash="5c55fed49a059c3e19a8768bdb8b2e41"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Pcarousel"><file name="Collection.php" hash="8c95a333ca263be2a5b83e8a4f4e4410"/></dir><file name="Pcarousel.php" hash="0a1b5a00653b4e89d5d5c3a8b51a1d83"/></dir><file name="Pcarousel.php" hash="607904b611b988c93f213efe5b5563a0"/><file name="Status.php" hash="f69e9e7064b9b4faa2b2e62ad70bdfb4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PcarouselController.php" hash="e05e0d0f5b32138828e3c965c8f52515"/></dir><file name="IndexController.php" hash="5951206a181ed6139a4aec6aa9cf6761"/></dir><dir name="etc"><file name="config.xml" hash="
|
18 |
<compatible/>
|
19 |
-
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Product_slider_allcategory</name>
|
4 |
+
<version>1.0.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSLv1.0</license>
|
7 |
<channel>community</channel>
|
12 |
we can create multiple slider with it</description>
|
13 |
<notes>stable version release</notes>
|
14 |
<authors><author><name>Rohit Dhiman</name><user>rdhimansujji</user><email>rdhimansujji@gmail.com</email></author></authors>
|
15 |
+
<date>2014-04-09</date>
|
16 |
+
<time>12:26:32</time>
|
17 |
+
<contents><target name="mage"><dir name="."><dir name="app"><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pcarousel.xml" hash="4b3b88b65fd1ba026b883c4b0ccff936"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="pcarousel.xml" hash="3ace9a61252f7aef0959f51af26d44fb"/></dir><dir name="template"><dir name="pcarousel"><file name="pcarousel.phtml" hash="e7dfb94a07f1e08ec12e90c54f9d8627"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="Pcarousel_Pcarousel.xml" hash="90aafbed9690b04934ac6f34865a801a"/></dir></dir><dir name="code"><dir name="local"><dir name="Pcarousel"><dir name="Pcarousel"><dir name="Block"><dir name="Adminhtml"><dir name="Pcarousel"><dir name="Edit"><file name="Form.php" hash="f5cd53c9e9bbe7592d9421ee8dbd0005"/><dir name="Tab"><file name="Form.php" hash="a7e963adb096f43bb5be9b27f3c1f7b6"/></dir><file name="Tabs.php" hash="aed1bbd3ee7360fb5261bd4323f6352c"/></dir><file name="Edit.php" hash="ec2c9a853a2673119b5b4de325a742b9"/><file name="Grid.php" hash="a54cbd3ebf7e46f65b9575f0010b8137"/></dir><file name="Pcarousel.php" hash="2ce561980f42a3d8cd5ec931f934ab71"/></dir><file name="Pcarousel.php" hash="0dab6a3e547e5767eaa6e28cf138329d"/></dir><dir name="Helper"><file name="Data.php" hash="5c55fed49a059c3e19a8768bdb8b2e41"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Pcarousel"><file name="Collection.php" hash="8c95a333ca263be2a5b83e8a4f4e4410"/></dir><file name="Pcarousel.php" hash="0a1b5a00653b4e89d5d5c3a8b51a1d83"/></dir><file name="Pcarousel.php" hash="607904b611b988c93f213efe5b5563a0"/><file name="Status.php" hash="f69e9e7064b9b4faa2b2e62ad70bdfb4"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="PcarouselController.php" hash="e05e0d0f5b32138828e3c965c8f52515"/></dir><file name="IndexController.php" hash="5951206a181ed6139a4aec6aa9cf6761"/></dir><dir name="etc"><file name="config.xml" hash="2fe2cd07ea1afff1383e8fb1d393c519"/></dir><dir name="sql"><dir name="pcarousel_setup"><file name="mysql4-install-1.0.5.php" hash="5c629d600cfaa620bc9eddbf2ac8b6ac"/></dir></dir></dir></dir></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="pcarousel"><dir name="css"><file name="jcarousel.responsive.css" hash="279b8425420276581925d89845fc044a"/></dir><dir name="images"><file name="img1.jpg" hash="88921ea7456f0a0665a21fcde7e16362"/><file name="img1_thumb.jpg" hash="1cee2ef96cf8538eb6e59a21f1e88806"/><file name="img2.jpg" hash="6a5d08633ab8b804868556b8dfc65848"/><file name="img2_thumb.jpg" hash="438da9456705a40bbfea3badf812b971"/><file name="img3.jpg" hash="75c9eefd279b09ad67e9b740c706d1f1"/><file name="img3_thumb.jpg" hash="0eb7b24998e56a9ef69ba2fdfae8a071"/><file name="img4.jpg" hash="3fa88fed84e0eb27460956a4280f8c89"/><file name="img4_thumb.jpg" hash="6f256f366bc22b45066cf7097754b2a4"/><file name="img5.jpg" hash="336036f334248bf7af65d96bb68a00a8"/><file name="img5_thumb.jpg" hash="f4cb2e79547ff142edd541bee41070e7"/><file name="img6.jpg" hash="55416c72fd41fafa01c74be8ea335a9d"/><file name="img6_thumb.jpg" hash="1338e53f48f7fc4e5faddfd6542ecd01"/></dir><dir name="js"><file name="jcarousel.responsive.js" hash="c82c982d251ce7d560917e840ca2c439"/><file name="jquery.jcarousel.min.js" hash="c3f1d015071fac07d94ad271b5aa0909"/><file name="jquery.js" hash="82e5172a15c2fd85d44c9cdec1c34523"/><file name="noconflict.js" hash="10bdc1b7f2effa529e5baae786007688"/><file name="noconflict.js~" hash="10bdc1b7f2effa529e5baae786007688"/><file name="p_jqury.js~" hash="188fbd1049b8b0a2ba4208ea0cf6b2ff"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
18 |
<compatible/>
|
19 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|