Hi! Creating a merge request to add Drupal 11 compatibility. I ran the code of the dev branch through Drupal Rector and fixed a couple deprecations.

Issue fork digest-3550624

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kurttrowbridge created an issue. See original summary.

kurttrowbridge’s picture

Status: Active » Needs review

kurttrowbridge’s picture

MR updated to add a field_type_categories.yml file to the module—without it, in Drupal 11, adding a field fails with an AssertionError (see #3523013: AssertionError: "General" must be defined in MODULE_NAME.field_type_categories.yml in assert() (line 183 of core/lib/Drupal/Core/Field/FieldTypePluginManager.php). for a similar issue).