Plugin Directory

Changeset 845387


Ignore:
Timestamp:
01/25/2014 08:37:14 PM (12 years ago)
Author:
fillup17
Message:

Adding support for individual post page menu overrides, bumping to version 0.3

Location:
menu-override/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-override/trunk/MenuOverride.php

    r822840 r845387  
    44Plugin URI: http://phillipshipley.com/wordpress/menu-override
    55Description: Override page level menus with this plugin. On a page by page basis you can leave your navigation menu the default, choose different menus for each page, or have a page inherit from its parent. This plugin is particularly useful when you want to have section level navigation menus but your theme does not support it.
    6 Version: 0.2.1
     6Version: 0.3
    77Author: fillup17
    88Author URI: http://phillipshipley.com/
     
    7575                 'low'
    7676                );
     77        add_meta_box('menuoverride-metabox',
     78                 'Menu Override',
     79                 array('MenuOverride','renderMetabox'),
     80                 'post',
     81                 'side',
     82                 'low'
     83                );
    7784    }
    7885   
  • menu-override/trunk/readme.txt

    r822840 r845387  
    33Tags: menu override, custom menu, custom navigation
    44Requires at least: 3.5.1
    5 Tested up to: 3.8
     5Tested up to: 3.8.1
    66Stable tag: trunk
    77License: GPLv2 or later
     
    2222== Changelog ==
    2323
     24= 0.3 =
     25* Added support to override menus on individual post pages
     26
    2427= 0.2.1 =
    2528* Minor fix to prevent php warning from displaying
     
    3336== Upgrade Notice ==
    3437
     38= 0.3 =
     39* Upgrade is safe from 0.2.x, data structure does not change so current overrides will not be lost.
     40
    3541= 0.2 =
    3642* When upgrading, due to data structure changes, your current overrides will be lost, sorry.
Note: See TracChangeset for help on using the changeset viewer.