Version Notes
Version 1.0.3
Incorrect path for admin layout
Version 1.0.2
Incorrect file name for responsive menu plugin
Version 1.0.1
Added jQuery Update extension
Download this release
Release Info
Developer | Les Green |
Extension | Grasshopperpebbles_Responsivemenu |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
app/design/adminhtml/default/default/layout/grasshopperpebbles_responsivemenu.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout>
|
3 |
+
<adminhtml_system_config_edit>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss"><stylesheet>grasshopperpebbles_responsivemenu/adminhtml.css</stylesheet></action>
|
6 |
+
<action method="addItem"><type>skin_js</type><name>grasshopperpebbles_responsivemenu/adminhtml.js</name></action>
|
7 |
+
</reference>
|
8 |
+
</adminhtml_system_config_edit>
|
9 |
+
</layout>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Grasshopperpebbles_Responsivemenu</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
@@ -21,15 +21,18 @@ Each mode can is displayed using Media Queries, so multiple modes can be used on
|
|
21 |
A video demo can be found on GrasshopperPebbles.com
|
22 |

|
23 |
The extension is bundled with jQuery Update - and magento extension that aims to standardize the user of jQuery and jQuery UI for extension and theme development</description>
|
24 |
-
<notes>Version 1.0.
|
|
|
|
|
|
|
25 |
Incorrect file name for responsive menu plugin
|
26 |

|
27 |
Version 1.0.1
|
28 |
Added jQuery Update extension</notes>
|
29 |
<authors><author><name>Les Green</name><user>lesgreen</user><email>lesgreen@grasshopperpebbles.com</email></author></authors>
|
30 |
<date>2014-07-12</date>
|
31 |
-
<time>15:
|
32 |
-
<contents><target name="magecommunity"><dir name="Grasshopperpebbles"><dir name="Responsivemenu"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Navposition.php" hash="13f078c993202bace84a65274da65d7c"/><file name="Navtoggletype.php" hash="90e6235cd938c9b7602511330a363e44"/></dir></dir></dir></dir></dir><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Mediaqueries.php" hash="365fc7fa827383865bb6bcd7c3b73013"/></dir></dir></dir></dir></dir><file name="Settings.php" hash="04a90408bfa0b189019e1d13e6a2ba56"/></dir><dir name="Helper"><file name="Data.php" hash="a6d69cb71063cb50e94a18fb49a4e254"/></dir><dir name="etc"><file name="config.xml" hash="a702277627a42d17689ee3585d9d01cb"/><file name="system.xml" hash="eac5fd9c6665766cb46b5181bebb1f57"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="grasshopperpebbles_responsivemenu.xml" hash=""/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_responsivemenu.xml" hash="0dda84e4288b18c155deefaea0940b2b"/></dir><dir name="template"><dir name="responsivemenu"><file name="settings.phtml" hash="8371e75d7295badfed96d10685a3cf50"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Grasshopperpebbles_Responsivemenu.xml" hash="ce260c48e72e5c578c3720f25cdf3671"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="grasshopperpebbles_responsivemenu"><file name="adminhtml.css" hash="082813b2d911a9f169c94a3bc11ae1ed"/><file name="adminhtml.js" hash="04dd14300544b50083dfa640d6734300"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="grasshopperpebbles_responsivemenu"><dir name="example_css"><file name="inline_overlay.css" hash="7ba775fc17f8c014ab6590707541f2aa"/><file name="page_overlay.css" hash="9ce7bfd06c2a92887530b167f8bacd8c"/><file name="split_view.css" hash="f9bb801b60f2d85e7b03d9d412ea52be"/><file name="vertical.css" hash="2dc3fec9c293c9590cc48fb9e183fb4b"/><file name="vertical_overlay.css" hash="8c0390d95e769aba1b18dadca2e2ceea"/></dir><file name="responsivemenu-icons.css" hash="998e8a480ebbfa931b12982d568253f5"/><file name="responsivemenu.css" hash="9af8c67b5fb488a743006636f8cd43fd"/></dir></dir><dir name="js"><file name="jquery.gpresponsivemenu.min.js" hash="8898c308ca42946a10fd9dd0c5eeabdb"/></dir></dir></dir></dir></target></contents>
|
33 |
<compatible/>
|
34 |
<dependencies><required><php><min>5.2.0</min><max>5.5.7</max></php><package><name>Grasshopperpebbles_Jqueryupdate</name><channel>community</channel><min>1.0.0</min><max>1.0.0</max></package></required></dependencies>
|
35 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Grasshopperpebbles_Responsivemenu</name>
|
4 |
+
<version>1.0.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
21 |
A video demo can be found on GrasshopperPebbles.com
|
22 |

|
23 |
The extension is bundled with jQuery Update - and magento extension that aims to standardize the user of jQuery and jQuery UI for extension and theme development</description>
|
24 |
+
<notes>Version 1.0.3
|
25 |
+
Incorrect path for admin layout
|
26 |
+

|
27 |
+
Version 1.0.2
|
28 |
Incorrect file name for responsive menu plugin
|
29 |

|
30 |
Version 1.0.1
|
31 |
Added jQuery Update extension</notes>
|
32 |
<authors><author><name>Les Green</name><user>lesgreen</user><email>lesgreen@grasshopperpebbles.com</email></author></authors>
|
33 |
<date>2014-07-12</date>
|
34 |
+
<time>15:25:15</time>
|
35 |
+
<contents><target name="magecommunity"><dir name="Grasshopperpebbles"><dir name="Responsivemenu"><dir name="Adminhtml"><dir name="Model"><dir name="System"><dir name="Config"><dir name="Source"><file name="Navposition.php" hash="13f078c993202bace84a65274da65d7c"/><file name="Navtoggletype.php" hash="90e6235cd938c9b7602511330a363e44"/></dir></dir></dir></dir></dir><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Mediaqueries.php" hash="365fc7fa827383865bb6bcd7c3b73013"/></dir></dir></dir></dir></dir><file name="Settings.php" hash="04a90408bfa0b189019e1d13e6a2ba56"/></dir><dir name="Helper"><file name="Data.php" hash="a6d69cb71063cb50e94a18fb49a4e254"/></dir><dir name="etc"><file name="config.xml" hash="a702277627a42d17689ee3585d9d01cb"/><file name="system.xml" hash="eac5fd9c6665766cb46b5181bebb1f57"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_responsivemenu.xml" hash="e1c1afed31b9f998306b746eb85d4d86"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="grasshopperpebbles_responsivemenu.xml" hash="0dda84e4288b18c155deefaea0940b2b"/></dir><dir name="template"><dir name="responsivemenu"><file name="settings.phtml" hash="8371e75d7295badfed96d10685a3cf50"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Grasshopperpebbles_Responsivemenu.xml" hash="ce260c48e72e5c578c3720f25cdf3671"/></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="grasshopperpebbles_responsivemenu"><file name="adminhtml.css" hash="082813b2d911a9f169c94a3bc11ae1ed"/><file name="adminhtml.js" hash="04dd14300544b50083dfa640d6734300"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="grasshopperpebbles_responsivemenu"><dir name="example_css"><file name="inline_overlay.css" hash="7ba775fc17f8c014ab6590707541f2aa"/><file name="page_overlay.css" hash="9ce7bfd06c2a92887530b167f8bacd8c"/><file name="split_view.css" hash="f9bb801b60f2d85e7b03d9d412ea52be"/><file name="vertical.css" hash="2dc3fec9c293c9590cc48fb9e183fb4b"/><file name="vertical_overlay.css" hash="8c0390d95e769aba1b18dadca2e2ceea"/></dir><file name="responsivemenu-icons.css" hash="998e8a480ebbfa931b12982d568253f5"/><file name="responsivemenu.css" hash="9af8c67b5fb488a743006636f8cd43fd"/></dir></dir><dir name="js"><file name="jquery.gpresponsivemenu.min.js" hash="8898c308ca42946a10fd9dd0c5eeabdb"/></dir></dir></dir></dir></target></contents>
|
36 |
<compatible/>
|
37 |
<dependencies><required><php><min>5.2.0</min><max>5.5.7</max></php><package><name>Grasshopperpebbles_Jqueryupdate</name><channel>community</channel><min>1.0.0</min><max>1.0.0</max></package></required></dependencies>
|
38 |
</package>
|