Version Description
- bugfix : missing echo statement for the update message
Download this release
Release Info
Developer | wizzud |
Plugin | Custom Menu Wizard Widget |
Version | 3.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.2.0 to 3.2.1
- custom-menu-wizard.php +6 -3
- doc/cmw-doc.html +8 -2
- readme.txt +8 -2
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.0 change log
|
15 |
* - internationalization
|
16 |
*
|
@@ -164,7 +167,7 @@ if( !class_exists( 'Custom_Menu_Wizard_Plugin' ) ){
|
|
164 |
//declare the main plugin class...
|
165 |
class Custom_Menu_Wizard_Plugin {
|
166 |
|
167 |
-
public static $version = '3.2.
|
168 |
public static $script_handle = 'custom-menu-wizard-plugin-script';
|
169 |
public static $widget_class = 'Custom_Menu_Wizard_Widget';
|
170 |
protected static $instance;
|
@@ -303,7 +306,7 @@ if( !class_exists( 'Custom_Menu_Wizard_Plugin' ) ){
|
|
303 |
);
|
304 |
|
305 |
?>
|
306 |
-
<p style="<?php echo $style; ?>"><em><?php $msg; ?></em></p>
|
307 |
<?php
|
308 |
|
309 |
} //end update_message()
|
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.1
|
7 |
* Author: Roger Barrett
|
8 |
* Author URI: http://www.wizzud.com/
|
9 |
* License: GPL2+
|
11 |
*/
|
12 |
defined( 'ABSPATH' ) or exit();
|
13 |
/*
|
14 |
+
* v3.2.1 change log
|
15 |
+
* - missing an echo statement for the update message
|
16 |
+
*
|
17 |
* v3.2.0 change log
|
18 |
* - internationalization
|
19 |
*
|
167 |
//declare the main plugin class...
|
168 |
class Custom_Menu_Wizard_Plugin {
|
169 |
|
170 |
+
public static $version = '3.2.1';
|
171 |
public static $script_handle = 'custom-menu-wizard-plugin-script';
|
172 |
public static $widget_class = 'Custom_Menu_Wizard_Widget';
|
173 |
protected static $instance;
|
306 |
);
|
307 |
|
308 |
?>
|
309 |
+
<p style="<?php echo $style; ?>"><em><?php echo $msg; ?></em></p>
|
310 |
<?php
|
311 |
|
312 |
} //end update_message()
|
doc/cmw-doc.html
CHANGED
@@ -119,7 +119,7 @@ div > ul > li > ul, div > ol > li > ul {
|
|
119 |
<p>
|
120 |
<strong>Tested up to:</strong> 4.3</p>
|
121 |
<p>
|
122 |
-
<strong>Stable tag:</strong> 3.2.
|
123 |
<p>
|
124 |
<strong>License:</strong> GPLv2 or Later </p>
|
125 |
|
@@ -1209,7 +1209,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>internationalization</li>
|
119 |
<p>
|
120 |
<strong>Tested up to:</strong> 4.3</p>
|
121 |
<p>
|
122 |
+
<strong>Stable tag:</strong> 3.2.1</p>
|
123 |
<p>
|
124 |
<strong>License:</strong> GPLv2 or Later </p>
|
125 |
|
1209 |
</div></div></div></div> </div>
|
1210 |
<div role="tabpanel" class="tab-pane fade" id="Changelog">
|
1211 |
<h2>Changelog</h2>
|
1212 |
+
<h4>3.2.1</h4>
|
1213 |
+
|
1214 |
+
<ul>
|
1215 |
+
<li>bugfix : missing echo statement for the update message</li>
|
1216 |
+
</ul>
|
1217 |
+
|
1218 |
+
<h4>3.2.0</h4>
|
1219 |
|
1220 |
<ul>
|
1221 |
<li>internationalization</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.3
|
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.
|
@@ -876,6 +876,9 @@ because Version 2 will **not** be supported beyond Version 3.
|
|
876 |
|
877 |
== Changelog ==
|
878 |
|
|
|
|
|
|
|
879 |
= 3.2.0 =
|
880 |
* internationalization
|
881 |
|
@@ -1026,6 +1029,9 @@ because Version 2 will **not** be supported beyond Version 3.
|
|
1026 |
|
1027 |
== Upgrade Notice ==
|
1028 |
|
|
|
|
|
|
|
1029 |
= 3.2.0 =
|
1030 |
Internationalization.
|
1031 |
|
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.3.1
|
7 |
+
Stable tag: 3.2.1
|
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.
|
876 |
|
877 |
== Changelog ==
|
878 |
|
879 |
+
= 3.2.1 =
|
880 |
+
* bugfix : missing echo statement for the update message
|
881 |
+
|
882 |
= 3.2.0 =
|
883 |
* internationalization
|
884 |
|
1029 |
|
1030 |
== Upgrade Notice ==
|
1031 |
|
1032 |
+
= 3.2.1 =
|
1033 |
+
Fixed a tiny bug with a missing echo statement.
|
1034 |
+
|
1035 |
= 3.2.0 =
|
1036 |
Internationalization.
|
1037 |
|