Version Description
- tweak : minor updates to documentation, and verified for WordPress v4.4
Download this release
Release Info
Developer | wizzud |
Plugin | Custom Menu Wizard Widget |
Version | 3.2.3 |
Comparing to | |
See all releases |
Code changes from version 3.2.2 to 3.2.3
- custom-menu-wizard.php +5 -2
- doc/cmw-doc.html +11 -8
- readme.txt +10 -4
custom-menu-wizard.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Custom Menu Wizard
|
4 |
* Plugin URI: http://wordpress.org/plugins/custom-menu-wizard/
|
5 |
* Description: Show any part of a custom menu in a Widget, or in content using a Shortcode. Customise the output with extra classes or html; filter by current menu item or a specific item; set a depth, show the parent(s), change the list style, etc. Use the included emulator to assist with the filter settings.
|
6 |
-
* Version: 3.2.
|
7 |
* Author: Roger Barrett
|
8 |
* Author URI: http://www.wizzud.com/
|
9 |
* License: GPL2+
|
@@ -11,6 +11,9 @@
|
|
11 |
*/
|
12 |
defined( 'ABSPATH' ) or exit();
|
13 |
/*
|
|
|
|
|
|
|
14 |
* v3.2.2 change log
|
15 |
* - fixed bug : fixed initial widget display when adding new widget instance in the customizer
|
16 |
*
|
@@ -170,7 +173,7 @@ if( !class_exists( 'Custom_Menu_Wizard_Plugin' ) ){
|
|
170 |
//declare the main plugin class...
|
171 |
class Custom_Menu_Wizard_Plugin {
|
172 |
|
173 |
-
public static $version = '3.2.
|
174 |
public static $script_handle = 'custom-menu-wizard-plugin-script';
|
175 |
public static $widget_class = 'Custom_Menu_Wizard_Widget';
|
176 |
protected static $instance;
|
3 |
* Plugin Name: Custom Menu Wizard
|
4 |
* Plugin URI: http://wordpress.org/plugins/custom-menu-wizard/
|
5 |
* Description: Show any part of a custom menu in a Widget, or in content using a Shortcode. Customise the output with extra classes or html; filter by current menu item or a specific item; set a depth, show the parent(s), change the list style, etc. Use the included emulator to assist with the filter settings.
|
6 |
+
* Version: 3.2.3
|
7 |
* Author: Roger Barrett
|
8 |
* Author URI: http://www.wizzud.com/
|
9 |
* License: GPL2+
|
11 |
*/
|
12 |
defined( 'ABSPATH' ) or exit();
|
13 |
/*
|
14 |
+
* v3.2.3 change log
|
15 |
+
* - tweaked documentation & verified WP 4.4
|
16 |
+
*
|
17 |
* v3.2.2 change log
|
18 |
* - fixed bug : fixed initial widget display when adding new widget instance in the customizer
|
19 |
*
|
173 |
//declare the main plugin class...
|
174 |
class Custom_Menu_Wizard_Plugin {
|
175 |
|
176 |
+
public static $version = '3.2.3';
|
177 |
public static $script_handle = 'custom-menu-wizard-plugin-script';
|
178 |
public static $widget_class = 'Custom_Menu_Wizard_Widget';
|
179 |
protected static $instance;
|
doc/cmw-doc.html
CHANGED
@@ -117,9 +117,9 @@ div > ul > li > ul, div > ol > li > ul {
|
|
117 |
<p>
|
118 |
<strong>Requires at least:</strong> 3.6</p>
|
119 |
<p>
|
120 |
-
<strong>Tested up to:</strong> 4.
|
121 |
<p>
|
122 |
-
<strong>Stable tag:</strong> 3.2.
|
123 |
<p>
|
124 |
<strong>License:</strong> GPLv2 or Later </p>
|
125 |
|
@@ -515,11 +515,8 @@ application are therefore determined and governed by the other Secondary Filter
|
|
515 |
|
516 |
<p>It only comes into play (possibly) when a <code>Branch</code> filter is set as "Current Item", and the <code>Starting at</code>
|
517 |
and <code>For Depth</code> settings are such that the output should start at or below the current item,
|
518 |
-
and would normally include some of the current item's descendants
|
519 |
-
|
520 |
-
<pre><code>For Depth</code></pre>
|
521 |
-
|
522 |
-
<p>"1 level" does <em>not</em> invoke the fallback).
|
523 |
The fallback allows for the occasion when the current menu item <em>does not have</em> any immediate children.</p>
|
524 |
|
525 |
<ul>
|
@@ -1209,7 +1206,13 @@ because Version 2 will <strong>not</strong> be supported beyond Version 3.</p>
|
|
1209 |
</div></div></div></div> </div>
|
1210 |
<div role="tabpanel" class="tab-pane fade" id="Changelog">
|
1211 |
<h2>Changelog</h2>
|
1212 |
-
<h4>3.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
1213 |
|
1214 |
<ul>
|
1215 |
<li>bugfix : fixed initial widget display when adding new widget instance in the customizer</li>
|
117 |
<p>
|
118 |
<strong>Requires at least:</strong> 3.6</p>
|
119 |
<p>
|
120 |
+
<strong>Tested up to:</strong> 4.4</p>
|
121 |
<p>
|
122 |
+
<strong>Stable tag:</strong> 3.2.3</p>
|
123 |
<p>
|
124 |
<strong>License:</strong> GPLv2 or Later </p>
|
125 |
|
515 |
|
516 |
<p>It only comes into play (possibly) when a <code>Branch</code> filter is set as "Current Item", and the <code>Starting at</code>
|
517 |
and <code>For Depth</code> settings are such that the output should start at or below the current item,
|
518 |
+
and would normally include some of the current item's descendants
|
519 |
+
(eg. <code>Starting at</code> "the Branch", <code>For Depth</code> "1 level" does <em>not</em> invoke the fallback).
|
|
|
|
|
|
|
520 |
The fallback allows for the occasion when the current menu item <em>does not have</em> any immediate children.</p>
|
521 |
|
522 |
<ul>
|
1206 |
</div></div></div></div> </div>
|
1207 |
<div role="tabpanel" class="tab-pane fade" id="Changelog">
|
1208 |
<h2>Changelog</h2>
|
1209 |
+
<h4>3.2.3</h4>
|
1210 |
+
|
1211 |
+
<ul>
|
1212 |
+
<li>tweak : minor updates to documentation, and verified for WordPress v4.4</li>
|
1213 |
+
</ul>
|
1214 |
+
|
1215 |
+
<h4>3.2.2</h4>
|
1216 |
|
1217 |
<ul>
|
1218 |
<li>bugfix : fixed initial widget display when adding new widget instance in the customizer</li>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wizzud
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KP2LVCBXNCEB4
|
4 |
Tags: menu,widget,navigation,custom menu,partial menu,current item,current page,menu level,menu branch,menu shortcode,menu widget,advanced,enhanced
|
5 |
Requires at least: 3.6
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or Later
|
9 |
|
10 |
Show branches or levels of your menu in a widget, or in content using a shortcode, with full customisation.
|
@@ -288,8 +288,8 @@ application are therefore determined and governed by the other Secondary Filter
|
|
288 |
|
289 |
It only comes into play (possibly) when a `Branch` filter is set as "Current Item", and the `Starting at`
|
290 |
and `For Depth` settings are such that the output should start at or below the current item,
|
291 |
-
and would normally include some of the current item's descendants
|
292 |
-
`For Depth` "1 level" does *not* invoke the fallback).
|
293 |
The fallback allows for the occasion when the current menu item *does not have* any immediate children.
|
294 |
|
295 |
* **Unlabelled Select** *(select)*
|
@@ -876,6 +876,9 @@ because Version 2 will **not** be supported beyond Version 3.
|
|
876 |
|
877 |
== Changelog ==
|
878 |
|
|
|
|
|
|
|
879 |
= 3.2.2 =
|
880 |
* bugfix : fixed initial widget display when adding new widget instance in the customizer
|
881 |
|
@@ -1032,6 +1035,9 @@ because Version 2 will **not** be supported beyond Version 3.
|
|
1032 |
|
1033 |
== Upgrade Notice ==
|
1034 |
|
|
|
|
|
|
|
1035 |
= 3.2.2 =
|
1036 |
Fixed a bug on the very first rendering of a newly added widget via the customizer, where the widget output rendered in legacy mode until an option got changed or the widget was saved.
|
1037 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KP2LVCBXNCEB4
|
4 |
Tags: menu,widget,navigation,custom menu,partial menu,current item,current page,menu level,menu branch,menu shortcode,menu widget,advanced,enhanced
|
5 |
Requires at least: 3.6
|
6 |
+
Tested up to: 4.4
|
7 |
+
Stable tag: 3.2.3
|
8 |
License: GPLv2 or Later
|
9 |
|
10 |
Show branches or levels of your menu in a widget, or in content using a shortcode, with full customisation.
|
288 |
|
289 |
It only comes into play (possibly) when a `Branch` filter is set as "Current Item", and the `Starting at`
|
290 |
and `For Depth` settings are such that the output should start at or below the current item,
|
291 |
+
and would normally include some of the current item's descendants
|
292 |
+
(eg. `Starting at` "the Branch", `For Depth` "1 level" does *not* invoke the fallback).
|
293 |
The fallback allows for the occasion when the current menu item *does not have* any immediate children.
|
294 |
|
295 |
* **Unlabelled Select** *(select)*
|
876 |
|
877 |
== Changelog ==
|
878 |
|
879 |
+
= 3.2.3 =
|
880 |
+
* tweak : minor updates to documentation, and verified for WordPress v4.4
|
881 |
+
|
882 |
= 3.2.2 =
|
883 |
* bugfix : fixed initial widget display when adding new widget instance in the customizer
|
884 |
|
1035 |
|
1036 |
== Upgrade Notice ==
|
1037 |
|
1038 |
+
= 3.2.3 =
|
1039 |
+
Tweaked documentation and verified for WordPress v4.4
|
1040 |
+
|
1041 |
= 3.2.2 =
|
1042 |
Fixed a bug on the very first rendering of a newly added widget via the customizer, where the widget output rendered in legacy mode until an option got changed or the widget was saved.
|
1043 |
|