Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: drupal/core-recommended
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.3.10
Choose a base ref
...
head repository: drupal/core-recommended
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.4.0
Choose a head ref
  • 17 commits
  • 1 file changed
  • 6 contributors

Commits on Apr 30, 2024

  1. Drupal 10.4.x-dev

    xjm committed Apr 30, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    joshcooper Josh Cooper
    Copy the full SHA
    ce9d855 View commit details

Commits on May 16, 2024

  1. Copy the full SHA
    047fac2 View commit details

Commits on Jun 14, 2024

  1. Issue #3454556 by xjm: Require Composer 2.7.7

    catch committed Jun 14, 2024
    Copy the full SHA
    10b8704 View commit details

Commits on Aug 17, 2024

  1. Issue #3467293 by Spokje, longwave: twig/twig 3.11.0 introduces (for …

    …Drupal) breaking changes
    catch committed Aug 17, 2024
    Copy the full SHA
    a118fb0 View commit details

Commits on Sep 11, 2024

  1. Issue #3473195 by longwave, catch, jurgenhaas, naveenvalecha, quieton…

    …e: twig/twig has a possible sandbox bypass <v3.14.0
    catch committed Sep 11, 2024
    Copy the full SHA
    fda00bb View commit details

Commits on Oct 8, 2024

  1. Copy the full SHA
    cd96db5 View commit details

Commits on Nov 7, 2024

  1. Issue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphael…

    …bertrand, cilefen, larowlan: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block
    longwave committed Nov 7, 2024
    Copy the full SHA
    94ddb1a View commit details

Commits on Nov 18, 2024

  1. Drupal 10.4.0-beta1

    catch committed Nov 18, 2024
    Copy the full SHA
    fb69dfa View commit details
  2. Back to dev.

    catch committed Nov 18, 2024
    Copy the full SHA
    8ea2d3f View commit details

Commits on Nov 21, 2024

  1. Issue #3486545 by spokje, andypost: Update Composer dependencies for …

    …10.4.0-beta1
    
    (cherry picked from commit a68df9860ff64089d2923d109d64aa693670ee7d)
    catch committed Nov 21, 2024
    Copy the full SHA
    8b68255 View commit details

Commits on Nov 27, 2024

  1. Copy the full SHA
    1dbe684 View commit details
  2. Revert "Issue #3488365 by andypost: Upgrade twig/twig to 3.15.0"

    This reverts commit c10262e1ae3ad0d22c13f4a2a08c25810ea400a6.
    longwave committed Nov 27, 2024
    Copy the full SHA
    23912cb View commit details

Commits on Dec 2, 2024

  1. Drupal 10.4.0-rc1

    catch committed Dec 2, 2024
    Copy the full SHA
    c7a8a61 View commit details
  2. Back to dev.

    catch committed Dec 2, 2024
    Copy the full SHA
    7a2482d View commit details

Commits on Dec 3, 2024

  1. Copy the full SHA
    3fc4a80 View commit details

Commits on Dec 10, 2024

  1. Copy the full SHA
    289f6c4 View commit details

Commits on Dec 17, 2024

  1. Drupal 10.4.0

    quietone committed Dec 17, 2024
    Copy the full SHA
    4c2f518 View commit details
Showing with 41 additions and 41 deletions.
  1. +41 −41 composer.json
82 changes: 41 additions & 41 deletions composer.json
Original file line number Diff line number Diff line change
@@ -7,60 +7,60 @@
"webflo/drupal-core-strict": "*"
},
"require": {
"drupal/core": "10.3.x-dev",
"drupal/core": "10.4.0",
"asm89/stack-cors": "~v2.2.0",
"composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
"composer/semver": "~3.4.3",
"doctrine/annotations": "~1.14.4",
"doctrine/deprecations": "~1.1.3",
"doctrine/lexer": "~2.1.1",
"egulias/email-validator": "~4.0.2",
"guzzlehttp/guzzle": "~7.8.1",
"guzzlehttp/promises": "~2.0.2",
"guzzlehttp/psr7": "~2.6.2",
"guzzlehttp/guzzle": "~7.9.2",
"guzzlehttp/promises": "~2.0.4",
"guzzlehttp/psr7": "~2.7.0",
"masterminds/html5": "~2.9.0",
"mck89/peast": "~v1.16.2",
"mck89/peast": "~v1.16.3",
"pear/archive_tar": "~1.5.0",
"pear/console_getopt": "~v1.4.3",
"pear/pear-core-minimal": "~v1.10.15",
"pear/pear-core-minimal": "~v1.10.16",
"pear/pear_exception": "~v1.0.2",
"psr/cache": "~3.0.0",
"psr/container": "~2.0.2",
"psr/event-dispatcher": "~1.0.0",
"psr/http-client": "~1.0.3",
"psr/http-factory": "~1.0.2",
"psr/log": "~3.0.0",
"psr/http-factory": "~1.1.0",
"psr/log": "~3.0.2",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.6",
"symfony/console": "~v6.4.6",
"symfony/dependency-injection": "~v6.4.6",
"symfony/deprecation-contracts": "~v3.4.0",
"symfony/error-handler": "~v6.4.6",
"symfony/event-dispatcher": "~v6.4.3",
"symfony/event-dispatcher-contracts": "~v3.4.2",
"symfony/filesystem": "~v6.4.6",
"symfony/finder": "~v6.4.0",
"symfony/http-foundation": "~v6.4.4",
"symfony/http-kernel": "~v6.4.6",
"symfony/mailer": "~v6.4.6",
"symfony/mime": "~v6.4.6",
"symfony/polyfill-ctype": "~v1.29.0",
"symfony/polyfill-iconv": "~v1.29.0",
"symfony/polyfill-intl-grapheme": "~v1.29.0",
"symfony/polyfill-intl-idn": "~v1.29.0",
"symfony/polyfill-intl-normalizer": "~v1.29.0",
"symfony/polyfill-mbstring": "~v1.29.0",
"symfony/polyfill-php83": "~v1.29.0",
"symfony/process": "~v6.4.4",
"symfony/psr-http-message-bridge": "~v6.4.6",
"symfony/routing": "~v6.4.6",
"symfony/serializer": "~v6.4.6",
"symfony/service-contracts": "~v3.4.2",
"symfony/string": "~v6.4.4",
"symfony/translation-contracts": "~v3.4.2",
"symfony/validator": "~v6.4.6",
"symfony/var-dumper": "~v6.4.6",
"symfony/var-exporter": "~v6.4.6",
"symfony/yaml": "~v6.4.3",
"twig/twig": "~v3.9.3"
"symfony/console": "~v6.4.15",
"symfony/dependency-injection": "~v6.4.16",
"symfony/deprecation-contracts": "~v3.5.1",
"symfony/error-handler": "~v6.4.14",
"symfony/event-dispatcher": "~v6.4.13",
"symfony/event-dispatcher-contracts": "~v3.5.1",
"symfony/filesystem": "~v6.4.13",
"symfony/finder": "~v6.4.13",
"symfony/http-foundation": "~v6.4.16",
"symfony/http-kernel": "~v6.4.16",
"symfony/mailer": "~v6.4.13",
"symfony/mime": "~v6.4.13",
"symfony/polyfill-ctype": "~v1.31.0",
"symfony/polyfill-iconv": "~v1.31.0",
"symfony/polyfill-intl-grapheme": "~v1.31.0",
"symfony/polyfill-intl-idn": "~v1.31.0",
"symfony/polyfill-intl-normalizer": "~v1.31.0",
"symfony/polyfill-mbstring": "~v1.31.0",
"symfony/polyfill-php83": "~v1.31.0",
"symfony/process": "~v6.4.15",
"symfony/psr-http-message-bridge": "~v6.4.13",
"symfony/routing": "~v6.4.16",
"symfony/serializer": "~v6.4.15",
"symfony/service-contracts": "~v3.5.1",
"symfony/string": "~v6.4.15",
"symfony/translation-contracts": "~v3.5.1",
"symfony/validator": "~v6.4.16",
"symfony/var-dumper": "~v6.4.15",
"symfony/var-exporter": "~v6.4.13",
"symfony/yaml": "~v6.4.13",
"twig/twig": "~v3.16.0"
}
}