Upgrade Drupal to 10.4
parent
7f61acb0
No related branches found
No related tags found
... | ... | @@ -102,7 +102,7 @@ |
], | ||
"require": { | ||
"php": ">=8.1", | ||
"bower-asset/bootstrap": "v5.3.3", | ||
"twbs/bootstrap": "5.3.3", | ||
"bower-asset/jquery-cycle": "3.0.3", | ||
"bower-asset/jquery-hoverintent": "v1.10.2", | ||
"bower-asset/json2": "dev-master", | ||
... | ... | @@ -123,7 +123,7 @@ |
"drupal/cern-dev-status": "3.1.2", | ||
"drupal/cern-display-formats": "3.0.1", | ||
"drupal/cern-full-html-format": "3.0.2", | ||
"drupal/cern-indico-feeds": "3.0.2", | ||
"drupal/cern-indico-feeds": "3.0.4", | ||
"drupal/cern-install-profiles": "9.0.2", | ||
"drupal/cern-integration": "2.0.0", | ||
"drupal/cern-landing-page": "3.0.4", | ||
... | ... | @@ -145,10 +145,11 @@ |
"drupal/components": "3.1.0", | ||
"drupal/config_update": "2.0.0-alpha4", | ||
"drupal/content_access": "2.0.0", | ||
"drupal/core-composer-scaffold": "10.3.10", | ||
"drupal/core-project-message": "10.3.10", | ||
"drupal/core-recommended": "10.3.10", | ||
"drupal/core-composer-scaffold": "10.4.3", | ||
"drupal/core-project-message": "10.4.3", | ||
"drupal/core-recommended": "10.4.3", | ||
"drupal/ctools": "4.1.0", | ||
"drupal/date_filter": "1.0.2", | ||
"drupal/date_popup": "2.0.2", | ||
"drupal/devel": "5.3.1", | ||
"drupal/ds": "3.24.0", | ||
... | ... | @@ -307,10 +308,12 @@ |
"Fixes crash if an external URL is specified in page path https://www.drupal.org/project/drupal/issues/2973422": "patches/save_views_external_url-2973422-19.patch", | ||
"Fixes call to a member function getAccountName() on null https://www.drupal.org/project/drupal/issues/3161212": "patches/core-node_add_author_error-3161212-2-9.x.patch", | ||
"Fixes TypeError: Cannot access offset of type string on string https://www.drupal.org/project/drupal/issues/3336312": "patches/3336312.patch", | ||
"Fixes Rewrite as URL adding equals sign to end of url https://www.drupal.org/project/drupal/issues/1464244#comment-15685744":"patches/1464244-71.patch", | ||
"Fixes Rewrite as URL adding equals sign to end of url https://www.drupal.org/project/drupal/issues/1464244#comment-15685744": "patches/1464244-71.patch", | ||
"Fixes markup issue https://www.drupal.org/project/drupal/issues/3253568": "patches/3253568-18.patch", | ||
"Fixes RssFields compatibility issue https://www.drupal.org/project/drupal/issues/2511878#comment-15806953": "patches/2511878-85-10.3.patch", | ||
"Fixes Argument #2 must be of type array, null given in array_diff() https://www.drupal.org/project/drupal/issues/3460773": "patches/ThemeRegistry.patch" | ||
"Fixes Argument #2 must be of type array, null given in array_diff() https://www.drupal.org/project/drupal/issues/3460773": "patches/ThemeRegistry.patch", | ||
"Grouped exposed filters do not work when input from user is an array https://www.drupal.org/project/drupal/issues/3357973": "patches/core-1810148_114-1.patch", | ||
"Invalid config structure can result in exceptions when saving a config entity https://www.drupal.org/project/drupal/issues/2925890": "patches/2925890-75.patch" | ||
}, | ||
"drupal/paragraphs": { | ||
"Fixes data loss on using the Paragraphs Asymmetric Translation Widgets https://www.drupal.org/project/paragraphs_asymmetric_translation_widgets/issues/2992777": "patches/patch-to-fix-wrong-summary-on-converted-async-paragraphs-after-running-patch-2992777-v2.patch" | ||
... | ... | @@ -322,7 +325,7 @@ |
"Fixes call to a member function isEmpty() on null https://www.drupal.org/project/filefield_paths/issues/3339688": "patches/filefield_paths-call_isEmpty_on_null-3339688-4.patch" | ||
}, | ||
"drupal/filelog": { | ||
"Fixes Circular reference detected for service https://www.drupal.org/project/filelog/issues/3416342":"patches/3416342-12.patch" | ||
"Fixes Circular reference detected for service https://www.drupal.org/project/filelog/issues/3416342": "patches/3416342-12.patch" | ||
}, | ||
"__comments__": {} | ||
}, | ||
... | ... | @@ -339,4 +342,4 @@ |
"merge-scripts": true | ||
} | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
patches/2925890-75.patch
0 → 100644
patches/core-1810148_114-1.patch
0 → 100644
Please register or sign in to comment