Install
Works with Drupal: ^9.4 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Drupal 11 compatibility, bugfixes and minor improvements
NoteNew permissions were introduced to access the bulk create and delete pages, they now either require the administer pathauto settings or one of the new permissions instead, before they only required the administer url aliases permission. Existing sites may want to grant these permissions to certain roles
Contributors (18)
Alexander Tallqvist, AlexanderTallqvist, Nikolay Shapovalov, Project-Update-Bot, TolstoyDotCom, Zulljin, berdir, dww, guilherme-almeida, guilherme-lima-almeida, leslieg, lucashedding, mandclu, nikral, solideogloria, thatguy, tormu, zniki.ru
Changelog
Issues: 12 issues resolved.
Changes since 8.x-1.12:
Bug
- #3412266: Fix phpunit erros on Drupal 10.2
- #3464027: Can't reinstall configuration for pathauto_update_alias_user and pathauto_update_alias_node
- #3370089 by guilherme-lima-almeida, TolstoyDotCom: TypeError : implode(): Argument #1 ($pieces) must be of type array, string given dans implode() (*/web/modules/contrib/pathauto/src/Form/PathautoSettingsForm.php ligne 255)
- #3049145: Memory limit hit when deleting MANY aliases
- #3276874 by nikral, Zulljin: Error on settings form when enabled_entity_types config key is not set
- #3395164 by Alexander Tallqvist, tormu, thatguy: Permissions for bulk generate and update
Task
- #3362550 by leslieg: Added logo.png for Project Browser compatibility.
- #3411794 by Nikolay Shapovalov: Fix phpcs Drupal.Arrays.Array issues
- #3411804 by Nikolay Shapovalov: Fix phpcs Drupal.Classes, DrupalPractice.FunctionCalls, SlevomatCodingStandard.PHP, Drupal.Semantics
- #3411043: The definition for the 'pathauto.pattern.*.*' sequence declares the type of its items in a way that is deprecated in drupal:8.0.0
- #3433870: Automated Drupal 11 compatibility fixes for pathauto
- #3345256 by dww: Require Drupal 9.4 and remove BC layer using deprecated ModuleHandler::getImplementations()