Version Description
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 4.7.5 |
Comparing to | |
See all releases |
Code changes from version 4.7.3 to 4.7.5
- advanced-sidebar-menu.php +3 -5
- readme.txt +3 -3
advanced-sidebar-menu.php
CHANGED
@@ -4,13 +4,11 @@ Plugin Name: Advanced Sidebar Menu
|
|
4 |
Plugin URI: http://matlipe.com/advanced-sidebar-menu/
|
5 |
Description: Creates dynamic menu based on child/parent relationship.
|
6 |
Author: Mat Lipe
|
7 |
-
Version: 4.7.
|
8 |
Author URI: http://matlipe.com
|
9 |
-
Since: 1.7.14
|
10 |
*/
|
11 |
|
12 |
-
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '4.7.
|
13 |
-
|
14 |
|
15 |
|
16 |
#-- Define Constants
|
@@ -41,7 +39,7 @@ function advanced_sidebar_menu_script() {
|
|
41 |
apply_filters('asm_script', 'advanced-sidebar-menu-script'),
|
42 |
plugins_url('js/advanced-sidebar-menu.js', __FILE__),
|
43 |
array('jquery'),
|
44 |
-
|
45 |
);
|
46 |
};
|
47 |
|
4 |
Plugin URI: http://matlipe.com/advanced-sidebar-menu/
|
5 |
Description: Creates dynamic menu based on child/parent relationship.
|
6 |
Author: Mat Lipe
|
7 |
+
Version: 4.7.5
|
8 |
Author URI: http://matlipe.com
|
|
|
9 |
*/
|
10 |
|
11 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '4.7.5' );
|
|
|
12 |
|
13 |
|
14 |
#-- Define Constants
|
39 |
apply_filters('asm_script', 'advanced-sidebar-menu-script'),
|
40 |
plugins_url('js/advanced-sidebar-menu.js', __FILE__),
|
41 |
array('jquery'),
|
42 |
+
ADVANCED_SIDEBAR_BASIC_VERSION
|
43 |
);
|
44 |
};
|
45 |
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
Contributors: Mat Lipe
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40lipeimagination%2einfo&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
5 |
Tags: menus, sidebar menu, heirchy, category menu, pages menu
|
6 |
-
Requires at least: 3.
|
7 |
-
Tested up to: 3.9.
|
8 |
-
Stable tag: 4.7.
|
9 |
|
10 |
Creates a widget for both page and categories that will display the current page/category and all child pages or categories.
|
11 |
|
3 |
Contributors: Mat Lipe
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40lipeimagination%2einfo&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
|
5 |
Tags: menus, sidebar menu, heirchy, category menu, pages menu
|
6 |
+
Requires at least: 3.8.0
|
7 |
+
Tested up to: 3.9.1
|
8 |
+
Stable tag: 4.7.5
|
9 |
|
10 |
Creates a widget for both page and categories that will display the current page/category and all child pages or categories.
|
11 |
|