Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 33.97 KB
MD5: ab573e4159536ea449ea1eab7e854bb5
SHA-1: ea689f3948e596e79f058b238e09621b7fd1ecdc
SHA-256: 36f034dd6c87b8eeb93e4192143715c4e98fb47ae3cc0243acb370ac953c4161
Download zip 50.31 KB
MD5: 7c10adf1a13235303abaffd9523c6020
SHA-1: 73bc5b375a7563ee217688f752318fe044b1e9de
SHA-256: d1b39d1f0490f120cd15e1fa9e69ad581f00767e993cf9d398744ab7e7b032be

Release notes

Bug fixes

#2826684: Error When Performing Updates from 2.6 to 2.7
#2844636: PostgreSQL throws error on bundle delete
#2846875: Invalid argument supplied for foreach() SitemapGenerator.php:103
#2853459: "Recursive router rebuild detected" during installation of the module with a profile

New features

#2784079: Support RobotsTxt module

Other improvements

#2863371: Generation of sitemap with chunks uses a lot of memory

API changes

There have been no API changes. Please make sure to use the below simple_sitemap.generator service API instead of accessing the module's configuration storage directly.

API methods

  • getSetting()
  • saveSetting()
  • getSitemap()
  • generateSitemap()
  • getGeneratedAgo()
  • enableEntityType()
  • disableEntityType()
  • setBundleSettings()
  • getBundleSettings()
  • setEntityInstanceSettings()
  • getEntityInstanceSettings()
  • removeEntityInstanceSettings()
  • bundleIsIndexed()
  • entityTypeIsEnabled()
  • addCustomLink()
  • getCustomLinks()
  • getCustomLink()
  • removeCustomLink()
  • removeCustomLinks()
Created by: gbyte
Created on: 29 Mar 2017 at 08:16 UTC
Last updated: 25 Sep 2017 at 16:39 UTC
Bug fixes
New features
Unsupported

Other releases