diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fdfcf7..17022739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,11 @@ - Unpin drupal/core-recommended from 10.3.6 to ^10.3 to allow for upgrade to latest 10.3.x - Update core patch to allow upgrade to 10.4.x LTS - Updates for Drupal Contrib + WxT - - Issue #3415924 by liam morland: Allow setting GC Adobe Analytics metatag attributes [3415924](https://www.drupal.org/node/3415924) - - Issue #3436190 by OPTASY: [WxT 10.2] Issues with WxT Extend Config module [3436190](https://www.drupal.org/node/3436190) - - Issue #3486425: Block Class 2.0.12 is unsupported [3486425](https://www.drupal.org/node/3486425) - - Issue #3490685: wxt versions crashes on upgrades since admin_toolbar_links_access_filter is deprecated for Drupal 10.3+ [3490685](https://www.drupal.org/node/3490685) + - Allow setting GC Adobe Analytics metatag attributes [3415924](https://www.drupal.org/node/3415924) + - [WxT 10.2] Issues with WxT Extend Config module [3436190](https://www.drupal.org/node/3436190) + - Block Class 2.0.12 is unsupported [3486425](https://www.drupal.org/node/3486425) + - wxt versions crashes on upgrades since admin_toolbar_links_access_filter is deprecated for Drupal 10.3+ [3490685](https://www.drupal.org/node/3490685) + - Invalid config schema breaks add_langcode_to_all_translatable_config db update [3489087](https://www.drupal.org/node/3489087) - Updated for WxT Bootstrap - N/A - Updates for WxT Library diff --git a/composer.json b/composer.json index 394e91ad..501f469e 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,7 @@ "w8tcha/ckeditor-codemirror": "1.18.5" }, "require-dev": { - "drupal/core-dev": "^10.3", + "drupal/core-dev": "10.4.*", "drupal/drupal-extension": "5.0.0-alpha1", "drush/drush": "^12.4.3", "oomphinc/composer-installers-extender": "^1.1 || ^2",