Plugin Directory

Changeset 120954


Ignore:
Timestamp:
05/27/2009 10:23:01 PM (17 years ago)
Author:
php4ever
Message:
 
Location:
wp-menu-creator
Files:
44 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-menu-creator/trunk/display.menu.php

    r118178 r120954  
    101101       
    102102        <div>
    103         <h4 style="padding:0px; margin: 0 0 8px 0;">Comming May 15th</h4>
    104         <p>On May 15th additional new features for WordPress MU blogs and additional code for theme developers will be added to assist with the distribution of this plugin as part of their product. Some of the video tutorials will include the following;</p>
     103        <h4 style="padding:0px; margin: 0 0 8px 0;">Comming May 30th</h4>
     104        <p>On May 30th additional new features for WordPress MU blogs and additional code for theme developers will be added to assist with the distribution of this plugin as part of their product. Some of the video tutorials will include the following;</p>
    105105        <ol>
    106106        <li>1. Getting Started (All the basics)</li>
  • wp-menu-creator/trunk/menu-creator.php

    r118178 r120954  
    55Description: Another fine <a href="http://www.UltimateIDX.com" target="_blank" title="WordPress Real Estate Sites Plug-in">WordPress Plugin</a> from The UltimateIDX&trade;. -- Menu management is one thing that WordPress has needed from the beginning and now that WordPress can function more like a Professional CMS Solution, menu management is absolutely essential. This plugin was built to provide a simple means for administering and managing menu items and menu elements on your WordPress driven site and is ideal for <a href="http://www.ultimateidx.com" target="_blank" title="WordPress Real Estate Sites">Real Estate Websites</a> or any website.
    66Author: UltimateIDX Mack McMillan and Jared Ritchey
    7 Version: 1.1.4
     7Version: 1.1.5
    88Author URI: http://www.ultimateidx.com
    99*/
    10 
    1110/*Support is maintained by Jared Ritchey at jaredritchey.com or UltimateIDX */
    12 
    1311include_once('menu-creator.lib.php');
    1412add_action('admin_menu', 'mc_add_pages');
     
    4947    $wpdb->query($structure);       
    5048}
    51 
    5249function displayMenus() {
    5350    if ($_GET["action"] == "deletemenu") {
     
    5855    include('display.menu.php');
    5956}
    60 
    6157function editMenu() {
    6258    if ($_POST["action"] == "createmenu") {
     
    7672    include('edit.menu.php');
    7773}
    78 
    7974function editMenuItem() {
    8075    $mi = getMenuItem($_GET["id"]);
  • wp-menu-creator/trunk/readme.txt

    r118213 r120954  
    55Requires at least: 2.6+
    66Tested up to: 2.7.1
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88
    99WordPress Menu Creator ( Menu Manager ) was developed to provide a website owners with a truly easy to manage easy to configure menu solution.
     
    5252
    5353== Important Recent Updates This Release ==
     541. Bug fix for installing latest version. Previously it would double install the plugin breaking sites.
    54551. Set menu links to open in new window using a fully XHTML Compliant method.
    55561. We have added image support so you can create menus that are image based.
Note: See TracChangeset for help on using the changeset viewer.