Version Notes
Fifth Preview Release
Download this release
Release Info
Developer | NetGo |
Extension | Netgo_Nbanners |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/community/Netgo/Nbanners/sql/nbanners_setup/mysql4-install-0.1.0.php
CHANGED
@@ -13,13 +13,10 @@
|
|
13 |
$installer = $this;
|
14 |
$installer->startSetup();
|
15 |
$sql=<<<SQLTEXT
|
16 |
-
create table nbanners(nbanners_id int not null auto_increment, nbannergroup varchar(100), nbanners_name varchar(100), nbanners_alt varchar(100), nbanners_caption
|
17 |
|
18 |
SQLTEXT;
|
19 |
|
20 |
$installer->run($sql);
|
21 |
-
//demo
|
22 |
-
//Mage::getModel('core/url_rewrite')->setId(null);
|
23 |
-
//demo
|
24 |
$installer->endSetup();
|
25 |
|
13 |
$installer = $this;
|
14 |
$installer->startSetup();
|
15 |
$sql=<<<SQLTEXT
|
16 |
+
create table nbanners(nbanners_id int not null auto_increment, nbannergroup varchar(100), nbanners_name varchar(100), nbanners_alt varchar(100), nbanners_caption text, nbanners_cap_pos varchar(100), nbanners_effect varchar(100), nbanners_show_pag varchar(10), nbanners_show_pr_next varchar(10), nbanners_image varchar(100), nbanners_status varchar(5), primary key(nbanners_id));
|
17 |
|
18 |
SQLTEXT;
|
19 |
|
20 |
$installer->run($sql);
|
|
|
|
|
|
|
21 |
$installer->endSetup();
|
22 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Netgo_Nbanners</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -10,11 +10,11 @@
|
|
10 |
<description>This slider is exclusively for customers that are not satisfied with the back end management of sliders provided by Magento. The feature of uploading slider images from back end is enhanced in this module.The module also involves method of GROUP SLIDER, this emphasizes that if any user requires different banner slider for different pages then can form groups of slider for respective pages. 
|
11 |

|
12 |
This stopped the complex methodologies of uploading images via WYSIWYG editor or CMS page.Thus making Admin user friendly for all the users.</description>
|
13 |
-
<notes>
|
14 |
-
<authors><author><name>
|
15 |
-
<date>
|
16 |
-
<time>
|
17 |
-
<contents><target name="magecommunity"><dir name="Netgo"><dir name="Nbanners"><dir name="Block"><dir name="Adminhtml"><dir name="Nbanners"><dir name="Edit"><file name="Form.php" hash="aec984b92d67400e80fc33993a70b3f7"/><dir name="Tab"><file name="Form.php" hash="379a4cbf47e5a16f0b4c364230d49307"/></dir><file name="Tabs.php" hash="05f4e12c0fa6b6ea15714d1701ac7aef"/></dir><file name="Edit.php" hash="f3919932b05112a8716abae785276336"/><file name="Grid.php" hash="1ad45db81aea855596869258040de067"/></dir><file name="Nbanners.php" hash="bcba4c7195e3315eab58dd16e84335cd"/></dir><file name="Index.php" hash="c67c93ac42964603d2ff85b943da96b7"/><file name="Left.php" hash="5692f187189b7952ba9eeb76b3c1e0ee"/></dir><dir name="Helper"><file name="Data.php" hash="9465abb8c8644f7503681e50bd80e577"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Effects.php" hash="443faa8721b5d446634f007e141135e2"/></dir></dir></dir></dir><dir name="Mysql4"><dir name="Nbanners"><file name="Collection.php" hash="4fee446e758d3c00eb6601729feede96"/></dir><file name="Nbanners.php" hash="1bf0add3f3e171d63c4d270fe1e6a882"/></dir><file name="Nbanners.php" hash="677153390f2b0fe6b542bd6749301a84"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="NbannersController.php" hash="594b6ed09752c4d114954903b7cfc1f0"/></dir><file name="IndexController.php" hash="a82bf7b5aea368718e76843e4fbb34a9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0ace3142748d6ca2140545a4a531367a"/><file name="config.xml" hash="c63db4378e3263d10aebe111d535958a"/><file name="system.xml" hash="db00f3a9547e3257d7a8cce71baa5a63"/></dir><dir name="sql"><dir name="nbanners_setup"><file name="mysql4-install-0.1.0.php" hash="
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Netgo_Nbanners</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This slider is exclusively for customers that are not satisfied with the back end management of sliders provided by Magento. The feature of uploading slider images from back end is enhanced in this module.The module also involves method of GROUP SLIDER, this emphasizes that if any user requires different banner slider for different pages then can form groups of slider for respective pages. 
|
11 |

|
12 |
This stopped the complex methodologies of uploading images via WYSIWYG editor or CMS page.Thus making Admin user friendly for all the users.</description>
|
13 |
+
<notes>Fifth Preview Release</notes>
|
14 |
+
<authors><author><name>NetGo</name><user>NetGo</user><email>netattingomails@gmail.com</email></author></authors>
|
15 |
+
<date>2016-01-16</date>
|
16 |
+
<time>02:30:10</time>
|
17 |
+
<contents><target name="magecommunity"><dir name="Netgo"><dir name="Nbanners"><dir name="Block"><dir name="Adminhtml"><dir name="Nbanners"><dir name="Edit"><file name="Form.php" hash="aec984b92d67400e80fc33993a70b3f7"/><dir name="Tab"><file name="Form.php" hash="379a4cbf47e5a16f0b4c364230d49307"/></dir><file name="Tabs.php" hash="05f4e12c0fa6b6ea15714d1701ac7aef"/></dir><file name="Edit.php" hash="f3919932b05112a8716abae785276336"/><file name="Grid.php" hash="1ad45db81aea855596869258040de067"/></dir><file name="Nbanners.php" hash="bcba4c7195e3315eab58dd16e84335cd"/></dir><file name="Index.php" hash="c67c93ac42964603d2ff85b943da96b7"/><file name="Left.php" hash="5692f187189b7952ba9eeb76b3c1e0ee"/></dir><dir name="Helper"><file name="Data.php" hash="9465abb8c8644f7503681e50bd80e577"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Effects.php" hash="443faa8721b5d446634f007e141135e2"/></dir></dir></dir></dir><dir name="Mysql4"><dir name="Nbanners"><file name="Collection.php" hash="4fee446e758d3c00eb6601729feede96"/></dir><file name="Nbanners.php" hash="1bf0add3f3e171d63c4d270fe1e6a882"/></dir><file name="Nbanners.php" hash="677153390f2b0fe6b542bd6749301a84"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="NbannersController.php" hash="594b6ed09752c4d114954903b7cfc1f0"/></dir><file name="IndexController.php" hash="a82bf7b5aea368718e76843e4fbb34a9"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0ace3142748d6ca2140545a4a531367a"/><file name="config.xml" hash="c63db4378e3263d10aebe111d535958a"/><file name="system.xml" hash="db00f3a9547e3257d7a8cce71baa5a63"/></dir><dir name="sql"><dir name="nbanners_setup"><file name="mysql4-install-0.1.0.php" hash="3dc0ef25f296c5896d50beb715e75d8c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="nbanners.xml" hash="91c237fc7c9f16bbc96c3159dd4b8077"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="nbanners.xml" hash="4e15a24a5ee5d092121631cbe1bc030c"/></dir><dir name="template"><dir name="nbanners"><file name="index.phtml" hash="f9af16bc345587d1478ad6bcdda29962"/><file name="left.phtml" hash="0285dc1e312060f0a98a9e3569f72cdd"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><dir name="lib"><dir name="nbanners"><file name="jquery.cycle2.scrollVert.js" hash="1c3fb1ac155efd70a556db24945a18e2"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="."><file name="readme.txt" hash="a22b9e03d9613f56c3c6f75061b96869"/><file name="User_Manual.pdf" hash="ff4f936d586c78208e712f1348037538"/></dir></target><target name="mageetc"><dir name="modules"><file name="Netgo_Nbanners.xml" hash="b2637d3e8d9f7693123e5650ca4d1939"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
20 |
</package>
|