Plugin Directory

Changeset 1002441


Ignore:
Timestamp:
10/06/2014 08:58:31 AM (11 years ago)
Author:
Gecka
Message:

0.7.2

Location:
gecka-submenu/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gecka-submenu/trunk/gecka-submenu.php

    r1002434 r1002441  
    44Plugin URI: http://gecka-apps.com/wordpress-plugins/geka-submenu/
    55Description: Enhances the worpdress nav menu system, autopopulate with children pages
    6 Version: 0.7.1
     6Version: 0.7.2
    77Author: Gecka Apps
    88Author URI: http://gecka-apps.com
  • gecka-submenu/trunk/models/NavMenuHacks.php

    r1002434 r1002441  
    225225
    226226    function wp_nav_menu_item_custom_fields ( $item_id, $item, $depth, $args) {
     227        if( $item->type !== 'post_type' ) return;
    227228        include GKSM_PATH . '/views/Nav-Menu-Fields.php';
    228229    }
  • gecka-submenu/trunk/readme.txt

    r1002434 r1002441  
    44Requires at least: 3.0
    55Tested up to: 4.0
    6 Stable tag: 0.7.1
     6Stable tag: 0.7.2
    77Donate link: http://gecka-apps.com/wordpress-plugins/gecka-submenu-pro/
    88
     
    4242
    4343== Changelog ==
     44
     45= 0.7.2 =
     46* Only show option to auto populate for nav menu item of type page
    4447
    4548= 0.7.1 =
Note: See TracChangeset for help on using the changeset viewer.