DwD_CmsMenu - Version 0.1.1

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 CHANGED
@@ -12,7 +12,7 @@
12
  <config>
13
  <modules>
14
  <DwD_CmsMenu>
15
- <version>0.1.0</version>
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.0</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>&lt;h1&gt;DwDeveloper - CMS Menu&lt;/h1&gt;&#xD;
11
- &lt;h2&gt;Features&lt;/h2&gt;&#xD;
12
- &lt;p&gt;DwD - CMS Menu allows you to include CMS pages links and set them in any order in the top navigation.&lt;/p&gt;&#xD;
13
- &lt;h3&gt;About the extension&lt;/h3&gt;&#xD;
 
14
  &lt;p&gt;&#xD;
15
- The extension will create a new table to save the pages menu configuration and include the links with an observer.&lt;br/&gt;&#xD;
16
- &lt;/p&gt;&#xD;
17
- &lt;p&gt;&#xD;
18
- Extension features:&lt;br/&gt;&#xD;
19
  &lt;ul&gt;&#xD;
20
- &lt;li&gt;Enable / disable the extension.&lt;/li&gt;&#xD;
21
- &lt;li&gt;Configure a custom label for the page link in the menu.&lt;/li&gt;&#xD;
22
- &lt;li&gt;Set the menu item order.&lt;/li&gt;&#xD;
 
23
  &lt;/ul&gt;&#xD;
24
  &lt;/p&gt;&#xD;
25
  &lt;h3&gt;How this extension will help you?&lt;/h3&gt;&#xD;
26
- &lt;p&gt;&#xD;
27
- Dis you ever try to include a CMS page in the top menu?&lt;br/&gt;&#xD;
28
- There's nothing easy on that and you will read about two common options: follow around 20 steps in the Magento Admin features (that will involve creata a category, a custom redirect, etc.), or do it by code.&lt;br/&gt;&#xD;
29
- This will make everything easier and you will get everything working in a few clicks.&#xD;
30
- &lt;/p&gt;&#xD;
31
  &lt;h2&gt;How it works? Use it in simple steps:&lt;/h2&gt;&#xD;
32
  &lt;ul&gt;&#xD;
33
  &lt;li&gt;Go to System / Configuration / DwD Extensions / CMS Menu&lt;/li&gt;&#xD;
@@ -45,9 +42,9 @@ This will make everything easier and you will get everything working in a few cl
45
  &lt;p&gt;For support, contact us at &lt;a href="mailto:info@dwdeveloper.com"&gt;info@dwdeveloper.com&lt;/a&gt;&lt;/p&gt;</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-13</date>
49
- <time>18:49: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="1e125384ab70caa64a32edb4ad9839a6"/><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>
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>&lt;h2&gt;About the extension:&lt;/h2&gt;&#xD;
11
+ &lt;p&gt;DwD - CMS Menu allows you to include CMS pages links and set them in any order in the top navigation.&lt;br/&gt;&#xD;
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.&lt;br/&gt;&#xD;
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.&lt;br/&gt;&#xD;
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.&lt;/p&gt;&#xD;
15
  &lt;p&gt;&#xD;
16
+ &lt;h3&gt;Feature list:&lt;/h3&gt;&#xD;
 
 
 
17
  &lt;ul&gt;&#xD;
18
+ &lt;li&gt;Enable / disable the extension.&lt;/li&gt;&#xD;
19
+ &lt;li&gt;Enable / disable each page link in the top navigation.&lt;/li&gt;&#xD;
20
+ &lt;li&gt;Configure a custom label for each page link in the menu.&lt;/li&gt;&#xD;
21
+ &lt;li&gt;Set each page order in the menu.&lt;/li&gt;&#xD;
22
  &lt;/ul&gt;&#xD;
23
  &lt;/p&gt;&#xD;
24
  &lt;h3&gt;How this extension will help you?&lt;/h3&gt;&#xD;
25
+ &lt;p&gt;Did you ever try to include a CMS page in the top menu?&#xD;
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. &#xD;
27
+ With this extension everything will be much easier and you will get everything working in a few clicks!&lt;/p&gt;&#xD;
 
 
28
  &lt;h2&gt;How it works? Use it in simple steps:&lt;/h2&gt;&#xD;
29
  &lt;ul&gt;&#xD;
30
  &lt;li&gt;Go to System / Configuration / DwD Extensions / CMS Menu&lt;/li&gt;&#xD;
42
  &lt;p&gt;For support, contact us at &lt;a href="mailto:info@dwdeveloper.com"&gt;info@dwdeveloper.com&lt;/a&gt;&lt;/p&gt;</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>