Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
32.88 KB
MD5: b1fd8e47c0b67405d92dad2874a577d7
SHA-1: 935d3f430c7ad1e9c975495d119bdb65c70bd473
SHA-256: 32e1f0e65d6f162c0975fc490a8b4b4ed3e38edf0d15c40c15fa6b2515888660
Download zip
48.66 KB
MD5: 70be4f5ad2f42cf4150a4790f99f39c4
SHA-1: f88b904f8e71d849693309b9315f25e7c06a6d77
SHA-256: b55bd1c8fb41a8bfb6e1cac019f745fab3ee855803945e99943cad41fd02de22
Release notes
Bug fixes
#2826556: Schema issues introduced
#2833719: Fix misspelling
#2826684: Error When Performing Updates from 2.6 to 2.7
#2827825: Warning: Illegal string offset 'path' SitemapGenerator.php:102
New features
#2781627: Not possible to override base_url in production
API changes
The custom links have been moved to the subkey links in simple_sitemap.custom configuration. If you are using the module's API methods, you are fine.
API methods
- getSetting()
- saveSetting()
- getSitemap()
- generateSitemap()
- enableEntityType()
- disableEntityType()
- entityTypeIsEnabled()
- getBundleSettings()
- setBundleSettings()
- bundleIsIndexed()
- getEntityInstanceSettings()
- setEntityInstanceSettings()
- removeEntityInstanceSettings()
- getCustomLink()
- getCustomLinks()
- addCustomLink()
- removeCustomLink()
- removeCustomLinks()