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-render
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.x
Choose a base ref
...
head repository: drupal/core-render
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.3.x
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Feb 21, 2024

  1. Drupal 10.3.x-dev

    catch committed Feb 21, 2024
    Copy the full SHA
    9c5c667 View commit details

Commits on Apr 1, 2024

  1. Issue #3425537 by mondrake: Fix remaining methods with #[\ReturnTypeW…

    …illChange] attribute
    
    (cherry picked from commit f2f91eb17a52aee7adc0f87c3e3042be1cb58730)
    catch committed Apr 1, 2024
    Copy the full SHA
    d43d1e7 View commit details
  2. Revert "Issue #3425537 by mondrake: Fix remaining methods with #[\Ret…

    …urnTypeWillChange] attribute"
    
    This reverts commit aca587777ae9bdebdbaa454af831b88ca7a3c79b.
    catch committed Apr 1, 2024
    Copy the full SHA
    b116cc3 View commit details

Commits on May 17, 2024

  1. Drupal 10.3.0-beta1

    longwave committed May 17, 2024
    Copy the full SHA
    d0a03a7 View commit details
  2. Back to dev.

    longwave committed May 17, 2024
    Copy the full SHA
    dc6843b View commit details

Commits on Jun 5, 2024

  1. Drupal 10.3.0-rc1

    xjm committed Jun 5, 2024
    Copy the full SHA
    e5f7ec1 View commit details
  2. Back to dev.

    xjm committed Jun 5, 2024
    Copy the full SHA
    a700602 View commit details

Commits on Jun 20, 2024

  1. Drupal 10.3.0

    catch committed Jun 20, 2024
    Copy the full SHA
    958f87c View commit details
  2. Back to dev.

    catch committed Jun 20, 2024
    Copy the full SHA
    87fec85 View commit details

Commits on Jul 4, 2024

  1. Drupal 10.3.1

    quietone committed Jul 4, 2024
    Copy the full SHA
    1e55aa1 View commit details
  2. Back to dev.

    quietone committed Jul 4, 2024
    Copy the full SHA
    29e1dc3 View commit details

Commits on Aug 8, 2024

  1. Drupal 10.3.2

    quietone committed Aug 8, 2024
    Copy the full SHA
    376c53d View commit details
  2. Back to dev.

    quietone committed Aug 8, 2024
    Copy the full SHA
    afed667 View commit details

Commits on Sep 5, 2024

  1. Drupal 10.3.3

    quietone committed Sep 5, 2024
    Copy the full SHA
    ffc9f06 View commit details
  2. Back to dev.

    quietone committed Sep 5, 2024
    Copy the full SHA
    ab7833f View commit details

Commits on Sep 11, 2024

  1. Drupal 10.3.4

    longwave committed Sep 11, 2024
    Copy the full SHA
    5c1a2d8 View commit details
  2. Back to dev.

    longwave committed Sep 11, 2024
    Copy the full SHA
    b1c99cd View commit details

Commits on Sep 12, 2024

  1. Drupal 10.3.5

    catch committed Sep 12, 2024
    Copy the full SHA
    f93fbc1 View commit details
  2. Back to dev.

    catch committed Sep 12, 2024
    Copy the full SHA
    a3b2955 View commit details

Commits on Oct 3, 2024

  1. Drupal 10.3.6

    quietone committed Oct 3, 2024
    Copy the full SHA
    21f01d4 View commit details
  2. Back to dev.

    quietone committed Oct 3, 2024
    Copy the full SHA
    627875b View commit details

Commits on Nov 7, 2024

  1. Drupal 10.3.7

    quietone committed Nov 7, 2024
    Copy the full SHA
    b13edd0 View commit details
  2. Back to dev.

    quietone committed Nov 7, 2024
    Copy the full SHA
    784eaf8 View commit details

Commits on Nov 12, 2024

  1. Drupal 10.3.8

    longwave committed Nov 12, 2024
    Copy the full SHA
    ae90e00 View commit details
  2. Back to dev.

    longwave committed Nov 12, 2024
    Copy the full SHA
    4b5687d View commit details

Commits on Nov 22, 2024

  1. Drupal 10.3.10

    catch committed Nov 22, 2024
    Copy the full SHA
    295860f View commit details
  2. Back to dev.

    catch committed Nov 22, 2024
    Copy the full SHA
    712bd0c View commit details

Commits on Jan 6, 2025

  1. Drupal 10.3.11

    quietone committed Jan 6, 2025
    Copy the full SHA
    4100b0a View commit details
  2. Back to dev.

    quietone committed Jan 6, 2025
    Copy the full SHA
    4702101 View commit details

Commits on Feb 5, 2025

  1. Drupal 10.3.12

    longwave committed Feb 5, 2025
    Copy the full SHA
    386f77c View commit details
  2. Back to dev.

    longwave committed Feb 5, 2025
    Copy the full SHA
    3167f15 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 composer.json
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.1.0",
"drupal/core-utility": "11.x-dev"
"drupal/core-utility": "10.3.x-dev"
},
"autoload": {
"psr-4": {