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/string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.3
Choose a base ref
...
head repository: symfony/string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.4
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 1, 2025

  1. [String][Inflector] Fix edge cases

    Fixed both singularization and pluralization for:
    - passersby <-> passerby (compound word)
    - insignia/insignias <-> insigne (Latin singular)
    - rattles <-> rattle (already worked, added test coverage)
    OskarStark committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    1458494 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      [Validator] Update Romanian translations
      fix tests
      [String][Inflector] Fix edge cases
      [Security] Fix attribute-based chained user providers
      [Intl] Fix Intl::getIcuStubVersion()
    nicolas-grekas committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    de366af View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    2cc5089 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      fix test setup
      [Validator] Review Turkish translations
      [Validator] Review Croatian translations
      [Validator] Review translations for Polish (pl)
      use the empty string instead of null as an array offset
      Review translations for Chinese (zh_TW)
      [Serializer] Adjust ObjectNormalizerTest for the accessor method changes from #61097
    xabbuh committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    099c238 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    5621f03 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      [PhpUnitBridge] Fix gathering deprecation in phpt
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    f964760 View commit details
    Browse the repository at this point in the history
Loading