Plugin Directory

Changeset 2242219


Ignore:
Timestamp:
02/11/2020 05:24:04 AM (6 years ago)
Author:
kduffie
Message:

1.0.18 - fix bug with category rendering

Location:
slick-engagement/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • slick-engagement/trunk/SlickEngagement_Plugin.php

    r2231172 r2242219  
    203203        global $post;
    204204        echo "\n";
    205         echo '<meta property="slick:wpversion" content="1.0.17" />' . "\n";
     205        echo '<meta property="slick:wpversion" content="1.0.18" />' . "\n";
    206206        $siteCode = $this->getOption('SiteCode');
    207207        if ($siteCode) {
     
    233233                    $count = 0;
    234234                    $parentCatId = $category->category_parent;
    235                     while ($parentCatId && count < 8 && !in_array($parentCatId, $used)) {
     235                    while ($parentCatId && $count < 8 && !in_array($parentCatId, $used)) {
    236236                        $parentCat = get_category($parentCatId);
    237237                        if (isset($parentCat->slug) && $parentCat->slug !== 'uncategorized') {
  • slick-engagement/trunk/readme.txt

    r2231172 r2242219  
    77Requires at least: 4.0
    88Tested up to: 5.3.2
    9 Stable tag: 1.0.17
     9Stable tag: 1.0.18
    1010
    1111Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more.
     
    7676= 1.0.17 =
    7777- Add category hierarchy into metadata
     78
     79= 1.0.18 =
     80- Fix bug in category rendering
  • slick-engagement/trunk/slick-engagement.php

    r2231172 r2242219  
    33Plugin Name: Slick Engagement
    44Plugin URI: https://slickstream.com/getting-started
    5 Version: 1.0.17
     5Version: 1.0.18
    66Author: Slickstream
    77Author URI: https://slickstream.com
Note: See TracChangeset for help on using the changeset viewer.