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: 7.2
Choose a base ref
...
head repository: symfony/string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 12 files changed
  • 8 contributors

Commits on Jan 5, 2025

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

    fabpot committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    373a11f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

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

Commits on Apr 20, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      Support nexus -> nexuses pluralization
      [Lock] read (possible) error from Redis instance where evalSha() was called
      ignore the current locale before transliterating ASCII codes with iconv()
    xabbuh committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    f3570b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      -
      -
      CS fixes
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    42f505a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. specific fix to avoid 'outag' when inflecting 'outages'

    Signed-off-by: Phil E. Taylor <[email protected]>
    PhilETaylor committed Aug 17, 2025
    Configuration menu
    Copy the full SHA
    aa2ed96 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      remove deprecated nullable option from primary key columns
      specific fix to avoid 'outag' when inflecting 'outages'
      [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
      [FrameworkBundle] Make `cache:warmup` warm up read-only caches
    nicolas-grekas committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    d5b4dc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. [String] Fix issues singular

    Before it would suggest issu and issues. It should only be issues.
    ruudk committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    ae3ce5e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      fix session cookie options assertions on PHP 8.5
      [String] Fix issues singular
    nicolas-grekas committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    056c0d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. [String] Fix nodes singular

    Before it would suggest nod. It should be node.
    ruudk committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    7cdec7e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [String] Fix nodes singular
      [Console] Fix testing multiline question
      [Security][Validator] Review translations.
      [Security] Ignore target route when exiting impersonation
    xabbuh committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    17a426c View commit details
    Browse the repository at this point in the history

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