Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download pathauto-8.x-1.0-beta1.tar.gztar.gz 60.71 KB
MD5: 85259b46446e4b61f05ca166cf0b43e1
SHA-1: 89767a3445e8e9bdc4d82df18647552dddac7a31
SHA-256: fc2684e138f49247aa79b0c6797164e10e2aa89a3ac7acb8eb9c33699f4b5596
Download pathauto-8.x-1.0-beta1.zipzip 94.4 KB
MD5: e0e724829431d0c9d6bb862c8bc751a5
SHA-1: 0c8756d73d5b1f95419921926e8e55bc0c69e41b
SHA-256: 4b1a7f28598732c984d1b16ed6155c4bff144e1b46fd8ead887c1480393074ae

Release notes

This is the first beta release for pathauto. The main new feature is support for any entity type, you just need to enable it in the settings and then patterns can be added for it. Also includes a number of improvements, for example compatibility when using it with drupal.org's composer repository.

Changes since 8.x-1.0-alpha3:

  • #2766303 by Chandan Chaudhary, morsok: Remove composer.json and namespace dependencies
  • #2756277 by harsha012, borisson_: Coding Standard
  • #2672150 by Bambell, Sharique: Use alias manager and storage services instead of custom queries against url_alias
  • #2705545 by Bambell: Pattern field is not required when editing a pattern entity
  • #2722019 by jojyja, j2r: Removing unused imports in code
  • #2761741 by loopduplicate: Document update 8106
  • #2762527 by Berdir: Fix test fails
  • #2755125 by harsha012: $this->t() should be used instead of t()
  • #2655780 by Bambell, Berdir, rachel_norfolk, Kgaut: Allow to configure entity types to add path base fields (so that Pathauto can apply for them)
  • #2752233 by rajeshwari10, Bambell: Replace the entity manager with the entity type manager in the code base
  • #2725555 by dbt102, rajeshwari10, Bambell: Tweak Pathauto help
  • #2747011 by rajeshwari10: Replace deprecated usage of \Drupal::url with Url::fromRoute
  • #2717883 by neerajsingh, Pashupathi Nath G: Replace deprecated usage of entity_create('node') with a direct call to Node::create()
  • #2733659 by neerajsingh: Remove deprecated method urlInfo()
  • #2718375 by mikeryan, Berdir: Fixed route collision reported when alias matches a different language
  • #2727559 by webflo: Make pathauto compatible with Drupal Packagist and Drupal.org
Created by: Berdir
Created on: 19 Sep 2016 at 19:27 UTC
Last updated: 18 Jan 2017 at 23:18 UTC
Bug fixes
New features

Other releases