Downloads
Download tar.gz
43.78 KB
MD5: afcc1a388e9e02b971580991b98e529b
SHA-1: bc2cc8aa973270e1200ada652cbe8e229d1ff147
SHA-256: 610b8a61430777ad3f63ef126e8ef956954b113574d40c54a121096c2da9d15d
Download zip
49.08 KB
MD5: 5888b8ad04d7523548775c286a357eca
SHA-1: da045a03d088c154858e596d728cae404a2c3bbd
SHA-256: 49f87a138624826e84e6865024e528f9af4f3df637d2fae1cd2a2ab978b33493
Release notes
Changes since 6.x-2.0:
- Fixed pathauto_alias_uniquify() did not use pathauto_truncate_utf8().
- #2423077 by Dave Reid, TuWebO: Fixed wrong parameters passed to truncate_utf8() from pathauto_alias_uniquify().
- #1899806: Fixed URL segments with empty tokens inbetween separator resulted in duplicated backslashes in Pathauto alias.
- #1565850: Added hook_pathauto_pattern_alter().
- Simplify invocations of pathauto_cleanstring() by both accepting $options['langauge'] and $options['langcode'].
- Bug #973908: Fix pathauto_cleanstring() lacks language context.
- Updated PATHAUTO_PREG_CLASS_UNICODE_WORD_BOUNDARY to match the Drupal 7 value.
- #1003490: Renamed 'Bulk update' tab to 'Bulk generate' to better reflect actual functionality.
- #1574700 by jgSnell, fletchgqc: Clarified transliteration help text means US-ASCII instead of ASCII-96.
- #2174603: Added support for an $options['force'] parameter in pathauto_*_update_alias() callbacks that ignores the $object->path['pathauto'] value and will always perform aliasing.
- #1834666 by greggles: Update README.txt maintainers
- #1796920: Fixed pathauto_action_info() did not define the required 'hooks' property for each action.
- #1189844: Added hook_action_info() support for bulk updating nodes, terms, and users with Views Bulk Operations.
- Prevent core bug #600836 (infinite batch errors) if new entities are added while the batch processes are running.