Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.5 version of plugin, with CSS added to the page to support Exclus… #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions svn/trunk/SlickEngagement_Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public function addSlickPageHeader()
{
global $post;
echo "\n";
echo '<meta property="slick:wpversion" content="1.2.4" />' . "\n";
echo '<meta property="slick:wpversion" content="1.2.5" />' . "\n";
$siteCode = trim($this->getOption('SiteCode'));
if ($siteCode) {
$adThriveAbTest = false;
Expand All @@ -412,6 +412,9 @@ public function addSlickPageHeader()
}
}
}
echo '<style>' . "\n";
echo ' .category-slickstream-exclusive { visibility: hidden; }' . "\n";
echo '</style>' . "\n";
echo '<script>' . "\n";
echo '"use strict";' . "\n";
if ($adThriveAbTest) {
Expand Down Expand Up @@ -448,7 +451,7 @@ public function addSlickPageHeader()

$ldJsonPlugin = (object) [
'@type' => 'Plugin',
'version' => '1.2.4',
'version' => '1.2.5',
];
array_push($ldJsonElements, $ldJsonPlugin);

Expand Down
8 changes: 6 additions & 2 deletions svn/trunk/readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=== Slickstream: Engagement and Conversions ===
Contributors: kduffie
Contributors: kduffie, wpslickstream
Donate link: https://slickstream.com
Tags: search,recommendations,favorites,navigation,engagement,better search,advanced search,category search,relevant search,carousel,bookmarks,stories
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0.1
Tested up to: 6.0.2
Stable tag: 1.2.4

Use Slickstream to upgrade your site search. Get beautiful as-you-type search, relevant content recommendations, user favorites and more!
Expand Down Expand Up @@ -232,3 +232,7 @@ It’s simple: [sign up for your free trial here](https://bloggers.slickstream.c

= 1.2.4
- Remove rendering of sensitive information

= 1.2.5
- Add support for Slickstream exclusive content hiding

2 changes: 1 addition & 1 deletion svn/trunk/slick-engagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Slickstream Search and Engagement
Plugin URI: https://slickstream.com/getting-started
Version: 1.2.4
Version: 1.2.5
Author: Slickstream
Author URI: https://slickstream.com
Description: Use Slickstreams's cloud service and widgets to increase visitor engagement
Expand Down