Version Description
- Fine tune widgets styles for WordPress 5.9.
- Tested to WordPress 5.9.
Download this release
Release Info
Developer | Mat Lipe |
Plugin | Advanced Sidebar Menu |
Version | 8.7.1 |
Comparing to | |
See all releases |
Code changes from version 8.7.0 to 8.7.1
- advanced-sidebar-menu.php +2 -2
- readme.txt +6 -2
- resources/css/advanced-sidebar-menu.css +15 -8
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.7.
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
* Domain Path: /languages/
|
@@ -19,7 +19,7 @@ if ( defined( 'ADVANCED_SIDEBAR_BASIC_VERSION' ) ) {
|
|
19 |
return;
|
20 |
}
|
21 |
|
22 |
-
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.7.
|
23 |
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.5.0' );
|
24 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
25 |
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.7.1
|
8 |
* Author URI: https://onpointplugins.com
|
9 |
* Text Domain: advanced-sidebar-menu
|
10 |
* Domain Path: /languages/
|
19 |
return;
|
20 |
}
|
21 |
|
22 |
+
define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.7.1' );
|
23 |
define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.5.0' );
|
24 |
define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
|
25 |
define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Contributors: Mat Lipe, onpointplugins
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%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, dynamic
|
6 |
Requires at least: 5.2.0
|
7 |
-
Tested up to: 5.
|
8 |
Requires PHP: 5.6.0
|
9 |
-
Stable tag: 8.7.
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -161,6 +161,10 @@ Yes. Based on whatever page, post or category you are on, the menu will change a
|
|
161 |
|
162 |
|
163 |
== Changelog ==
|
|
|
|
|
|
|
|
|
164 |
= 8.7.0 =
|
165 |
* Use Webp extension for preview images.
|
166 |
* Simplify the Widget names.
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%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, dynamic
|
6 |
Requires at least: 5.2.0
|
7 |
+
Tested up to: 5.9.0
|
8 |
Requires PHP: 5.6.0
|
9 |
+
Stable tag: 8.7.1
|
10 |
|
11 |
== Description ==
|
12 |
|
161 |
|
162 |
|
163 |
== Changelog ==
|
164 |
+
= 8.7.1 =
|
165 |
+
* Fine tune widgets styles for WordPress 5.9.
|
166 |
+
* Tested to WordPress 5.9.
|
167 |
+
|
168 |
= 8.7.0 =
|
169 |
* Use Webp extension for preview images.
|
170 |
* Simplify the Widget names.
|
resources/css/advanced-sidebar-menu.css
CHANGED
@@ -15,18 +15,18 @@
|
|
15 |
}
|
16 |
|
17 |
.advanced-sidebar-menu-column-box h3 {
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
}
|
22 |
|
23 |
.advanced-sidebar-menu-column-box p {
|
24 |
-
line-height:
|
25 |
}
|
26 |
|
27 |
.advanced-sidebar-menu-column-box label {
|
28 |
display: inline !important;
|
29 |
-
line-height:
|
30 |
}
|
31 |
|
32 |
.advanced-sidebar-menu-column a {
|
@@ -43,6 +43,12 @@
|
|
43 |
width: auto !important;
|
44 |
}
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
.advanced-sidebar-menu-column-box select.widefat {
|
47 |
width: 100% !important;
|
48 |
display: block !important;
|
@@ -62,7 +68,8 @@
|
|
62 |
font-size: 17px;
|
63 |
font-weight: 600 !important;
|
64 |
box-shadow: none;
|
65 |
-
color: #000;
|
|
|
66 |
}
|
67 |
|
68 |
.advanced-sidebar-info-panel ol {
|
@@ -72,8 +79,8 @@
|
|
72 |
|
73 |
.advanced-sidebar-info-panel li {
|
74 |
font-size: 13px;
|
75 |
-
|
76 |
-
|
77 |
}
|
78 |
|
79 |
.advanced-sidebar-info-panel li a {
|
15 |
}
|
16 |
|
17 |
.advanced-sidebar-menu-column-box h3 {
|
18 |
+
font-size: 17px;
|
19 |
+
font-weight: 600 !important;
|
20 |
+
margin: 17px 0 !important;
|
21 |
}
|
22 |
|
23 |
.advanced-sidebar-menu-column-box p {
|
24 |
+
line-height: 19px !important;
|
25 |
}
|
26 |
|
27 |
.advanced-sidebar-menu-column-box label {
|
28 |
display: inline !important;
|
29 |
+
line-height: 19px !important;
|
30 |
}
|
31 |
|
32 |
.advanced-sidebar-menu-column a {
|
43 |
width: auto !important;
|
44 |
}
|
45 |
|
46 |
+
.advanced-sidebar-menu-column-box select,
|
47 |
+
.advanced-sidebar-menu-column-box input[type='text'] {
|
48 |
+
line-height: 1.5 !important;
|
49 |
+
padding: 4px 8px !important;
|
50 |
+
}
|
51 |
+
|
52 |
.advanced-sidebar-menu-column-box select.widefat {
|
53 |
width: 100% !important;
|
54 |
display: block !important;
|
68 |
font-size: 17px;
|
69 |
font-weight: 600 !important;
|
70 |
box-shadow: none;
|
71 |
+
color: #000;
|
72 |
+
!important;
|
73 |
}
|
74 |
|
75 |
.advanced-sidebar-info-panel ol {
|
79 |
|
80 |
.advanced-sidebar-info-panel li {
|
81 |
font-size: 13px;
|
82 |
+
line-height: 1.23076923;
|
83 |
+
margin: 0 0 6px 0 !important;
|
84 |
}
|
85 |
|
86 |
.advanced-sidebar-info-panel li a {
|