Perception_Bannerpro - Version 1.0.2

Version Notes

Follow Steps for Installation and Configuration
Copy all stuff from the source file and Paste directly on Root directory of your Website - System will automatically place all necessary files and directories on required locations, To Display this Block on CMS Page - Add this block declaration {{block type="bannerslider/bannerslider" name="bannerslider" template="bannerslider/bannerslider.phtml"}} in Any CMS page from Admin.

Download this release

Release Info

Developer Perception
Extension Perception_Bannerpro
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.1 to 1.0.2

app/code/local/Perception/Bannerpro/Block/Bannerpro.php CHANGED
@@ -16,7 +16,8 @@ class Perception_Bannerpro_Block_Bannerpro extends Mage_Core_Block_Template
16
  public function getCollection() {
17
  $collection = Mage::getModel('bannerpro/bannerpro')->getCollection()
18
  ->addStoreFilter(Mage::app()->getStore()->getStoreId())
19
- ->addFieldToFilter('status','1');
 
20
  return $collection;
21
  }
22
  }
16
  public function getCollection() {
17
  $collection = Mage::getModel('bannerpro/bannerpro')->getCollection()
18
  ->addStoreFilter(Mage::app()->getStore()->getStoreId())
19
+ ->addFieldToFilter('status','1')
20
+ ->setOrder('sorting_order','ASC');
21
  return $collection;
22
  }
23
  }
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Perception_Bannerpro</name>
4
- <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL-3.0</license>
7
  <channel>community</channel>
@@ -24,7 +24,7 @@
24
  <notes>Follow Steps for Installation and Configuration &#xD;
25
  Copy all stuff from the source file and Paste directly on Root directory of your Website - System will automatically place all necessary files and directories on required locations, To Display this Block on CMS Page - Add this block declaration {{block type="bannerslider/bannerslider" name="bannerslider" template="bannerslider/bannerslider.phtml"}} in Any CMS page from Admin.</notes>
26
  <authors><author><name>Perception</name><user>magentoexpertps</user><email>tarang@perceptionsystem.com</email></author></authors>
27
- <date>2013-07-12</date>
28
  <time>09:48:28</time>
29
  <contents><target name="magelocal"><dir name="Perception"><dir name="Bannerpro"><dir name="Block"><dir name="Adminhtml"><dir name="Bannerpro"><dir name="Edit"><file name="Form.php" hash="0cb756b54788b9c28296a9d82761cff1"/><dir name="Tab"><file name="Form.php" hash="f3ccefcde239a79b099079daa811beee"/></dir><file name="Tabs.php" hash="3ae0f322defc4e3273fb36e446377ce5"/></dir><file name="Edit.php" hash="7119b65e265c1f16216cc8b30f9b3be4"/><file name="Grid.php" hash="98dd62a20a3255a86a0731e7c2fff903"/></dir><file name="Bannerpro.php" hash="823077939a9a69dd453153ead306a334"/><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash="d68a90baf887ab74e62d3fd0424dae89"/></dir></dir></dir><file name="Bannerpro.php" hash="418524b9b51c4cbc26bb86217cff0f8b"/><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Image.php" hash="26c1d8d6c4982fb96dc68d9e4c8e6898"/></dir><dir name="Renderer"><file name="Action.php" hash="67da9d1e599d03f09040875fae22c3be"/><file name="Image.php" hash="fc2106b8338943fb6a7a139ad4ca6983"/></dir></dir><file name="Column.php" hash="25c746da2f3ce51ee40da93316057444"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="cc2aaac213b802569b4f92352cd4a145"/><file name="Image.php" hash="c11bc7b3026cceb1408228c65cda94e8"/><dir name="Wysiwyg"><file name="Images.php" hash="d003d07bc253202bed88cae5a3c830b6"/></dir></dir><dir name="Model"><file name="Bannerpro.php" hash="662e55180c900170155b6bde157280c2"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><dir name="Boolean"><file name="Config.php" hash="c3dc31bc0e8a7ba77b2326fe4617bd9b"/></dir></dir></dir></dir><file name="Image.php" hash="d826b6cd0b46ff5932f22753aa61c58a"/><dir name="Mysql4"><dir name="Bannerpro"><file name="Collection.php" hash="ea8176a20f7514b11f43d2dc4945f04c"/></dir><file name="Bannerpro.php" hash="7f3cf13e27b309285aa5ba0274535575"/></dir><file name="Status.php" hash="80eb332156be6e55a6f74f61d8731c0a"/><dir name="System"><dir name="Backend"><file name="Links.php" hash="6cc70f3272bd7e737c7b467ccd346cd3"/></dir><dir name="Config"><dir name="Source"><file name="Effect.php" hash="835d1cf695f7546f74d490fb408274ba"/></dir></dir></dir><dir name="Wysiwyg"><file name="Config.php" hash="f029863da2aee82dd6209218beef1442"/><dir name="Images"><dir name="Storage"><file name="Collection.php" hash="1cb2bf3190f92a93b0ddd9f9aa2751bf"/></dir><file name="Storage.php" hash="94c39b8f54357ac3e31c0aeec4572406"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannerproController.php" hash="fd5a0005a6b1a46f18dde3dbc22e2230"/></dir><file name="IndexController.php" hash="0a7aa9e63a06a6e5f5535e0000e7e4d6"/></dir><dir name="etc"><file name="config.xml" hash="bece3595164368e6560920629e7521a6"/><file name="system.xml" hash="eb5607bb591642453fae7c7a13ce2b7a"/></dir><dir name="sql"><dir name="bannerpro_setup"><file name="mysql4-install-1.0.3.php" hash="111ce9f0b3ac42f3f97eb78efb0bed8e"/></dir></dir></dir></dir><dir name="app"><dir name="code"><dir name="local"><dir name="Perception"><dir name="Bannerpro"><dir name="Helper"><dir name="Wysiwyg"><file name="Images.php" hash=""/></dir><file name="Image.php" hash=""/><file name="Data.php" hash=""/></dir><dir name="Block"><file name="Bannerpro.php" hash=""/><dir name="Adminhtml"><file name="Bannerpro.php" hash=""/><dir name="Bannerpro"><dir name="Edit"><file name="Tabs.php" hash=""/><dir name="Tab"><file name="Form.php" hash=""/></dir><file name="Form.php" hash=""/></dir><file name="Grid.php" hash=""/><file name="Edit.php" hash=""/></dir><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash=""/></dir></dir></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Image.php" hash=""/></dir><dir name="Renderer"><file name="Action.php" hash=""/><file name="Image.php" hash=""/></dir></dir><file name="Column.php" hash=""/></dir></dir></dir><dir name="sql"><dir name="bannerpro_setup"><file name="mysql4-install-1.0.3.php" hash=""/></dir></dir><dir name="Model"><dir name="Wysiwyg"><file name="Config.php" hash=""/><dir name="Images"><file name="Storage.php" hash=""/><dir name="Storage"><file name="Collection.php" hash=""/></dir></dir></dir><file name="Bannerpro.php" hash=""/><file name="Status.php" hash=""/><file name="Image.php" hash=""/><dir name="Entity"><dir name="Attribute"><dir name="Source"><dir name="Boolean"><file name="Config.php" hash=""/></dir></dir></dir></dir><dir name="Mysql4"><file name="Bannerpro.php" hash=""/><dir name="Bannerpro"><file name="Collection.php" hash=""/></dir></dir><dir name="System"><dir name="Backend"><file name="Links.php" hash=""/></dir><dir name="Config"><dir name="Source"><file name="Effect.php" hash=""/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannerproController.php" hash=""/></dir><file name="IndexController.php" hash=""/></dir><dir name="etc"><file name="config.xml" hash=""/><file name="system.xml" hash=""/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="bannerpro.xml" hash="147a707f9f383201d109cb5e510f0bff"/></dir><dir name="template"><dir name="bannerpro"><file name="bannerpro.phtml" hash="d400f39eed5bc6dbc56afb1c030c42bf"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bannerpro.xml" hash="e79e904e07211ccca52519d1ebd798b8"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="banner"><dir name="images"><file name="play.png" hash="75c7a42ba1ecc7ce61a9952d97f86faf"/><file name="next-prev-btn.png" hash="f6300a1bafe436cec7c573a1fb35d71d"/><file name="pause.png" hash="40e4bdb63d600638ebf3cef86e09b35e"/></dir><file name="banner_effects.js" hash="33483415fe699c1c7df27a2fcb95eb9a"/><file name="bannerpro.css" hash="7f07a7e1db622568db5ae6bd30ac0c14"/><file name="bannerpro.js" hash="b0018c7b9088375db12a272c3254f7ac"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Perception_Bannerpro.xml" hash="a1eea61529056f4ae7dc48fc774883b7"/></dir></target></contents>
30
  <compatible/>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Perception_Bannerpro</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL-3.0</license>
7
  <channel>community</channel>
24
  <notes>Follow Steps for Installation and Configuration &#xD;
25
  Copy all stuff from the source file and Paste directly on Root directory of your Website - System will automatically place all necessary files and directories on required locations, To Display this Block on CMS Page - Add this block declaration {{block type="bannerslider/bannerslider" name="bannerslider" template="bannerslider/bannerslider.phtml"}} in Any CMS page from Admin.</notes>
26
  <authors><author><name>Perception</name><user>magentoexpertps</user><email>tarang@perceptionsystem.com</email></author></authors>
27
+ <date>2013-10-31</date>
28
  <time>09:48:28</time>
29
  <contents><target name="magelocal"><dir name="Perception"><dir name="Bannerpro"><dir name="Block"><dir name="Adminhtml"><dir name="Bannerpro"><dir name="Edit"><file name="Form.php" hash="0cb756b54788b9c28296a9d82761cff1"/><dir name="Tab"><file name="Form.php" hash="f3ccefcde239a79b099079daa811beee"/></dir><file name="Tabs.php" hash="3ae0f322defc4e3273fb36e446377ce5"/></dir><file name="Edit.php" hash="7119b65e265c1f16216cc8b30f9b3be4"/><file name="Grid.php" hash="98dd62a20a3255a86a0731e7c2fff903"/></dir><file name="Bannerpro.php" hash="823077939a9a69dd453153ead306a334"/><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash="d68a90baf887ab74e62d3fd0424dae89"/></dir></dir></dir><file name="Bannerpro.php" hash="418524b9b51c4cbc26bb86217cff0f8b"/><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Image.php" hash="26c1d8d6c4982fb96dc68d9e4c8e6898"/></dir><dir name="Renderer"><file name="Action.php" hash="67da9d1e599d03f09040875fae22c3be"/><file name="Image.php" hash="fc2106b8338943fb6a7a139ad4ca6983"/></dir></dir><file name="Column.php" hash="25c746da2f3ce51ee40da93316057444"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="cc2aaac213b802569b4f92352cd4a145"/><file name="Image.php" hash="c11bc7b3026cceb1408228c65cda94e8"/><dir name="Wysiwyg"><file name="Images.php" hash="d003d07bc253202bed88cae5a3c830b6"/></dir></dir><dir name="Model"><file name="Bannerpro.php" hash="662e55180c900170155b6bde157280c2"/><dir name="Entity"><dir name="Attribute"><dir name="Source"><dir name="Boolean"><file name="Config.php" hash="c3dc31bc0e8a7ba77b2326fe4617bd9b"/></dir></dir></dir></dir><file name="Image.php" hash="d826b6cd0b46ff5932f22753aa61c58a"/><dir name="Mysql4"><dir name="Bannerpro"><file name="Collection.php" hash="ea8176a20f7514b11f43d2dc4945f04c"/></dir><file name="Bannerpro.php" hash="7f3cf13e27b309285aa5ba0274535575"/></dir><file name="Status.php" hash="80eb332156be6e55a6f74f61d8731c0a"/><dir name="System"><dir name="Backend"><file name="Links.php" hash="6cc70f3272bd7e737c7b467ccd346cd3"/></dir><dir name="Config"><dir name="Source"><file name="Effect.php" hash="835d1cf695f7546f74d490fb408274ba"/></dir></dir></dir><dir name="Wysiwyg"><file name="Config.php" hash="f029863da2aee82dd6209218beef1442"/><dir name="Images"><dir name="Storage"><file name="Collection.php" hash="1cb2bf3190f92a93b0ddd9f9aa2751bf"/></dir><file name="Storage.php" hash="94c39b8f54357ac3e31c0aeec4572406"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannerproController.php" hash="fd5a0005a6b1a46f18dde3dbc22e2230"/></dir><file name="IndexController.php" hash="0a7aa9e63a06a6e5f5535e0000e7e4d6"/></dir><dir name="etc"><file name="config.xml" hash="bece3595164368e6560920629e7521a6"/><file name="system.xml" hash="eb5607bb591642453fae7c7a13ce2b7a"/></dir><dir name="sql"><dir name="bannerpro_setup"><file name="mysql4-install-1.0.3.php" hash="111ce9f0b3ac42f3f97eb78efb0bed8e"/></dir></dir></dir></dir><dir name="app"><dir name="code"><dir name="local"><dir name="Perception"><dir name="Bannerpro"><dir name="Helper"><dir name="Wysiwyg"><file name="Images.php" hash=""/></dir><file name="Image.php" hash=""/><file name="Data.php" hash=""/></dir><dir name="Block"><file name="Bannerpro.php" hash=""/><dir name="Adminhtml"><file name="Bannerpro.php" hash=""/><dir name="Bannerpro"><dir name="Edit"><file name="Tabs.php" hash=""/><dir name="Tab"><file name="Form.php" hash=""/></dir><file name="Form.php" hash=""/></dir><file name="Grid.php" hash=""/><file name="Edit.php" hash=""/></dir><dir name="Grid"><dir name="Renderer"><file name="Image.php" hash=""/></dir></dir></dir><dir name="Widget"><dir name="Grid"><dir name="Column"><dir name="Filter"><file name="Image.php" hash=""/></dir><dir name="Renderer"><file name="Action.php" hash=""/><file name="Image.php" hash=""/></dir></dir><file name="Column.php" hash=""/></dir></dir></dir><dir name="sql"><dir name="bannerpro_setup"><file name="mysql4-install-1.0.3.php" hash=""/></dir></dir><dir name="Model"><dir name="Wysiwyg"><file name="Config.php" hash=""/><dir name="Images"><file name="Storage.php" hash=""/><dir name="Storage"><file name="Collection.php" hash=""/></dir></dir></dir><file name="Bannerpro.php" hash=""/><file name="Status.php" hash=""/><file name="Image.php" hash=""/><dir name="Entity"><dir name="Attribute"><dir name="Source"><dir name="Boolean"><file name="Config.php" hash=""/></dir></dir></dir></dir><dir name="Mysql4"><file name="Bannerpro.php" hash=""/><dir name="Bannerpro"><file name="Collection.php" hash=""/></dir></dir><dir name="System"><dir name="Backend"><file name="Links.php" hash=""/></dir><dir name="Config"><dir name="Source"><file name="Effect.php" hash=""/></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="BannerproController.php" hash=""/></dir><file name="IndexController.php" hash=""/></dir><dir name="etc"><file name="config.xml" hash=""/><file name="system.xml" hash=""/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="bannerpro.xml" hash="147a707f9f383201d109cb5e510f0bff"/></dir><dir name="template"><dir name="bannerpro"><file name="bannerpro.phtml" hash="d400f39eed5bc6dbc56afb1c030c42bf"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bannerpro.xml" hash="e79e904e07211ccca52519d1ebd798b8"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="banner"><dir name="images"><file name="play.png" hash="75c7a42ba1ecc7ce61a9952d97f86faf"/><file name="next-prev-btn.png" hash="f6300a1bafe436cec7c573a1fb35d71d"/><file name="pause.png" hash="40e4bdb63d600638ebf3cef86e09b35e"/></dir><file name="banner_effects.js" hash="33483415fe699c1c7df27a2fcb95eb9a"/><file name="bannerpro.css" hash="7f07a7e1db622568db5ae6bd30ac0c14"/><file name="bannerpro.js" hash="b0018c7b9088375db12a272c3254f7ac"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Perception_Bannerpro.xml" hash="a1eea61529056f4ae7dc48fc774883b7"/></dir></target></contents>
30
  <compatible/>