Closed (fixed)
Project:
XML sitemap
Version:
8.x-1.x-dev
Component:
xmlsitemap.module
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jun 2020 at 01:08 UTC
Updated:
15 Jul 2020 at 17:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dave reidComment #3
dave reidComment #4
dave reid* xmlsitemap_link_bundle_access is no longer a valid query tag. The hook xmlsitemap_query_xmlsitemap_link_bundle_access_alter() has been removed. The entity_type_id, bundle, and entity_info query metadata is also no longer available. Entity queries automatically have the 'entity_type' metadata that can be used instead.
* xmlsitemap_index_links_alter is a new query tag available when performing an un-indexed entity query.
* xmlsitemap_xmlsitemap_index_links() has been updated to only query against items that are not also found in the xmlsitemap table.
* xmlsitemap_xmlsitemap_index_links() has been updated to run the 'process callback' from hook_xmlsitemap_link_info() instead of assuming it will be the default entity one
Comment #6
dave reidCommitted #4 to 8.x-1.x.