Changeset 2531357
- Timestamp:
- 05/13/2021 06:29:04 PM (5 years ago)
- Location:
- slick-engagement/trunk
- Files:
-
- 3 edited
-
SlickEngagement_Plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
slick-engagement.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slick-engagement/trunk/SlickEngagement_Plugin.php
r2531310 r2531357 323 323 global $post; 324 324 echo "\n"; 325 echo '<meta property="slick:wpversion" content="1.1.1 3" />' . "\n";325 echo '<meta property="slick:wpversion" content="1.1.14" />' . "\n"; 326 326 $siteCode = trim($this->getOption('SiteCode')); 327 327 if ($siteCode) { … … 380 380 $ldJsonPlugin = (object) [ 381 381 '@type' => 'Plugin', 382 'version' => '1.1.1 2',382 'version' => '1.1.14', 383 383 ]; 384 384 array_push($ldJsonElements, $ldJsonPlugin); -
slick-engagement/trunk/readme.txt
r2531310 r2531357 7 7 Requires at least: 4.0 8 8 Tested up to: 5.7.1 9 Stable tag: 1.1.1 29 Stable tag: 1.1.14 10 10 11 11 Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more. … … 127 127 = 1.1.13 128 128 - Removing Slickstream LD_JSON 129 130 = 1.1.14 131 - Bumping stable version -
slick-engagement/trunk/slick-engagement.php
r2531310 r2531357 3 3 Plugin Name: Slickstream Search and Engagement 4 4 Plugin URI: https://slickstream.com/getting-started 5 Version: 1.1.1 35 Version: 1.1.14 6 6 Author: Slickstream 7 7 Author URI: https://slickstream.com
Note: See TracChangeset
for help on using the changeset viewer.