Install

Works with Drupal: ^9.3 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download pathauto-8.x-1.11.tar.gztar.gz 73.82 KB
MD5: 83db19ad2e578c3c6655568c493d8a91
SHA-1: 849532daf89f534a688f052a175364d19ccb5562
SHA-256: ed175fb2cb24b426835dc94e929e224d99ee9fa6b499a5d8f074e015a3a0ec38
Download pathauto-8.x-1.11.zipzip 119.05 KB
MD5: 204d33b37585ce511d9907ecc470fe6a
SHA-1: a006fe9e6046a9833711a1ae56aa4752e65bcdc8
SHA-256: f4a4de65089f47e7382840d115ea625a71622ac1d308cacfa9d066c0595ae538

Release notes

Remove dependency on ctools, Drupal 10 compatibility

IMPORTANT: Removal of ctools dependency

Pathauto no longer has a runtime dependency on the ctools module. This might cause problems if other modules implicitly use ctools functionality without depending on it.

Note that for backwards compatibility, the composer definition still depends on the ctools project, but it's no longer installed on new projects and existing projects may uninstall it if they are not using it.

The composer definition is there so that existing sites do not automatically have the code removed underneath them and continue to work. This will be removed in the future in a new major version. It is recommended to either add an explicit dependency on ctools if you plan to keep using it or uninstall it.

To fully remove ctools from the project, add a replace section to the root composer.json:

   "replace": {
        "drupal/ctools": "*"
    },

Note that this will also skip it in case another module depends on it and the definition will need to be removed then.

Before uninstalling ctools, verify that no configuration dependencies remain on pathauto patterns or other config entities. Pathauto patterns should have that dependency removed automatically when resaving them.

Contributors (6)

Berdir, benjifisher, S_Bhandari, Ada Hernandez, JeroenT, joelpittet

Changelog

Issues: 3 issues resolved.

Changes since 8.x-1.10:

Bug

Task

Created by: Berdir
Created on: 2 Aug 2022 at 20:35 UTC
Last updated: 10 Aug 2022 at 11:06 UTC
Bug fixes
New features

Other releases