Version Notes
Easiest way to access System -> Configuration menu
Download this release
Release Info
| Developer | Nikul Doshi |
| Extension | ND_EasyConfig |
| Version | 0.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.0 to 0.1.1
- app/code/local/ND/EasyConfig/etc/config.xml +1 -1
- package.xml +14 -5
app/code/local/ND/EasyConfig/etc/config.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<ND_EasyConfig>
|
| 5 |
-
<version>0.1.
|
| 6 |
</ND_EasyConfig>
|
| 7 |
</modules>
|
| 8 |
<global>
|
| 2 |
<config>
|
| 3 |
<modules>
|
| 4 |
<ND_EasyConfig>
|
| 5 |
+
<version>0.1.1</version>
|
| 6 |
</ND_EasyConfig>
|
| 7 |
</modules>
|
| 8 |
<global>
|
package.xml
CHANGED
|
@@ -1,18 +1,27 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>ND_EasyConfig</name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GNU General Public License (GPL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Easiest way to access System -> Configuration menu</summary>
|
| 10 |
-
<description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
<notes>Easiest way to access System -> Configuration menu</notes>
|
| 12 |
<authors><author><name>Nikul Doshi</name><user>nikulonline</user><email>nikulonline@gmail.com</email></author></authors>
|
| 13 |
-
<date>2016-
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magelocal"><dir name="ND"><dir name="EasyConfig"><dir name="Block"><dir name="Adminhtml"><dir name="Page"><file name="Menu.php" hash="c06db2a55d1ffc156819786e663654d1"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>ND_EasyConfig</name>
|
| 4 |
+
<version>0.1.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GNU General Public License (GPL)</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Easiest way to access System -> Configuration menu</summary>
|
| 10 |
+
<description><div>This extension is useful to make easy access of System -&gt; Configuration menu. <br />
|
| 11 |
+
It will add sub-menu of all config sections in System menu on hover of configuration link. <br /> You can still open configuration link or also can direct reach to particular section of configuration.</div>
|
| 12 |
+
<div>&nbsp;</div>
|
| 13 |
+
<h2>Features</h2>
|
| 14 |
+
<ul>
|
| 15 |
+
<li>Easy to integrate with default admin menu</li>
|
| 16 |
+
<li>Display all sub-menu items of system -&gt; configuration section</li>
|
| 17 |
+
<li>Easy to reach any configuration setting by one click</li>
|
| 18 |
+
<li>100% open source</li>
|
| 19 |
+
</ul></description>
|
| 20 |
<notes>Easiest way to access System -> Configuration menu</notes>
|
| 21 |
<authors><author><name>Nikul Doshi</name><user>nikulonline</user><email>nikulonline@gmail.com</email></author></authors>
|
| 22 |
+
<date>2016-02-29</date>
|
| 23 |
+
<time>08:32:13</time>
|
| 24 |
+
<contents><target name="magelocal"><dir name="ND"><dir name="EasyConfig"><dir name="Block"><dir name="Adminhtml"><dir name="Page"><file name="Menu.php" hash="c06db2a55d1ffc156819786e663654d1"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="77d5fcbd65fedf767b9406209087afc4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ND_EasyConfig.xml" hash="5b8d7a1f322e7240d15b9b559631defc"/></dir></target></contents>
|
| 25 |
<compatible/>
|
| 26 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 27 |
</package>
|
