Skip to content

Commit

Permalink
feat(core): Update Drupal Core to v10.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Apr 15, 2024
1 parent 2fe739f commit 293e99b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 293e99b

Please sign in to comment.