Changeset 2016614
- Timestamp:
- 01/22/2019 03:21:33 AM (7 years ago)
- Location:
- easyindex/trunk
- Files:
-
- 25 edited
-
easyindex.php (modified) (2 diffs)
-
lib/EasyIndex.php (modified) (2 diffs)
-
lib/EasyIndexDOMDocument.php (modified) (1 diff)
-
lib/EasyIndexData.php (modified) (1 diff)
-
lib/EasyIndexDiagnostics.php (modified) (2 diffs)
-
lib/EasyIndexGenerateThumbs.php (modified) (1 diff)
-
lib/EasyIndexHelp.php (modified) (1 diff)
-
lib/EasyIndexImage.php (modified) (1 diff)
-
lib/EasyIndexImageGD.php (modified) (1 diff)
-
lib/EasyIndexImageIMagick.php (modified) (1 diff)
-
lib/EasyIndexIndex.php (modified) (2 diffs)
-
lib/EasyIndexIndexEdit.php (modified) (1 diff)
-
lib/EasyIndexLogger.php (modified) (1 diff)
-
lib/EasyIndexSettings.php (modified) (1 diff)
-
lib/EasyIndexStyle.php (modified) (2 diffs)
-
lib/EasyIndexStyleDefaults.php (modified) (1 diff)
-
lib/EasyIndexStyles.php (modified) (1 diff)
-
lib/EasyIndexTaxonomies.php (modified) (1 diff)
-
lib/EasyIndexTemplate.php (modified) (1 diff)
-
lib/EasyIndexThumbnail.php (modified) (1 diff)
-
lib/EasyIndexThumbnailBase.php (modified) (1 diff)
-
lib/EasyIndexTranslate.php (modified) (1 diff)
-
lib/EasyIndexWalker.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easyindex/trunk/easyindex.php
r1996122 r2016614 5 5 Description: WordPress indexes made easy. 6 6 Author: Jayce53 7 Version: 1.1.169 37 Version: 1.1.1695 8 8 Author URI: https://easyindexplugin.com 9 9 License: GPLv2 or later … … 11 11 12 12 /* 13 Copyright (c) 2010-201 8Box Hill LLC13 Copyright (c) 2010-2019 Box Hill LLC 14 14 15 15 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndex.php
r1996122 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or … … 80 80 * The standard WP functions for getting the plugin's dir name and URL won't work if we symlink the latest version into the plugin directory like our test suite does 81 81 */ 82 self::$pluginVersion = "1.1.169 3";82 self::$pluginVersion = "1.1.1695"; 83 83 self::$pluginName = "easyindex/easyindex.php"; 84 84 self::$EasyIndexDir = trailingslashit(WP_PLUGIN_DIR) . "easyindex"; -
easyindex/trunk/lib/EasyIndexDOMDocument.php
r1877526 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexData.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexDiagnostics.php
r1996122 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or … … 32 32 33 33 public $pluginName = 'easyindex'; 34 public $pluginVersion = '1.1.169 3';34 public $pluginVersion = '1.1.1695'; 35 35 36 36 public $pluginURL = ''; -
easyindex/trunk/lib/EasyIndexGenerateThumbs.php
r1926521 r2016614 2 2 3 3 /* 4 Copyright (c) 2010-201 8Box Hill LLC4 Copyright (c) 2010-2019 Box Hill LLC 5 5 6 6 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexHelp.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexImage.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexImageGD.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexImageIMagick.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexIndex.php
r1996122 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or … … 281 281 * This will make posts appear in their primary category's index and ensure that categories aren't unexpectedly blank in the case 282 282 * where all the posts in the category have already appeared in another (non-primary) category 283 * 284 * We are only interested in gathering the "primary category" for a post when the post actually HAS a primary category, 285 * and that category was one of the categories included in this index 283 286 */ 284 287 $primaryCats = array(); 285 if ($this->indexData->indexTaxonomy == "category" && !$this->indexData->showDuplicates == "category"&& EasyIndex::$yoastActive) {288 if ($this->indexData->indexTaxonomy == "category" && !$this->indexData->showDuplicates && EasyIndex::$yoastActive) { 286 289 $q = "SELECT post_id, meta_value FROM $wpdb->postmeta WHERE meta_key = '_yoast_wpseo_primary_category'"; 287 290 $pcs = $wpdb->get_results($q); 288 291 foreach ($pcs as $pcat) { 289 $primaryCats[$pcat->post_id] = $pcat->meta_value; 292 if (!empty($pcat->meta_value) && in_array($pcat->meta_value, $termTaxIDs)) { 293 $primaryCats[$pcat->post_id] = $pcat->meta_value; 294 } 290 295 } 291 296 } -
easyindex/trunk/lib/EasyIndexIndexEdit.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexLogger.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexSettings.php
r1954825 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexStyle.php
r1996122 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or … … 223 223 */ 224 224 public function getCSSUrl() { 225 return EasyIndex::$EasyIndexUrl . "/styles/$this->id/style.css?v=1.1.169 3";225 return EasyIndex::$EasyIndexUrl . "/styles/$this->id/style.css?v=1.1.1695"; 226 226 } 227 227 -
easyindex/trunk/lib/EasyIndexStyleDefaults.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexStyles.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexTaxonomies.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexTemplate.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexThumbnail.php
r1926521 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexThumbnailBase.php
r1954825 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexTranslate.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/lib/EasyIndexWalker.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or -
easyindex/trunk/readme.txt
r1996122 r2016614 4 4 Tags: index, recipe index, product index, thumbnail gallery, post gallery, visual index, post index 5 5 Requires at least: 3.9 6 Tested up to: 5.0. 17 Stable tag: 1.1.169 36 Tested up to: 5.0.3 7 Stable tag: 1.1.1695 8 8 9 9 Wordpress indexes made easy! EasyIndex makes post indexes, recipe indexes, product indexes and more in just minutes. Easy to use, easy to customize. … … 108 108 == Changelog == 109 109 110 = 1.1.1693 = 110 = 1.1.1695 = 111 Update: Tested with WordPress 5.0.3 112 Fix: Primary category selection was incorrectly removing some posts from indexes 113 114 = 1.1 Build 1693 = 111 115 Update: Tested with WordPress 5.0.1 112 116 Update: Only select posts for their "primary" category index when indexing categories, Yoast SEO is present and "Display duplicates" is "No" -
easyindex/trunk/uninstall.php
r1860160 r2016614 1 1 <?php 2 2 /* 3 Copyright (c) 2010-201 8Box Hill LLC3 Copyright (c) 2010-2019 Box Hill LLC 4 4 5 5 This program is free software; you can redistribute it and/or
Note: See TracChangeset
for help on using the changeset viewer.