Version Description
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 7.2.5 |
Comparing to | |
See all releases |
Code changes from version 7.2.4 to 7.2.5
- advanced-sidebar-menu.php +3 -2
- readme.txt +8 -6
- resources/css/advanced-sidebar-menu.css +1 -1
advanced-sidebar-menu.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Advanced Sidebar Menu
|
|
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.2.
|
8 |
Author URI: https://matlipe.com
|
9 |
Text Domain: advanced-sidebar-menu
|
10 |
*/
|
@@ -14,7 +14,7 @@ if ( defined( 'ADVANCED_SIDEBAR_BASIC_VERSION' ) ) {
|
|
14 |
return;
|
15 |
}
|
16 |
|
17 |
-
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '7.2.
|
18 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
19 |
|
20 |
if ( ! function_exists( 'advanced_sidebar_menu_load' ) ) {
|
@@ -137,6 +137,7 @@ function advanced_sidebar_menu_upgrade_notice( array $instance, WP_Widget $widge
|
|
137 |
?>
|
138 |
<li><?php esc_html_e( 'Ability to display the widgets everywhere the sidebar display.', 'advanced-sidebar-menu' ); ?>
|
139 |
<strong> NEW</strong></li>
|
|
|
140 |
</ol>
|
141 |
<p>
|
142 |
</div>
|
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.2.5
|
8 |
Author URI: https://matlipe.com
|
9 |
Text Domain: advanced-sidebar-menu
|
10 |
*/
|
14 |
return;
|
15 |
}
|
16 |
|
17 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '7.2.5' );
|
18 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
19 |
|
20 |
if ( ! function_exists( 'advanced_sidebar_menu_load' ) ) {
|
137 |
?>
|
138 |
<li><?php esc_html_e( 'Ability to display the widgets everywhere the sidebar display.', 'advanced-sidebar-menu' ); ?>
|
139 |
<strong> NEW</strong></li>
|
140 |
+
<li><?php esc_html_e( 'Support for custom navigation menus from Appearance -> Menus.', 'advanced-sidebar-menu' ); ?><strong> NEW</strong></li>
|
141 |
</ol>
|
142 |
<p>
|
143 |
</div>
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Contributors: Mat Lipe
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40matlipe%2ecom&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, hierarchy, category menu, pages menu
|
6 |
Requires at least: 4.6.0
|
7 |
-
Tested up to: 4.9.
|
8 |
Requires PHP: 5.2.4
|
9 |
-
Stable tag: 7.2.
|
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://matlipe.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://matlipe.com/product/advanced-sidebar-menu-pro/" target="_blank">Pro version 3.
|
20 |
|
21 |
<h4>Features</h4>
|
22 |
* Page and Category widgets.
|
@@ -61,8 +61,7 @@ Keeps the menu clean and usable. Only related items display so you don't have to
|
|
61 |
* Styling options for the parent of the current page or category.
|
62 |
* Block styling options including borders and border colors.
|
63 |
* Bullet style selection from 7 styles or select none to have no bullets.
|
64 |
-
* Accordion menu support for pages.
|
65 |
-
* Accordion menu support for categories.
|
66 |
* Accordion icon selection from 4 styles of icons.
|
67 |
* Accordion icon color selection.
|
68 |
* Accordion option to keep all sections closed until clicked.
|
@@ -76,7 +75,10 @@ Keeps the menu clean and usable. Only related items display so you don't have to
|
|
76 |
* Option to display child page siblings when on a child page with no grandchild pages.
|
77 |
* Ability to display the widgets everywhere the sidebar display.
|
78 |
* Ability to select the parent page/category when using the display widget everywhere option. **NEW**
|
79 |
-
* Ability to display assigned posts
|
|
|
|
|
|
|
80 |
* Access to members only support area.
|
81 |
|
82 |
<h4>Currently ships with the following languages</h4>
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40matlipe%2ecom&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, hierarchy, category menu, pages menu
|
6 |
Requires at least: 4.6.0
|
7 |
+
Tested up to: 4.9.6
|
8 |
Requires PHP: 5.2.4
|
9 |
+
Stable tag: 7.2.5
|
10 |
|
11 |
== Description ==
|
12 |
|
16 |
|
17 |
<strong>Check out <a href="https://matlipe.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://matlipe.com/product/advanced-sidebar-menu-pro/" target="_blank">Pro version 3.3.0</a> just dropped with support for custom navigation menus from Appearance -> Menus!</blockquote>
|
20 |
|
21 |
<h4>Features</h4>
|
22 |
* Page and Category widgets.
|
61 |
* Styling options for the parent of the current page or category.
|
62 |
* Block styling options including borders and border colors.
|
63 |
* Bullet style selection from 7 styles or select none to have no bullets.
|
64 |
+
* Accordion menu support for pages, categories, and navigation menus.
|
|
|
65 |
* Accordion icon selection from 4 styles of icons.
|
66 |
* Accordion icon color selection.
|
67 |
* Accordion option to keep all sections closed until clicked.
|
75 |
* Option to display child page siblings when on a child page with no grandchild pages.
|
76 |
* Ability to display the widgets everywhere the sidebar display.
|
77 |
* Ability to select the parent page/category when using the display widget everywhere option. **NEW**
|
78 |
+
* Ability to display assigned posts under categories. **NEW**
|
79 |
+
* Ability to display assigned custom post types under categories. **NEW**
|
80 |
+
* Ability to limit the number of posts to display under categories or custom post types. **NEW**
|
81 |
+
* Support for custom navigation menus from Appearance -> Menus **NEW**
|
82 |
* Access to members only support area.
|
83 |
|
84 |
<h4>Currently ships with the following languages</h4>
|
resources/css/advanced-sidebar-menu.css
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
}
|
16 |
|
17 |
.advanced-sidebar-menu-full-width {
|
18 |
-
width:
|
19 |
clear: both;
|
20 |
}
|
21 |
|
15 |
}
|
16 |
|
17 |
.advanced-sidebar-menu-full-width {
|
18 |
+
width: 100%;
|
19 |
clear: both;
|
20 |
}
|
21 |
|