Downloads
Download tar.gz
46.41 KB
MD5: d62871fc18dde068222f0759a611acfe
SHA-1: 69d01b009294cd610bed9da15cfd147d9068eb00
SHA-256: ecd2f999e477096f0e76ae4d8e92e970fa340028b4cd33e4f284dce7acf4e566
Download zip
67.66 KB
MD5: 4a604bd07f088aff0a66800d4a120e3c
SHA-1: 672ffebf10e08579ef136eb205ed0ac50a5cc1e6
SHA-256: 805e587822bb7914934b099d7c9ae7bfffdc1404ac6f8f9c71ff7367f823ea02
Release notes
This release adds the ability to create site maps with Views, including Google News site maps. This feature was sponsored by EmpowHer.com - Strong Women Transforming Health.
Changes since DRUPAL-5--1-4:
- Eliminated conversion of element IDs to additional link paths.
- #199413 by David Thomas (davidwthomas). Fixed SQL error when node has more than one alias.
- #253786 Fixed table alias for term_data. Wrong alias caused private forums to be included in the site map.
- #215817 by jcnventura. Google sometimes indexes its own verification link and reports errors in the HTML. Made link return proper HTML.
- #198173 by Liam McDermott. Query to populate the XML Sitemap table could crash the database server when there were large numbers of URL aliases. Split the URL alias into a separate query.
- #207778 Documented incompatibility with MySQL versions below 4.0.14.
- #257698 by greggles. Use CAST in joins to url_alias table so that it can be joined on the src index instead of the src column.
- Improved formatting of site map output.
- #123495 Added the ability to create both regular site maps and Google News site maps with Views.
- #258579 by Annette Tisdale. Fixed order of hook_comment() parameters.
- #258292 Fixed default site map priority. Was 0.1, should be 0.5.