Version Notes
Release 1.0.7
- Fixed problem with prefix in sql install file
Download this release
Release Info
Developer | Magento Core Team |
Extension | ES_Custommenu |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
app/code/community/ES/Custommenu/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ES_Custommenu>
|
5 |
-
<version>1.0.
|
6 |
</ES_Custommenu>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<ES_Custommenu>
|
5 |
+
<version>1.0.7</version>
|
6 |
</ES_Custommenu>
|
7 |
</modules>
|
8 |
<frontend>
|
app/code/community/ES/Custommenu/sql/custommenu_setup/.DS_Store
ADDED
Binary file
|
app/code/community/ES/Custommenu/sql/custommenu_setup/mysql4-upgrade-1.0.2-1.0.3.php
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
$installer = $this;
|
4 |
-
|
5 |
-
$installer->startSetup();
|
6 |
-
|
7 |
-
$installer->run("
|
8 |
-
ALTER TABLE {$this->getTable('es_custommenu_item')} CHANGE COLUMN {$this->getTable('es_custommenu_item')}.order {$this->getTable('es_custommenu_item')}.position INT(4);
|
9 |
-
");
|
10 |
-
|
11 |
-
$installer->endSetup();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ES_Custommenu</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -12,12 +12,12 @@
|
|
12 |
It support unlimited sub menus. In admin you have two sections. First one is to create menu for example main menu, footer menu, right menu etc. In second section you can create menu items assign it to menus and also you can add parent of menu to make submenus.
|
13 |

|
14 |
For url of your link you can enter URL or choose CMS page.</description>
|
15 |
-
<notes>Release 1.0.
|
16 |
- Fixed problem with prefix in sql install file</notes>
|
17 |
<authors><author><name>Eleven Soft</name><user>auto-converted</user><email>support@eleven-soft.com</email></author></authors>
|
18 |
-
<date>2013-
|
19 |
-
<time>
|
20 |
-
<contents><target name="magecommunity"><dir name="ES"><dir name="Custommenu"><dir name="Block"><dir name="Adminhtml"><dir name="Custommenu"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="850d547d96ca38134391db885db8de42"/></dir><file name="Form.php" hash="1d0f8838598fd79eba08b5081d6dc465"/><file name="Tabs.php" hash="4ead7691e23b12b594b439641d4fa8b8"/></dir><dir name="Items"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="28f1f32c5e128f82a35381bb550dc1f6"/></dir><file name="Form.php" hash="70894a455bfc71d478658066f9a03ba9"/><file name="Tabs.php" hash="191f684960d2d98d701db2b325cc4243"/></dir><file name="Edit.php" hash="132fa9d73ed3507beb98fe4a8b725999"/><file name="Grid.php" hash="094fd923f9127a6d8a23f78d9554191c"/></dir><file name="Edit.php" hash="4c0daf6ed28b7f6d56076f366c6fc816"/><file name="Grid.php" hash="dfc1c4721bb2d4c3db16ead1f1994812"/><file name="Items.php" hash="59efdfc86ee12c908efdddf898e92d24"/></dir><file name="Custommenu.php" hash="5ce4f2e24533cfe777afca772d8bc318"/></dir><file name="Custommenu.php" hash="ff3210a70bca44270a2942aa3ab11be2"/></dir><dir name="Helper"><file name="Data.php" hash="b457f193c2066cd0eba51a3a7bfbafbc"/></dir><dir name="Model"><dir name="Custommenu"><file name="Items.php" hash="e1734fb3d12e63078201b11efb6997a1"/></dir><dir name="Mysql4"><dir name="Custommenu"><dir name="Items"><file name="Collection.php" hash="41cf88e7be54767529c984cc39ef0e36"/></dir><file name="Collection.php" hash="73e6ee0afe6048c19aca869cd358ab4c"/><file name="Items.php" hash="0fa8fe08213d4521f4361f6ecf51bae7"/></dir><file name="Custommenu.php" hash="6167ecf64ca967a229e76010f3ceebf6"/></dir><file name="Custommenu.php" hash="4d106b3703735057e768dc559dff7620"/><file name="Status.php" hash="349dfeea66da3faf8720db74ff6cc00d"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Custommenu"><file name="ItemsController.php" hash="05a88f5cf78e49f2cdff4da2f7a97122"/></dir><file name="CustommenuController.php" hash="9315ccfc69debbfac31eba700186ea36"/></dir></dir><dir name="etc"><file name="config.xml" hash="
|
21 |
<compatible/>
|
22 |
<dependencies/>
|
23 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>ES_Custommenu</name>
|
4 |
+
<version>1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
12 |
It support unlimited sub menus. In admin you have two sections. First one is to create menu for example main menu, footer menu, right menu etc. In second section you can create menu items assign it to menus and also you can add parent of menu to make submenus.
|
13 |

|
14 |
For url of your link you can enter URL or choose CMS page.</description>
|
15 |
+
<notes>Release 1.0.7
|
16 |
- Fixed problem with prefix in sql install file</notes>
|
17 |
<authors><author><name>Eleven Soft</name><user>auto-converted</user><email>support@eleven-soft.com</email></author></authors>
|
18 |
+
<date>2013-06-11</date>
|
19 |
+
<time>20:53:17</time>
|
20 |
+
<contents><target name="magecommunity"><dir name="ES"><dir name="Custommenu"><dir name="Block"><dir name="Adminhtml"><dir name="Custommenu"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="850d547d96ca38134391db885db8de42"/></dir><file name="Form.php" hash="1d0f8838598fd79eba08b5081d6dc465"/><file name="Tabs.php" hash="4ead7691e23b12b594b439641d4fa8b8"/></dir><dir name="Items"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="28f1f32c5e128f82a35381bb550dc1f6"/></dir><file name="Form.php" hash="70894a455bfc71d478658066f9a03ba9"/><file name="Tabs.php" hash="191f684960d2d98d701db2b325cc4243"/></dir><file name="Edit.php" hash="132fa9d73ed3507beb98fe4a8b725999"/><file name="Grid.php" hash="094fd923f9127a6d8a23f78d9554191c"/></dir><file name="Edit.php" hash="4c0daf6ed28b7f6d56076f366c6fc816"/><file name="Grid.php" hash="dfc1c4721bb2d4c3db16ead1f1994812"/><file name="Items.php" hash="59efdfc86ee12c908efdddf898e92d24"/></dir><file name="Custommenu.php" hash="5ce4f2e24533cfe777afca772d8bc318"/></dir><file name="Custommenu.php" hash="ff3210a70bca44270a2942aa3ab11be2"/></dir><dir name="Helper"><file name="Data.php" hash="b457f193c2066cd0eba51a3a7bfbafbc"/></dir><dir name="Model"><dir name="Custommenu"><file name="Items.php" hash="e1734fb3d12e63078201b11efb6997a1"/></dir><dir name="Mysql4"><dir name="Custommenu"><dir name="Items"><file name="Collection.php" hash="41cf88e7be54767529c984cc39ef0e36"/></dir><file name="Collection.php" hash="73e6ee0afe6048c19aca869cd358ab4c"/><file name="Items.php" hash="0fa8fe08213d4521f4361f6ecf51bae7"/></dir><file name="Custommenu.php" hash="6167ecf64ca967a229e76010f3ceebf6"/></dir><file name="Custommenu.php" hash="4d106b3703735057e768dc559dff7620"/><file name="Status.php" hash="349dfeea66da3faf8720db74ff6cc00d"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Custommenu"><file name="ItemsController.php" hash="05a88f5cf78e49f2cdff4da2f7a97122"/></dir><file name="CustommenuController.php" hash="9315ccfc69debbfac31eba700186ea36"/></dir></dir><dir name="etc"><file name="config.xml" hash="1d474b059eeb0a4fd8dd062ceeb2b1d8"/></dir><dir name="sql"><dir name="custommenu_setup"><file name="mysql4-install-1.0.2.php" hash="1a7046fadd327ed006ff789a676f790b"/><file name="mysql4-upgrade-1.0.2-1.0.6.php" hash="4b99f3aa0aecd0e7c925e4729f45bd66"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="953e5e5743a406322ec656668f92ee43"/></dir><file name=".DS_Store" hash="fb1c6a2fc82b2004adb0bc3ddcdc3e98"/></dir><file name=".DS_Store" hash="50692053e92472e65c480e35e2e57e6a"/></dir></target><target name="mageetc"><dir name="modules"><file name="ES_Custommenu.xml" hash="c946fff190f507f00aac2a23e500b365"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="es_custommenu"><file name="menu.phtml" hash="84f8c24f5fccd72dabf8b2eabb4f2f03"/><file name="submenu.phtml" hash="4671bb5cfaa26e9344299b5282c2a520"/></dir></dir><dir name="layout"><file name="es_custommenu.xml" hash="37d400a7d983d003452e56b371be6e75"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="es_custommenu.xml" hash="45fe59e4f476e5237870162f498ae591"/></dir></dir></dir></dir></target></contents>
|
21 |
<compatible/>
|
22 |
<dependencies/>
|
23 |
</package>
|