-
- Downloads
Issue #3430613 by heddn: Automated Drupal 11 compatibility fixes for fixed_text_link_formatter
Showing
- .gitlab-ci.yml 7 additions, 44 deletions.gitlab-ci.yml
- composer.json 1 addition, 1 deletioncomposer.json
- fixed_text_link_formatter.info.yml 1 addition, 1 deletionfixed_text_link_formatter.info.yml
- src/Plugin/Field/FieldFormatter/FixedTextFileUrl.php 38 additions, 7 deletionssrc/Plugin/Field/FieldFormatter/FixedTextFileUrl.php
- src/Plugin/Field/FieldFormatter/FixedTextLink.php 2 additions, 2 deletionssrc/Plugin/Field/FieldFormatter/FixedTextLink.php
- tests/src/Functional/FixedTextLinkTest.php 4 additions, 1 deletiontests/src/Functional/FixedTextLinkTest.php
... | ... | @@ -4,6 +4,6 @@ |
"description": "Fixed text link formatter.", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^9.3 || ^10" | ||
"drupal/core": "^9.3 || ^10 || ^11" | ||
} | ||
} |
Please register or sign in to comment