Version Notes
First release.
Download this release
Release Info
Developer | Damian A. Pastorini |
Extension | DwD_CmsMenu |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
- app/code/community/DwD/CmsMenu/etc/config.xml +1 -1
- package.xml +17 -20
app/code/community/DwD/CmsMenu/etc/config.xml
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<config>
|
13 |
<modules>
|
14 |
<DwD_CmsMenu>
|
15 |
-
<version>0.1.
|
16 |
</DwD_CmsMenu>
|
17 |
</modules>
|
18 |
<global>
|
12 |
<config>
|
13 |
<modules>
|
14 |
<DwD_CmsMenu>
|
15 |
+
<version>0.1.1</version>
|
16 |
</DwD_CmsMenu>
|
17 |
</modules>
|
18 |
<global>
|
package.xml
CHANGED
@@ -1,33 +1,30 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DwD_CmsMenu</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Include and manage CMS pages link in the top navigation.</summary>
|
10 |
-
<description><
|
11 |
-
<
|
12 |
-
|
13 |
-
|
|
|
14 |
<p>
|
15 |
-
|
16 |
-
</p>
|
17 |
-
<p>
|
18 |
-
Extension features:<br/>
|
19 |
<ul>
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
23 |
</ul>
|
24 |
</p>
|
25 |
<h3>How this extension will help you?</h3>
|
26 |
-
<p>
|
27 |
-
|
28 |
-
|
29 |
-
This will make everything easier and you will get everything working in a few clicks.
|
30 |
-
</p>
|
31 |
<h2>How it works? Use it in simple steps:</h2>
|
32 |
<ul>
|
33 |
<li>Go to System / Configuration / DwD Extensions / CMS Menu</li>
|
@@ -45,9 +42,9 @@ This will make everything easier and you will get everything working in a few cl
|
|
45 |
<p>For support, contact us at <a href="mailto:info@dwdeveloper.com">info@dwdeveloper.com</a></p></description>
|
46 |
<notes>First release.</notes>
|
47 |
<authors><author><name>Damian A. Pastorini</name><user>MAG002087848</user><email>damian.pastorini@dwdeveloper.com</email></author></authors>
|
48 |
-
<date>2015-09-
|
49 |
-
<time>
|
50 |
-
<contents><target name="mageetc"><dir name="modules"><file name="DwD_CmsMenu.xml" hash="9b1288160fc81a13f811056ca9f49123"/></dir></target><target name="magecommunity"><dir name="DwD"><dir name="CmsMenu"><dir name="Block"><dir name="Adminhtml"><dir name="Cms"><dir name="Page"><dir name="Edit"><dir name="Tab"><file name="Content.php" hash="3694e6d33bae1c5db9ca91163523f357"/></dir></dir></dir></dir></dir><dir name="Page"><dir name="Html"><dir name="Topmenu"><file name="Observer.php" hash="fd1a67f069d30dd2e72a89fd2468c95f"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="531295ed2a3e9dba53f54f828f9604d4"/></dir><dir name="Model"><file name="Cmsmenu.php" hash="27a1044475f1a225142baa025051b5fb"/><dir name="Mysql4"><dir name="Cmsmenu"><file name="Collection.php" hash="d53ae01bcbec3719de7c5f2653b2790c"/></dir><file name="Cmsmenu.php" hash="f317ca72b5de8d0cf7a018b4deb8cdb8"/></dir><file name="Observer.php" hash="d54cb67ddbb1f7edc653ab21f094898d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a47c8fe2ed9bdcc5a91595d9f633397e"/><file name="config.xml" hash="
|
51 |
<compatible/>
|
52 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
53 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>DwD_CmsMenu</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Include and manage CMS pages link in the top navigation.</summary>
|
10 |
+
<description><h2>About the extension:</h2>
|
11 |
+
<p>DwD - CMS Menu allows you to include CMS pages links and set them in any order in the top navigation.<br/>
|
12 |
+
With this extension you can easily add a CMS page in the top navigation by using the new options added in the CMS page edition form.<br/>
|
13 |
+
You wil find options to include the page in the menu, specify if the link should be displayed as child of any other menu item, and specify the order by telling before which item the link should be displayed.<br/>
|
14 |
+
In the background, the extension will create a new table to save the pages menu configuration and include the links with an observer so you can enable / disable the extension withot involve any other Magento feature.</p>
|
15 |
<p>
|
16 |
+
<h3>Feature list:</h3>
|
|
|
|
|
|
|
17 |
<ul>
|
18 |
+
<li>Enable / disable the extension.</li>
|
19 |
+
<li>Enable / disable each page link in the top navigation.</li>
|
20 |
+
<li>Configure a custom label for each page link in the menu.</li>
|
21 |
+
<li>Set each page order in the menu.</li>
|
22 |
</ul>
|
23 |
</p>
|
24 |
<h3>How this extension will help you?</h3>
|
25 |
+
<p>Did you ever try to include a CMS page in the top menu?
|
26 |
+
There's nothing easy about that. You will read about two common solutions: follow a lot of steps in the Magento Admin (that will involve creata a category, a custom redirect, etc.), or do it by code. 
|
27 |
+
With this extension everything will be much easier and you will get everything working in a few clicks!</p>
|
|
|
|
|
28 |
<h2>How it works? Use it in simple steps:</h2>
|
29 |
<ul>
|
30 |
<li>Go to System / Configuration / DwD Extensions / CMS Menu</li>
|
42 |
<p>For support, contact us at <a href="mailto:info@dwdeveloper.com">info@dwdeveloper.com</a></p></description>
|
43 |
<notes>First release.</notes>
|
44 |
<authors><author><name>Damian A. Pastorini</name><user>MAG002087848</user><email>damian.pastorini@dwdeveloper.com</email></author></authors>
|
45 |
+
<date>2015-09-14</date>
|
46 |
+
<time>15:21:15</time>
|
47 |
+
<contents><target name="mageetc"><dir name="modules"><file name="DwD_CmsMenu.xml" hash="9b1288160fc81a13f811056ca9f49123"/></dir></target><target name="magecommunity"><dir name="DwD"><dir name="CmsMenu"><dir name="Block"><dir name="Adminhtml"><dir name="Cms"><dir name="Page"><dir name="Edit"><dir name="Tab"><file name="Content.php" hash="3694e6d33bae1c5db9ca91163523f357"/></dir></dir></dir></dir></dir><dir name="Page"><dir name="Html"><dir name="Topmenu"><file name="Observer.php" hash="fd1a67f069d30dd2e72a89fd2468c95f"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="531295ed2a3e9dba53f54f828f9604d4"/></dir><dir name="Model"><file name="Cmsmenu.php" hash="27a1044475f1a225142baa025051b5fb"/><dir name="Mysql4"><dir name="Cmsmenu"><file name="Collection.php" hash="d53ae01bcbec3719de7c5f2653b2790c"/></dir><file name="Cmsmenu.php" hash="f317ca72b5de8d0cf7a018b4deb8cdb8"/></dir><file name="Observer.php" hash="d54cb67ddbb1f7edc653ab21f094898d"/></dir><dir name="etc"><file name="adminhtml.xml" hash="a47c8fe2ed9bdcc5a91595d9f633397e"/><file name="config.xml" hash="b8bfd259f87e07cef9f3a665b0342871"/><file name="system.xml" hash="451a0ce59858b7d11d2606ae69580262"/></dir><dir name="sql"><dir name="cmsmenu_setup"><file name="mysql4-install-0.1.0.php" hash="73444ae647df8d06aed1530be2d85621"/></dir></dir></dir></dir></target></contents>
|
48 |
<compatible/>
|
49 |
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
50 |
</package>
|