From 293e99b90f3bda5700b8eb1a460d36e132b7e5ac Mon Sep 17 00:00:00 2001 From: William Hearn Date: Sun, 14 Apr 2024 20:43:28 -0400 Subject: [PATCH] feat(core): Update Drupal Core to v10.2.5 --- CHANGELOG.md | 2 +- composer.json | 6 +----- tarball.sh | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6bacee..ed797135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Security Updates for Drupal Core - N/A - Updates for Drupal Core - - N/A + Patch (bugfix) release of Drupal Core to `v10.2.5` - Updates for Drupal Contrib + WxT - N/A - Updated for WxT Bootstrap diff --git a/composer.json b/composer.json index a43d5216..b4735e89 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "drupal/ckeditor_details": "^2.1.0-alpha1", "drupal/config_rewrite": "^1.5", "drupal/core-composer-scaffold": "^10.2", - "drupal/core-recommended": "10.2.3", + "drupal/core-recommended": "10.2.5", "drupal/core_context": "1.1", "drupal/crop": "^2.0.0-rc1", "drupal/ctools": "^3.9", @@ -278,10 +278,6 @@ "Enter drupal/paragraphs patch #2878615 description here": "https://www.drupal.org/files/issues/comments_entity_uri-2878615-6.patch" }, - "drupal/password_policy": { - "Enter drupal/password_policy patch #3362201 description here": - "https://www.drupal.org/files/issues/2023-05-23/password_policy-d10.patch" - }, "drupal/panels": { "Enter drupal/panels patch #2849867 description here": "https://www.drupal.org/files/issues/2023-01-11/panels_custom_attributes_in_panels_blocks-2849867-92_0.patch", diff --git a/tarball.sh b/tarball.sh index c3c9baa5..41f8e0a5 100755 --- a/tarball.sh +++ b/tarball.sh @@ -12,7 +12,7 @@ if [[ ! $YAML_CLI ]]; then fi rm -rf $ARCHIVE -composer create-project --stability beta --no-install drupal/legacy-project:10.2.3 $ARCHIVE +composer create-project --stability beta --no-install drupal/legacy-project:10.2.5 $ARCHIVE composer dump-autoload composer configure-tarball $ARCHIVE @@ -33,7 +33,7 @@ for plugin in drupal/core-composer-scaffold composer/installers cweagans/install composer config --no-plugins allow-plugins.$plugin true done composer remove --no-update composer/installers -composer require --no-update "ext-dom:*" cweagans/composer-patches oomphinc/composer-installers-extender 'drupal/core:10.2.3' +composer require --no-update "ext-dom:*" cweagans/composer-patches oomphinc/composer-installers-extender 'drupal/core:10.2.5' composer update --ignore-platform-reqs # Create the profile destination directory.