🌐 AI搜索 & 代理 主页
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: symfony/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.6
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.7
Choose a head ref
  • 18 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 3, 2025

  1. 9 Configuration menu
    Copy the full SHA
    9962b91 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. [Validator] Reviewed and corrected Belarussian translations for the V…

    …alidator component in the validators.be.xlf file
    SamuilovAD committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    676a3f2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for 6.4.28

    fabpot committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    3d30da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c3c2cf View commit details
    Browse the repository at this point in the history
  4. Update VERSION for 6.4.28

    fabpot committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    383b430 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62331 from fabpot/release-6.4.28

    released v6.4.28
    fabpot authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    8cc5979 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    105ca41 View commit details
    Browse the repository at this point in the history
  7. Bump Symfony version to 7.3.7

    fabpot committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    a2b613e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Configuration menu
    Copy the full SHA
    2179ff6 View commit details
    Browse the repository at this point in the history
  2. bug #62333 Postal mailer transport message ID retrieval (lalcebo)

    This PR was squashed before being merged into the 7.3 branch.
    
    Discussion
    ----------
    
     Postal mailer transport message ID retrieval
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #60727
    | License       | MIT
    
    <!--
    🛠️ Replace this text with a concise explanation of your change:
    - What it does and why it's needed
    - A simple example of how it works (include PHP, YAML, etc.)
    - If it modifies existing behavior, include a before/after comparison
    
    Contributor guidelines:
    - ✅ Add tests and ensure they pass
    - 🐞 Bug fixes must target the **lowest maintained** branch where they apply
      https://symfony.com/releases#maintained-symfony-branches
    - ✨ New features and deprecations must target the **feature** branch
      and must add an entry to the changelog file of the patched component:
      https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
    - 🔒 Do not break backward compatibility:
      https://symfony.com/bc
    -->
    
    Commits
    -------
    
    2179ff6  Postal mailer transport message ID retrieval
    fabpot committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    8243b65 View commit details
    Browse the repository at this point in the history
  3. minor #62330 [Validator] Reviewed and corrected Belarussian translati…

    …ons for the V… (SamuilovAD)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Validator] Reviewed and corrected Belarussian translations for the V…
    
    …alidator component in the validators.be.xlf file
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no <!-- if yes, also update src/**/CHANGELOG.md -->
    | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
    | Issues        | Fix #61626  <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below -->
    | License       | MIT
    
    <!--
    🛠️ Replace this text with a concise explanation of your change:
    - What it does and why it's needed
    - A simple example of how it works (include PHP, YAML, etc.)
    - If it modifies existing behavior, include a before/after comparison
    
    Contributor guidelines:
    - ✅ Add tests and ensure they pass
    - 🐞 Bug fixes must target the **lowest maintained** branch where they apply
      https://symfony.com/releases#maintained-symfony-branches
    - ✨ New features and deprecations must target the **feature** branch
      and must add an entry to the changelog file of the patched component:
      https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
    - 🔒 Do not break backward compatibility:
      https://symfony.com/bc
    -->
    
    Commits
    -------
    
    676a3f2 [Validator] Reviewed and corrected Belarussian translations for the Validator component in the validators.be.xlf file
    fabpot committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    4433ffc View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.3

    * 6.4:
      Bump Symfony version to 6.4.29
      Update VERSION for 6.4.28
      Update CONTRIBUTORS for 6.4.28
      Update CHANGELOG for 6.4.28
      [Validator] Reviewed and corrected Belarussian translations for the Validator component in the validators.be.xlf file
    nicolas-grekas committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    551fa1f View commit details
    Browse the repository at this point in the history
  5. security #cve-2025-64500 [HttpFoundation] Fix parsing pathinfo with n…

    …o leading slash (nicolas-grekas)
    
    This PR was merged into the 5.4 branch.
    nicolas-grekas committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    bcb3e23 View commit details
    Browse the repository at this point in the history
  6. Merge branch '5.4' into 6.4

    * 5.4:
      [HttpFoundation] Fix parsing pathinfo with no leading slash
    nicolas-grekas committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    1755279 View commit details
    Browse the repository at this point in the history
  7. Merge branch '6.4' into 7.3

    * 6.4:
      [HttpFoundation] Fix parsing pathinfo with no leading slash
    nicolas-grekas committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    7034eab View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Update CHANGELOG for 7.3.7

    fabpot committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e12524e View commit details
    Browse the repository at this point in the history
  2. Update VERSION for 7.3.7

    fabpot committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    2be828b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62366 from fabpot/release-7.3.7

    released v7.3.7
    fabpot authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    9b39f73 View commit details
    Browse the repository at this point in the history
Loading