Plugin Directory

Changeset 1219476


Ignore:
Timestamp:
08/12/2015 07:08:39 PM (11 years ago)
Author:
damlys
Message:

v1.04

Location:
easytree/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easytree/trunk/easytree.php

    r1219381 r1219476  
    44 * Plugin URI: http://easytree.damlys.pl/
    55 * Description: Complete dropdown tree navigation that contain pages, categories with posts, tags, authors and own menu.
    6  * Version: 1.03
     6 * Version: 1.04
    77 * Author: Damian Lysiak
    88 * Author URI: http://damlys.pl/
  • easytree/trunk/functions/get_easytree_html.php

    r1219381 r1219476  
    1111$option_exclude_from_authors = get_option('easytree_option_exclude_from_authors');
    1212$option_show_empty_taxs = !((bool)get_option('easytree_option_show_empty_taxs'));
     13if(current_user_can('read_private_posts')) {
     14    $option_show_empty_taxs = false;
     15}
    1316
    1417ob_start();
  • easytree/trunk/readme.txt

    r1219381 r1219476  
    5151== Changelog ==
    5252
     53= 1.04 =
     54* Better support for private posts and pages
     55
    5356= 1.03 =
    5457* Added support for private posts and pages
     
    6972== Upgrade Notice ==
    7073
     74= 1.04 =
     75Display categories for private posts and pages
     76
    7177= 1.03 =
    7278Display private posts and pages
Note: See TracChangeset for help on using the changeset viewer.