Version Description
- Improve readme.
- Tested to WordPress 5.6.0.
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 8.1.1 |
Comparing to | |
See all releases |
Code changes from version 8.1.0 to 8.1.1
- advanced-sidebar-menu.php +3 -3
- readme.txt +5 -1
advanced-sidebar-menu.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://onpointplugins.com/advanced-sidebar-menu/
|
5 |
* Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
|
6 |
* Author: OnPoint Plugins
|
7 |
-
* Version: 8.1.
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
@@ -15,8 +15,8 @@ if ( defined( 'ADVANCED_SIDEBAR_BASIC_VERSION' ) ) {
|
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
-
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.1.
|
19 |
-
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.
|
20 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
22 |
|
4 |
* Plugin URI: https://onpointplugins.com/advanced-sidebar-menu/
|
5 |
* Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
|
6 |
* Author: OnPoint Plugins
|
7 |
+
* Version: 8.1.1
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.1.1' );
|
19 |
+
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.1.4' );
|
20 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
22 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: menus, sidebar menu, hierarchy, category menu, pages menu
|
|
6 |
Requires at least: 5.0.0
|
7 |
Tested up to: 5.6.0
|
8 |
Requires PHP: 5.6.0
|
9 |
-
Stable tag: 8.1.
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -153,6 +153,10 @@ Yes. Based on whatever page, post, or category you are on, the menu will change
|
|
153 |
|
154 |
|
155 |
== Changelog ==
|
|
|
|
|
|
|
|
|
156 |
= 8.1.0 =
|
157 |
* Restructure widget info panels.
|
158 |
* Introduced new `advanced-sidebar-menu/widget/page/before-columns` action.
|
6 |
Requires at least: 5.0.0
|
7 |
Tested up to: 5.6.0
|
8 |
Requires PHP: 5.6.0
|
9 |
+
Stable tag: 8.1.1
|
10 |
|
11 |
== Description ==
|
12 |
|
153 |
|
154 |
|
155 |
== Changelog ==
|
156 |
+
= 8.1.1 =
|
157 |
+
* Improve readme.
|
158 |
+
* Tested to WordPress 5.6.0.
|
159 |
+
|
160 |
= 8.1.0 =
|
161 |
* Restructure widget info panels.
|
162 |
* Introduced new `advanced-sidebar-menu/widget/page/before-columns` action.
|