Changeset 2521711
- Timestamp:
- 04/26/2021 10:35:30 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
r2462387 r2521711 309 309 global $post; 310 310 echo "\n"; 311 echo '<meta property="slick:wpversion" content="1.1.1 0" />' . "\n";311 echo '<meta property="slick:wpversion" content="1.1.11" />' . "\n"; 312 312 $siteCode = trim($this->getOption('SiteCode')); 313 313 if ($siteCode) { … … 378 378 echo '<meta property="slick:group" content="post" />' . "\n"; 379 379 } 380 $categories = get_the_category( get_query_var('cat'), false);380 $categories = get_the_category(); 381 381 foreach ($categories as $category) { 382 382 if (isset($category->slug) && $category->slug !== 'uncategorized') { -
slick-engagement/trunk/readme.txt
r2462387 r2521711 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires at least: 4.0 8 Tested up to: 5. 5.39 Stable tag: 1.1.1 08 Tested up to: 5.7.1 9 Stable tag: 1.1.11 10 10 11 11 Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more. … … 116 116 - More options for Genesis-based container reservation 117 117 - Internal testing option added 118 119 = 1.1.11 120 - Minor fix to category fetching 121 - Tested with WP 5.7.1 -
slick-engagement/trunk/slick-engagement.php
r2462387 r2521711 3 3 Plugin Name: Slickstream Search and Engagement 4 4 Plugin URI: https://slickstream.com/getting-started 5 Version: 1.1.1 05 Version: 1.1.11 6 6 Author: Slickstream 7 7 Author URI: https://slickstream.com
Note: See TracChangeset
for help on using the changeset viewer.