Version Description
- Allow
List_Pages::get_args()
to be filtered on any level. - Make debugging functionality more stable.
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 8.0.3 |
Comparing to | |
See all releases |
Code changes from version 8.0.2 to 8.0.3
- advanced-sidebar-menu.php +2 -2
- composer.json +0 -14
- readme.txt +7 -3
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.0.
|
8 |
* Author URI: https://onpointplugins.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', '8.0.
|
19 |
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.0.0' );
|
20 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
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.0.3
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
*
|
15 |
return;
|
16 |
}
|
17 |
|
18 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.0.3' );
|
19 |
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.0.0' );
|
20 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
21 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
composer.json
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"name": "lipemat/advanced-sidebar-menu",
|
3 |
-
"description": "Menu widget generator for wordpress",
|
4 |
-
"type": "wordpress-plugin",
|
5 |
-
"license": "MIT",
|
6 |
-
"authors": [
|
7 |
-
{
|
8 |
-
"name": "lipemat",
|
9 |
-
"email": "support@onpointplugins.com"
|
10 |
-
}
|
11 |
-
],
|
12 |
-
"minimum-stability": "dev",
|
13 |
-
"require": {}
|
14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.5.1
|
8 |
Requires PHP: 5.6.0
|
9 |
-
Stable tag: 8.0.
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -16,7 +16,7 @@ Keeps the menu clean and usable. Only related items display so you don't have to
|
|
16 |
|
17 |
<strong>Check out <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/">Advanced Sidebar Menu Pro</a> for more features including priority support, the ability to customize the look and feel, custom link text, excluding of pages, category ordering, accordions, custom post types, custom taxonomies, and so much more!</strong>
|
18 |
|
19 |
-
<blockquote><a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/" target="_blank">Pro version 8.
|
20 |
|
21 |
<h3>Features</h3>
|
22 |
* Page and Category widgets.
|
@@ -155,6 +155,10 @@ Yes. Based on whatever page, post, or category you are on, the menu will change
|
|
155 |
|
156 |
|
157 |
== Changelog ==
|
|
|
|
|
|
|
|
|
158 |
= 8.0.2 =
|
159 |
* Introduce new `advanced-sidebar-menu/menus/category/get-child-terms` filter
|
160 |
* Support filtering the first level of categories.
|
@@ -222,7 +226,7 @@ Major version update. See <a href="https://onpointplugins.com/advanced-sidebar-m
|
|
222 |
|
223 |
|
224 |
== Upgrade Notice ==
|
225 |
-
= 8.0.
|
226 |
Major version update. Not fully backward compatible with version 7 filters or code. Please see migration guide if you are extending the plugin via code.
|
227 |
|
228 |
= 7.7.0 =
|
6 |
Requires at least: 4.8.0
|
7 |
Tested up to: 5.5.1
|
8 |
Requires PHP: 5.6.0
|
9 |
+
Stable tag: 8.0.3
|
10 |
|
11 |
== Description ==
|
12 |
|
16 |
|
17 |
<strong>Check out <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/">Advanced Sidebar Menu Pro</a> for more features including priority support, the ability to customize the look and feel, custom link text, excluding of pages, category ordering, accordions, custom post types, custom taxonomies, and so much more!</strong>
|
18 |
|
19 |
+
<blockquote><a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/" target="_blank">Pro version 8.1.0</a> is now available with support to exclude and change titles of navigation menu items using each page's settings!</blockquote>
|
20 |
|
21 |
<h3>Features</h3>
|
22 |
* Page and Category widgets.
|
155 |
|
156 |
|
157 |
== Changelog ==
|
158 |
+
= 8.0.3 =
|
159 |
+
* Allow `List_Pages::get_args()` to be filtered on any level.
|
160 |
+
* Make debugging functionality more stable.
|
161 |
+
|
162 |
= 8.0.2 =
|
163 |
* Introduce new `advanced-sidebar-menu/menus/category/get-child-terms` filter
|
164 |
* Support filtering the first level of categories.
|
226 |
|
227 |
|
228 |
== Upgrade Notice ==
|
229 |
+
= 8.0.0 =
|
230 |
Major version update. Not fully backward compatible with version 7 filters or code. Please see migration guide if you are extending the plugin via code.
|
231 |
|
232 |
= 7.7.0 =
|