Advanced Sidebar Menu - Version 4.7.1

Version Description

Download this release

Release Info

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

Code changes from version 4.7.0 to 4.7.1

Files changed (2) hide show
  1. advanced-sidebar-menu.php +2 -2
  2. readme.txt +1 -1
advanced-sidebar-menu.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Advanced Sidebar Menu
4
  Plugin URI: http://matlipe.com/advanced-sidebar-menu/
5
  Description: Creates dynamic menu based on child/parent relationship.
6
  Author: Mat Lipe
7
- Version: 4.7.0
8
  Author URI: http://matlipe.com
9
  Since: 12.12.13
10
  */
@@ -27,7 +27,7 @@ require( ADVANCED_SIDEBAR_DIR.'lib/advancedSidebarMenu.php' );
27
  $asm = new advancedSidebarMenu();
28
 
29
  #-- Translate
30
- add_action('plugins_loaded', array( $this,'advanced_sidebar_menu_translate') );
31
  function advanced_sidebar_menu_translate(){
32
  load_plugin_textdomain('advanced-sidebar-menu', false, 'advanced-sidebar-menu/languages');
33
  }
4
  Plugin URI: http://matlipe.com/advanced-sidebar-menu/
5
  Description: Creates dynamic menu based on child/parent relationship.
6
  Author: Mat Lipe
7
+ Version: 4.7.1
8
  Author URI: http://matlipe.com
9
  Since: 12.12.13
10
  */
27
  $asm = new advancedSidebarMenu();
28
 
29
  #-- Translate
30
+ add_action('plugins_loaded', 'advanced_sidebar_menu_translate' );
31
  function advanced_sidebar_menu_translate(){
32
  load_plugin_textdomain('advanced-sidebar-menu', false, 'advanced-sidebar-menu/languages');
33
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypa
5
  Tags: menus, sidebar menu, heirchy, category menu, pages menu
6
  Requires at least: 3.1
7
  Tested up to: 3.8.0
8
- Stable tag: 4.7.0
9
 
10
  Creates a widget for both page and categories that will display the current page/category and all child pages or categories.
11
 
5
  Tags: menus, sidebar menu, heirchy, category menu, pages menu
6
  Requires at least: 3.1
7
  Tested up to: 3.8.0
8
+ Stable tag: 4.7.1
9
 
10
  Creates a widget for both page and categories that will display the current page/category and all child pages or categories.
11