From 2fad1e5ed954292f4edc9542428cb72e7e7ceb52 Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Wed, 21 Aug 2024 12:35:13 +0100 Subject: [PATCH 1/2] Update link_attributes to 2.x branch Fix #115 Set min version to 2.1 as 1.x branch unsuported. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32aecac..e2c070a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "drupal/facets": "^2.0", "drupal/entity_reference_facet_link": "^2.0.0-beta", "drupal/field_group": "~3.0", - "drupal/link_attributes": "^1.2", + "drupal/link_attributes": "^2.1", "drupal/pathauto": "~1.0", "drupal/search_api": "^1.17", "drupal/search_api_autocomplete": "^1.3", From b0f4c6c467d5f85068058cb5a9d0379a7210e749 Mon Sep 17 00:00:00 2001 From: ekes Date: Tue, 27 Aug 2024 12:50:13 +0200 Subject: [PATCH 2/2] Remove unused module link_attributes. --- composer.json | 1 - localgov_news.info.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/composer.json b/composer.json index e2c070a..60c1d72 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,6 @@ "drupal/facets": "^2.0", "drupal/entity_reference_facet_link": "^2.0.0-beta", "drupal/field_group": "~3.0", - "drupal/link_attributes": "^2.1", "drupal/pathauto": "~1.0", "drupal/search_api": "^1.17", "drupal/search_api_autocomplete": "^1.3", diff --git a/localgov_news.info.yml b/localgov_news.info.yml index 8a519bd..279501c 100644 --- a/localgov_news.info.yml +++ b/localgov_news.info.yml @@ -20,7 +20,6 @@ dependencies: - entity_reference_facet_link:entity_reference_facet_link - facets:facets - field_group:field_group - - link_attributes:link_attributes - localgov_core:localgov_core - localgov_core:localgov_media - localgov_topics:localgov_topics