Install

Works with Drupal: ^8.8 || ^9

Using Composer to manage Drupal site dependencies

Alternative installation files

Download xmlsitemap-8.x-1.0.tar.gztar.gz 91.84 KB
MD5: b71910438bcff59b25dd8e2ced96ecf4
SHA-1: a226212d8045c100c8e52a90b1107d0261a2fffc
SHA-256: 5ce0d0d33d7496bbf2f48387b74b3ec235397a0e47b12602d74f1e50b9ad141a
Download xmlsitemap-8.x-1.0.zipzip 142.08 KB
MD5: 68ecdf806329ea7ff2270840be607f57
SHA-1: 29395aa9eea8a58edefa3f9e0999d4d3a7f6b08f
SHA-256: ee1a03e8effa0c55e0087105764846fd76d76be14561fb32b34ccd83d824d57a

Release notes

Contributors (26)

Dave Reid, Chewie, rp7, thalles, Neslee Canil Pinto, ilgnerfagundes, deulenko, SpadXIII, marcoscano, voleger, alex_optim, pifagor, phoang, piyuesh23, neclimdul, edemidenko, salah1, Samvada_Jain_M, vuil, atul4drupal, sidharthap, andralex, Tolyan4ik, paulocs, RenatoG, VadymK

Changelog

Issues: 18 issues resolved.

Changes since 8.x-1.0-rc1:

Bug

  • #3150732 by Dave Reid: Fixed xmlsitemap_xmlsitemap_index_links() does not subquery against the xmlsitemap table to only query for un-indexed links.
  • #3134540 by Dave Reid: Fixed sitemap generation should fail if xmlsitemap_check_directory() returns FALSE. Fixed xmlsitemap_get_directory() should always return a valid directory even if config is empty. Removed exception catching in xmlsitemap_sitemap_get_max_filesize() which is no longer necessary.
  • #2869214 by Dave Reid, Chewie: Removed xmlsitemap_file_transfer() since it conflicts with File Entity's hook_file_transfer(). Deprecated xmlsitemap_file_output() in favor of BinaryFileResponse.
  • #3106767 by Dave Reid: Fixed fields not visible on user register form and added test coverage for new entity forms.
  • #3100808 by Dave Reid, SpadXIII, marcoscano: Fixed errors when running drush cron to regenerate the sitemaps. Removes unneeded PHPUnit assertion methods.
  • #3117561 by phoang, piyuesh23, neclimdul, ilgnerfagundes: Update the path_alias table

Feature

  • #3079398 by Dave Reid, rp7: Fixed logic for which entity types can be supported by XML sitemap. Remote entities without base tables are now supported. Entity types such as Custom Blocks, Comment, and Shortcut that should not have been supported are no longer configurable.
  • #3092690 by Dave Reid: Added setting to exclude items that have individually overridden the robots meta tag to noindex.

Task

Created by: Dave Reid
Created on: 29 Jun 2020 at 17:17 UTC
Last updated: 29 Jun 2020 at 17:17 UTC
Bug fixes

Other releases