Changeset 2531310
- Timestamp:
- 05/13/2021 05:04:01 PM (5 years ago)
- Location:
- slick-engagement/trunk
- Files:
-
- 3 edited
-
SlickEngagement_Plugin.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
slick-engagement.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
slick-engagement/trunk/SlickEngagement_Plugin.php
r2530813 r2531310 323 323 global $post; 324 324 echo "\n"; 325 echo '<meta property="slick:wpversion" content="1.1.1 2" />' . "\n";325 echo '<meta property="slick:wpversion" content="1.1.13" />' . "\n"; 326 326 $siteCode = trim($this->getOption('SiteCode')); 327 327 if ($siteCode) { … … 535 535 '@graph' => $ldJsonElements, 536 536 ]; 537 echo '<script type="application/ld+json" class="slickstream-ld-json">' . json_encode($ldJson, JSON_UNESCAPED_SLASHES) . '</script>' . "\n";537 // echo '<script type="application/ld+json" class="slickstream-ld-json">' . json_encode($ldJson, JSON_UNESCAPED_SLASHES) . '</script>' . "\n"; 538 538 } 539 539 } -
slick-engagement/trunk/readme.txt
r2530813 r2531310 124 124 - Filmstrip injection now supports Genesis, Trellis/THA, and Thesis-based themes 125 125 - Added Slickstream LD_JSON 126 127 = 1.1.13 128 - Removing Slickstream LD_JSON -
slick-engagement/trunk/slick-engagement.php
r2530813 r2531310 3 3 Plugin Name: Slickstream Search and Engagement 4 4 Plugin URI: https://slickstream.com/getting-started 5 Version: 1.1.1 25 Version: 1.1.13 6 6 Author: Slickstream 7 7 Author URI: https://slickstream.com
Note: See TracChangeset
for help on using the changeset viewer.