Plugin Directory

Changeset 2060040


Ignore:
Timestamp:
03/30/2019 09:21:35 AM (7 years ago)
Author:
evilex
Message:

ver 2.0.1

Location:
yummi-multicategory-breadcrumbs/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • yummi-multicategory-breadcrumbs/trunk/includes/br.php

    r1995820 r2060040  
    136136    $label = !empty($post_type) ? $post_type->label : null;
    137137    $has_archive = !empty($post_type) ? $post_type->has_archive : null;
     138    $has_archive == 1 ? $has_archive = $post_type->rewrite['slug'] : null;
    138139  }
    139140
  • yummi-multicategory-breadcrumbs/trunk/includes/br_amp.php

    r1995820 r2060040  
    5959    if( $taxonomy->hierarchical == 1 ) $has_archive = $taxonomy->rewrite['slug'];
    6060  }else{
    61     $label = $post_type->label;
    62     $has_archive = $post_type->has_archive;
     61    $label = !empty($post_type) ? $post_type->label : null;
     62    $has_archive = !empty($post_type) ? $post_type->has_archive : null;
     63    $has_archive == 1 ? $has_archive = $post_type->rewrite['slug'] : null;
    6364  }
    6465
  • yummi-multicategory-breadcrumbs/trunk/readme.txt

    r2015460 r2060040  
    77Tags: breadcrumb, breadcrumbs, menu, navigation, trail, widget, plugin, google, page, pages, post, posts, admin, simple
    88Requires at least: 3.3
    9 Tested up to: 5.0
    10 Stable tag: 2.0.0
     9Tested up to: 5.9
     10Stable tag: 2.0.1
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6565
    6666== Changelog ==
     67
     68= 2.0.1 =
     69* Fix url when it show "1" (CPT UI taxonomy)
    6770
    6871= 2.0.0 =
  • yummi-multicategory-breadcrumbs/trunk/yummi-multicategory-breadcrumbs.php

    r2015489 r2060040  
    33        Plugin Name: Yummi Breadcrumbs (SubCategories Support)
    44        Description: Yummi Breadcrumbs is Super light weight & easy plugin with support SubCategories showing, SEO friendly and Auto Installation.
    5         Version: 2.0.0
     5        Version: 2.0.1
    66        Author: Alex Egorov
    77        Author URI: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLHFMF373Z9GG&source=url
Note: See TracChangeset for help on using the changeset viewer.