Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
18.41 KB
MD5: f2eb3886cfd3213662080c8df75da44a
SHA-1: 03da1c7e3f2288ea6f849fde28ef607216658e5b
SHA-256: fb62515d0891be32328e8eb72f280f47b3ea24c40add543272b564e92bec8ea9
Download zip
29.15 KB
MD5: 5a8f384cb386d5c9ec469fa3acf83731
SHA-1: 9e58235519ff98d44687ef27e6c49af37b4ca533
SHA-256: 7c0ba7f7f02b4f4abf3bfb4660278ddb9148f494f78a589714aea4f6189e74e0
Release notes
Release created on new 3.x branch due to #2940098: eval() should not be a standard feature.. If you haven't been using this module to execute PHP code from the front-end, you shouldn't have any problems upgrading. Otherwise, you'll need to find a less insecure way to do what you're doing. (See that issue as a starting point.)
Older branches will no longer be supported.
All changes since 8.x-2.1-beta1:
- #2922942 by guptahemant, purushotam.rai: If I change the autoprefilled pattern before saving the node then the output is not changed as it should be (#)
- #2922943 by guptahemant, purushotam.rai: Update the description of auto entity label configuration form (#)
- #2922980 by guptahemant, gg24, piyuesh23, purushotam.rai: Create schema for the new configuration objects generated in the parent issue (#)
- #2955566 by rpayanm, RenatoG: Untranslatable title on tab (#)
- #2922270 by dksdev01, VVS, Yogesh Pawar, RenatoG: Allow multibyte string in title (#)
- #2937533 by nkoporec, yo30, RenatoG, JimBehr: Add PHP example to main page description (#)
- #2935247 by dww, rootwork, RenatoG: Remove the (broken and misleading) 'Automatic label' configuration page at /admin/structure/auto-label (#)
- #2958565 by dww, RenatoG: Use #states to hide settings if auto_entitylabel is disabled for a given entity type (#)
- #2958484 by dww, rootwork, RenatoG: Port hook_auto_entitylabel_label_alter to D8 (#)
- #2960775 by JibTrimmer, RenatoG: generateLabel fails with exception Error: Cannot pass parameter 3 by reference in Drupal\auto_entitylabel\AutoEntityLabelManager->generateLabel() (#)
- #2946024 by Daniele Nicastro, fenstrat, guix, Anybody, DamienGR, nachosalvador, nkoporec: RouteEnhancer: Check if entity_type_id exists (#)
- #2984244 by byrond, RenatoG: "Escape special characters" option actually removes them (#)
- #2956969 by nkoporec, matjaz_zavski: Dependency Injection issues in EntityLabelNotNullConstraintValidator (#)
- #2972759 by geovanni.conti, RenatoG: Change replacement pattern for spaces (#)
- #3042768 by Sergiu Stici: Updated deprecated code. (#)
- #2120055 by dww, alisonjo2786: Trim auto-generated labels (#)
- #2920695 by m.lebedev, artis, durum, andileco, OnkelTem, robertoperuzzo: Implemented a hook_entity_insert(). (#)
- #2923876 by Pancho, axel.rutz, daggerhart, hanoii: Fixes for when provider !=entityTypeId (#)
- #2856152 by axel.rutz: Auto Label tab not displayed for Media-Entity Bundles (#)
- #2940098 by dww, sanduhrs: Removed all support for PHP code execution. (#)