Plugin Directory

Changeset 2533913


Ignore:
Timestamp:
05/19/2021 01:57:51 AM (5 years ago)
Author:
kduffie
Message:

Kadence support

Location:
slick-engagement/trunk
Files:
3 edited

Legend:

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

    r2531357 r2533913  
    145145            add_action('tha_after_header', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority);
    146146            add_action('thesis_hook_after_header', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority);
     147            add_action('kadence_after_header', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority);
    147148        } else if ($reserveFilmstripSpace === BEFORE_CONTENT_GENESIS_TLA || $reserveFilmstripSpace === BEFORE_CONTENT_GENESIS) {
    148149            $this->guildLog('Adding before-content filmstrip injection');
     
    151152            add_action('tha_before_content', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority);
    152153            add_action('thesis_hook_before_content', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority);
     154            add_action('kadence_before_content', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority);
    153155        }
    154156    }
     
    323325        global $post;
    324326        echo "\n";
    325         echo '<meta property="slick:wpversion" content="1.1.14" />' . "\n";
     327        echo '<meta property="slick:wpversion" content="1.1.15" />' . "\n";
    326328        $siteCode = trim($this->getOption('SiteCode'));
    327329        if ($siteCode) {
     
    380382        $ldJsonPlugin = (object) [
    381383            '@type' => 'Plugin',
    382             'version' => '1.1.14',
     384            'version' => '1.1.15',
    383385        ];
    384386        array_push($ldJsonElements, $ldJsonPlugin);
  • slick-engagement/trunk/readme.txt

    r2531357 r2533913  
    77Requires at least: 4.0
    88Tested up to: 5.7.1
    9 Stable tag: 1.1.14
     9Stable tag: 1.1.15
    1010
    1111Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more.
     
    130130= 1.1.14
    131131- Bumping stable version
     132
     133= 1.1.15
     134- Support for Kadence theme hooks
  • slick-engagement/trunk/slick-engagement.php

    r2531357 r2533913  
    33Plugin Name: Slickstream Search and Engagement
    44Plugin URI: https://slickstream.com/getting-started
    5 Version: 1.1.14
     5Version: 1.1.15
    66Author: Slickstream
    77Author URI: https://slickstream.com
Note: See TracChangeset for help on using the changeset viewer.