Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download simple_sitemap-8.x-2.7.tar.gztar.gz 32.83 KB
MD5: 1c60af889f0d605b6ec69854bcb855ad
SHA-1: dc5b2ff2b618ffbb28131764218094f07c0b108b
SHA-256: 8cc971f8cfdce6a55a27b7be7a146b63078162b4c788cbb1e76f0e9045524744
Download simple_sitemap-8.x-2.7.zipzip 47.99 KB
MD5: deee475f40e56ed96d4fdd1c5318f045
SHA-1: 4d1fb3f71fc63e64095de3658c571f3d3a6223fc
SHA-256: 503da4b0855b743ccd226edc81aa95e0e0093d2a9a03c29291a22ede17a0c5df

Release notes

Bug fixes

#2816023: Unpublished translations are appearing in sitemap
#2799071: Conflicts with Webprofiler
#2817145: Configuration isn't imported with config-import
#2811627: Batch URL Generator fails when you have disabled menu link items
#2811791: PHP Notices when editing and saving nodes
#2798863: Error if custom link is not an entity

New features

#2817497: Matching schema to sitemaps.org

API changes

#2763855: Entity overrides are stored in configuration

simple_sitemap.generator service's API methods:
Entity overrides are now stored in the database and not in configuration. simple_sitemap.settings config has been split into simple_sitemap.settings and simple_sitemap.bundle_settings.*.*. All of the changes above should not hurt too much if the module's API methods are used.

Removed API methods

  • getConfig()
  • saveConfig()

API methods

  • getSetting()
  • saveSetting()
  • getSitemap()
  • generateSitemap()
  • enableEntityType()
  • disableEntityType()
  • entityTypeIsEnabled()
  • getBundleSettings()
  • setBundleSettings()
  • bundleIsIndexed()
  • getEntityInstanceSettings()
  • setEntityInstanceSettings()
  • removeEntityInstanceSettings() new
  • getCustomLink()
  • getCustomLinks() new
  • addCustomLink()
  • removeCustomLink()
  • removeCustomLinks()
Created by: gbyte
Created on: 10 Nov 2016 at 20:33 UTC
Last updated: 26 Dec 2016 at 20:18 UTC
Bug fixes
New features

Other releases