Changeset 2242219
- Timestamp:
- 02/11/2020 05:24:04 AM (6 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
r2231172 r2242219 203 203 global $post; 204 204 echo "\n"; 205 echo '<meta property="slick:wpversion" content="1.0.1 7" />' . "\n";205 echo '<meta property="slick:wpversion" content="1.0.18" />' . "\n"; 206 206 $siteCode = $this->getOption('SiteCode'); 207 207 if ($siteCode) { … … 233 233 $count = 0; 234 234 $parentCatId = $category->category_parent; 235 while ($parentCatId && count < 8 && !in_array($parentCatId, $used)) {235 while ($parentCatId && $count < 8 && !in_array($parentCatId, $used)) { 236 236 $parentCat = get_category($parentCatId); 237 237 if (isset($parentCat->slug) && $parentCat->slug !== 'uncategorized') { -
slick-engagement/trunk/readme.txt
r2231172 r2242219 7 7 Requires at least: 4.0 8 8 Tested up to: 5.3.2 9 Stable tag: 1.0.1 79 Stable tag: 1.0.18 10 10 11 11 Increase pageviews and delight visitors with fast and responsive site search, beautiful content discovery tools and more. … … 76 76 = 1.0.17 = 77 77 - Add category hierarchy into metadata 78 79 = 1.0.18 = 80 - Fix bug in category rendering -
slick-engagement/trunk/slick-engagement.php
r2231172 r2242219 3 3 Plugin Name: Slick Engagement 4 4 Plugin URI: https://slickstream.com/getting-started 5 Version: 1.0.1 75 Version: 1.0.18 6 6 Author: Slickstream 7 7 Author URI: https://slickstream.com
Note: See TracChangeset
for help on using the changeset viewer.