From e046165a7ef664feb38219096c57e91b2563e434 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 31 Oct 2022 14:42:19 +0100 Subject: [PATCH 1/4] updated smart_trim to ^2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a8262b4..09cb27d 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "drupal/redis": "^1.0", "drupal/search_api": "^1.10", "drupal/search_api_db": "^1.10", - "drupal/smart_trim": "^1.1", + "drupal/smart_trim": "^2.0", "drupal/smtp": "^1.0@beta", "drupal/synonyms": "^2.0.0-beta2", "drupal/translation_views": "^1.0@alpha", From fba104debf477ae481ef009894b10836b5c7866e Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 1 Nov 2022 09:34:55 +0100 Subject: [PATCH 2/4] updated better_exposed_filters --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 09cb27d..59ddfe1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "drupal/autocomplete_deluxe": "^2.0@RC", "drupal/autologout": "^1.0", "drupal/betterlogin": "^1.2", - "drupal/better_exposed_filters": "^5.0@beta", + "drupal/better_exposed_filters": "^6.0", "drupal/block_class": "^1.0", "drupal/bulkdelete": "1.x-dev", "drupal/cshs": "1.x-dev", From b06c8e53e2733a193329c2e318a6186d0a405c2e Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 21 Nov 2022 11:40:18 +0100 Subject: [PATCH 3/4] removed views_ef_fieldset --- composer.json | 1 - figli_starter_kit.info.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 59ddfe1..a4e0878 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,6 @@ "drupal/video_embed_field": "^2.0", "drupal/views_bulk_operations": "^4.0", "drupal/views_bulk_edit": "^2.2", - "drupal/views_ef_fieldset": "^1.2", "kint-php/kint": "^3.3", "drupal/devel_kint_extras": "^1.0" }, diff --git a/figli_starter_kit.info.yml b/figli_starter_kit.info.yml index 0573004..925b838 100644 --- a/figli_starter_kit.info.yml +++ b/figli_starter_kit.info.yml @@ -107,7 +107,7 @@ dependencies: - 'video_embed_field' - 'views_bulk_edit' - 'views_bulk_operations' - - 'views_ef_fieldset' + # - 'views_ef_fieldset' themes: - 'adminimal_theme' From a95441613b3af6bbd3d0b5c8d1b8567fc27f98da Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 21 Mar 2023 11:38:36 +0100 Subject: [PATCH 4/4] updated admin_toolbar smart_trim --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4e0878..a4a9fa5 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "drush/drush": "^10", "drupal/console": "^1.8", "drupal/adminimal_theme": "^1.3", - "drupal/admin_toolbar": "^3.0", + "drupal/admin_toolbar": "^3", "drupal/address": "^1.10", "drupal/advanced_text_formatter": "^2.0", "drupal/audiofield": "^1.6",