Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core 10.3.10 udpate + modules #259

Merged
merged 5 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"drupal/eva": "^3.0",
"drupal/facets": "^2.0",
"drupal/fancy_file_delete": "^2.0",
"drupal/field_group": "3.4",
"drupal/field_group": "^3.6",
"drupal/field_permissions": "^1.1",
"drupal/field_validation": "^1.0@beta",
"drupal/filefield_paths": "^1.0@beta",
Expand Down Expand Up @@ -155,8 +155,8 @@
"drupal/upgrade_status": "^4.3",
"drupal/video_embed_field": "~2.0",
"drupal/views_autocomplete_filters": "^1.3 || ^2.0",
"drupal/views_bulk_edit": "^2.6",
"drupal/views_bulk_operations": "^4.1",
"drupal/views_bulk_edit": "^3.0",
"drupal/views_bulk_operations": "^4.3",
"drupal/views_combine": "^1.0@alpha",
"drupal/views_data_export": "^1.1",
"drupal/views_exclude_previous": "^2.0@beta",
Expand Down Expand Up @@ -293,9 +293,6 @@
"3049216 - ajax error": "https://www.drupal.org/files/issues/2023-01-31/3049216-21_0.patch",
"3315678 - strnatcasecmp(): Passing null to parameter #2 ($string2) of type string is deprecated": "https://www.drupal.org/files/issues/2023-01-30/categorizing_plugin_error-3315678-16.patch"
},
"drupal/htmlpurifier": {
"2989756 - HTMLPurifier Serializer caches into vendor directory by default": "https://www.drupal.org/files/issues/2021-09-24/serializer-caches-into-vendor-d9-2989756-14.patch"
},
"drupal/inline_entity_form": {
"3099844 - Required fields make an optional IEF (erroneously) required": "https://www.drupal.org/files/issues/2024-02-01/inline_entity_form-required_fields_optional_ief-3099844-35.patch"
},
Expand All @@ -308,9 +305,6 @@
"drupal/flag": {
"3336839 - FlagCountManager: Call to a member function id() on null": "https://www.drupal.org/files/issues/2024-09-09/3336839.patch"
},
"drupal/gin": {
"3460194 - Double check-all boxes in sticky header": "https://www.drupal.org/files/issues/2024-09-20/gin-issue-3460194-mr-455.patch"
},
"drupal/webform": {
"3323334: Allow Disabling open/closed/scheduled on field widget": "https://www.drupal.org/files/issues/2022-11-25/3323334-allow-disabling-open-closed-scheduled-on-field-widget-6.2.x-with-schema-and-testing-coverage.patch"
},
Expand All @@ -321,7 +315,7 @@
"3187789 - Search API Views compatibility" : "https://www.drupal.org/files/issues/2023-05-18/3187789-Add-Search-API-filter-support.patch"
},
"drupal/field_group": {
"3205504 - Add support for #description_display":"https://www.drupal.org/files/issues/2022-10-27/3205504-20.patch"
"3205504 - Add support for #description_display":"https://git.drupalcode.org/project/field_group/-/merge_requests/56.patch"
},
"drupal/image_widget_crop": {
"3153736 - Enforce hard limit": "https://www.drupal.org/files/issues/2020-06-22/3153736-2.patch",
Expand Down
Loading
Loading