Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
76.39 KB
MD5: 9b7073beae3ce7d5cdc158cc38d17121
SHA-1: 1c57b4aa52d7aa89dffa5872a5b080681a110d7c
SHA-256: 659361abec7e28eb8b32db6b08fca387727e96a8aa6d109a104f11ade06c42e9
Download zip
101.21 KB
MD5: 4ca2412cfbfa57914f8e6f0b84673a44
SHA-1: 5b836ac0428bc71cd6c9dd296f76002b94605f16
SHA-256: 95cd2430b47cf6fad9febfa76392bd4d6dcc774b307a2d6f8a5c215b7bdd4754
Release notes
Changes since 7.x-2.0-beta2:
- #502744: Attempt to increase PHP time limit when xmlsitemap_file_transfer() to prevent timeouts.
- #920062 by Kristen Pol, eriksen.costa, alveoten, Dave Reid: Fixed XMLWriter::openUri() needs a real path and not a stream wrapper URI. Fixed exceptions should be thrown during generation errors.
- #1147212 by neclimdul, Dave Reid: Fixed excessive cache_get() calls and PHP notices if entity_info_cache_clear() is not called prior to entity_get_info().
- Fixed COUNT() is an expensive query when used with InnoDB (see #196862).
- #1176526: Fixed hook_field_extra_fields() integration for node and taxonomy terms entities, as well as added integration for user entities.
- #1158956: Added requirements check for the xmlwriter PHP extension.
- #809674: Fixed call to undefind function i18n_default_language().
- #1112770 by David_Rothstein: Fixed entity info needs to be cleared when saving or deleting menus.
- #1109686 by Dave Reid: Fixed misspelling of 'alises' should be 'aliases.'
- #1109410 by David_Rothstein, Dave Reid: Fixed double 'menu' on some menu bundle lables, and ensure bundle labels are escaped.
- #1109402 by David_Rothstein: Fixed aggressive variable renaming with xmlsitemap_link_type_rename().
- Allow users to be listed that haven't logged in yet to match the behavior in user_view_access().
- Stripping CVS keywords