Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
77.57 KB
MD5: bd45a8817edf3df9510f05a1b2bc831b
SHA-1: c3f5a282064f3d5ea3e25c67b58eb943c4c57b3d
SHA-256: 0bf3bd1320ef7606795263afa22bb086153aa7d621eda40a4fd939c8fb31abb6
Download zip
102.4 KB
MD5: 3e2c50ee0a4d622c4bee69f0e8ac9f8d
SHA-1: 4a31320e93e96df1ccc8a985d05176ae4734441d
SHA-256: 166dc6da6418312f95fb726927d130562bb33405130b214e077dbb2f042f5c80
Release notes
Changes since 7.x-2.0-rc2:
- #1276232 by matglas86 | Sifro: Fixed invalid XSL URI when using multilingual sitemaps.
- Added additional failure checks for startDocument() return value, and empty filesize() on endDocument().
- #1435264 by mgriego, gordon, Carsten Müller, rooby | FanisTsiros: Removed the XMLSitemapWriter::flush method which causes unnecessary XMLSitemapGenerationException exceptions
- #2068633 by bkonetzny: Fixed broken link to documentation in README.txt.
- #1460594 by tripper54 | coderintherye: Removed use of deprecated function drupal_realpath().
- #2065559 by mikeryan: Use drupal_static() in xmlsitemap_node_get_timestamps() to help prevent excessive memory use when bulk creating/updating nodes.