Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
36.32 KB
MD5: 6edd617da0cfa31ddde247933d670ef4
SHA-1: b77a8af822e4ab7217702cbfca61617284e7eab3
SHA-256: 3d2bc2381139daedb0e77fc4e1a4d942a65605b30f0c2a9e347b30d6b01047a1
Download zip
41.48 KB
MD5: 584227b59ad419fda9104fa60d19aab3
SHA-1: c149b8d91568c4c9b82604c364934db8647586b4
SHA-256: a9b749fc5a8f8624fb184c6705c62ded8c6ff60e1b55ab77e6a74b7e790cafd0
Release notes
Changes since 7.x-1.0-rc2:
- #1289550: The source and language contexts could not be altered from hook_pathauto_alias_alter().
- #1325976: Improved and shortened text on edit forms.
- #1322902: Abstracted the unique variant code into pathauto_alias_uniquify().
- #1302158: Added workaround for core issue #1003788 to suppress exceptions thrown when calling menu_get_item().
- #1279270: Fixed taxonomy and forum bulk updating did not actually loop through all terms.
- #167786: Fixed check_plain()'d token values using decode_entities() before stripping tags.
- #1244470: Fixed pathauto_field_extra_fields_alter() should actually be path_field_extra_fields() on behalf of path.module.
- Fixed the pathauto.tokens.inc file was committed prematurely before it was finished and had tests.