Changeset 2533913
- Timestamp:
- 05/19/2021 01:57:51 AM (5 years ago)
- Location:
- slick-engagement/trunk
- Files:
-
- 3 edited
-
SlickEngagement_Plugin.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
-
slick-engagement.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slick-engagement/trunk/SlickEngagement_Plugin.php
r2531357 r2533913 145 145 add_action('tha_after_header', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority); 146 146 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); 147 148 } else if ($reserveFilmstripSpace === BEFORE_CONTENT_GENESIS_TLA || $reserveFilmstripSpace === BEFORE_CONTENT_GENESIS) { 148 149 $this->guildLog('Adding before-content filmstrip injection'); … … 151 152 add_action('tha_before_content', array(&$this, 'np_slickstream_space_genesis'), $reserveFilmstripPriority); 152 153 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); 153 155 } 154 156 } … … 323 325 global $post; 324 326 echo "\n"; 325 echo '<meta property="slick:wpversion" content="1.1.1 4" />' . "\n";327 echo '<meta property="slick:wpversion" content="1.1.15" />' . "\n"; 326 328 $siteCode = trim($this->getOption('SiteCode')); 327 329 if ($siteCode) { … … 380 382 $ldJsonPlugin = (object) [ 381 383 '@type' => 'Plugin', 382 'version' => '1.1.1 4',384 'version' => '1.1.15', 383 385 ]; 384 386 array_push($ldJsonElements, $ldJsonPlugin); -
slick-engagement/trunk/readme.txt
r2531357 r2533913 7 7 Requires at least: 4.0 8 8 Tested up to: 5.7.1 9 Stable tag: 1.1.1 49 Stable tag: 1.1.15 10 10 11 11 Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more. … … 130 130 = 1.1.14 131 131 - Bumping stable version 132 133 = 1.1.15 134 - Support for Kadence theme hooks -
slick-engagement/trunk/slick-engagement.php
r2531357 r2533913 3 3 Plugin Name: Slickstream Search and Engagement 4 4 Plugin URI: https://slickstream.com/getting-started 5 Version: 1.1.1 45 Version: 1.1.15 6 6 Author: Slickstream 7 7 Author URI: https://slickstream.com
Note: See TracChangeset
for help on using the changeset viewer.