Version Description
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 7.6.1 |
Comparing to | |
See all releases |
Code changes from version 7.6.0 to 7.6.1
- advanced-sidebar-menu.php +2 -2
- readme.txt +1 -1
- src/Menus/Category.php +1 -1
advanced-sidebar-menu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://matlipe.com/advanced-sidebar-menu/
|
5 |
* Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
|
6 |
* Author: Mat Lipe
|
7 |
-
* Version: 7.6.
|
8 |
* Author URI: https://matlipe.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
@@ -15,7 +15,7 @@ if ( defined( 'ADVANCED_SIDEBAR_BASIC_VERSION' ) ) {
|
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
-
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '7.6.
|
19 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
20 |
|
21 |
if ( ! function_exists( 'advanced_sidebar_menu_load' ) ) {
|
4 |
* Plugin URI: https://matlipe.com/advanced-sidebar-menu/
|
5 |
* Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
|
6 |
* Author: Mat Lipe
|
7 |
+
* Version: 7.6.1
|
8 |
* Author URI: https://matlipe.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '7.6.1' );
|
19 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
20 |
|
21 |
if ( ! function_exists( 'advanced_sidebar_menu_load' ) ) {
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: menus, sidebar menu, hierarchy, category menu, pages menu
|
|
6 |
Requires at least: 4.8.0
|
7 |
Tested up to: 5.2.2
|
8 |
Requires PHP: 5.4.4
|
9 |
-
Stable tag: 7.6.
|
10 |
|
11 |
== Description ==
|
12 |
|
6 |
Requires at least: 4.8.0
|
7 |
Tested up to: 5.2.2
|
8 |
Requires PHP: 5.4.4
|
9 |
+
Stable tag: 7.6.1
|
10 |
|
11 |
== Description ==
|
12 |
|
src/Menus/Category.php
CHANGED
@@ -124,7 +124,7 @@ class Advanced_Sidebar_Menu_Menus_Category extends Advanced_Sidebar_Menu_Menus_A
|
|
124 |
|
125 |
|
126 |
/**
|
127 |
-
* Gets the number of levels ot display when doing '
|
128 |
*
|
129 |
* @return int
|
130 |
*/
|
124 |
|
125 |
|
126 |
/**
|
127 |
+
* Gets the number of levels ot display when doing 'Always display'
|
128 |
*
|
129 |
* @return int
|
130 |
*/
|