Advanced Sidebar Menu - Version 3.0.1

Version Description

Download this release

Release Info

Developer Mat Lipe
Plugin Icon 128x128 Advanced Sidebar Menu
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0 to 3.0.1

Files changed (3) hide show
  1. advanced-sidebar-menu.php +2 -2
  2. readme.txt +2 -2
  3. sidebar-menu.css +0 -39
advanced-sidebar-menu.php CHANGED
@@ -4,9 +4,9 @@ Plugin Name: Advanced Sidebar Menu
4
  Plugin URI: http://lipeimagination.info
5
  Description: Creates dynamic menu based on child/parent relationship.
6
  Author: Mat Lipe
7
- Version: 3.0
8
  Author URI: http://lipeimagination.info
9
- Since: 4/13/12
10
  Email: mat@lipeimagination.info
11
 
12
  */
4
  Plugin URI: http://lipeimagination.info
5
  Description: Creates dynamic menu based on child/parent relationship.
6
  Author: Mat Lipe
7
+ Version: 3.0.1
8
  Author URI: http://lipeimagination.info
9
+ Since: 4/25/12
10
  Email: mat@lipeimagination.info
11
 
12
  */
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://lipeimagination.info/contact/
4
  Tags: menus, sidebar menu, heirchy, category menu, pages menu
5
  Requires at least: 3.1
6
  Tested up to: 3.3.1
7
- Stable tag: 3.0
8
- Version: 3.0
9
 
10
  == Description ==
11
 
4
  Tags: menus, sidebar menu, heirchy, category menu, pages menu
5
  Requires at least: 3.1
6
  Tested up to: 3.3.1
7
+ Stable tag: 3.0.1
8
+ Version: 3.0.1
9
 
10
  == Description ==
11
 
sidebar-menu.css DELETED
@@ -1,39 +0,0 @@
1
- <style type="text/css" >
2
-
3
- .advanced-sidebar-menu ul li a{
4
- font-weight: bold;
5
- font-size: 130%;
6
- text-decoration: none;
7
- }
8
-
9
- .advanced-sidebar-menu ul li a:hover{
10
- text-decoration: underline;
11
- }
12
-
13
- .advanced-sidebar-menu ul ul li a{
14
- font-weight: normal;
15
- font-size: 100%;
16
- }
17
-
18
- .advanced-sidebar-menu ul{
19
- margin: 0 0 0 18px;
20
- list-style: none;
21
- list-style-type: none;
22
- }
23
-
24
- .advanced-sidebar-menu ul li{
25
- list-style:none;
26
- list-style-type: none;
27
-
28
- }
29
-
30
- .advanced-sidebar-menu li.current_page_item{
31
- list-style-type: disc;
32
- }
33
-
34
- .advanced-sidebar-menu li.current_page_item a{
35
- font-weight: bold;
36
- }
37
-
38
-
39
- </style>