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/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.44
Choose a base ref
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.45
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 5, 2022

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

Commits on Aug 24, 2022

  1. fix bad help message in cache warmup command

    Houssem committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6ea57f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. minor #47381 [FrameworkBundle] fix bad help message in cache warmup c…

    …ommand (Houssem)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] fix bad help message in cache warmup command
    
    | Q             | A
    | ------------- | ---
    | Branch?       |  4.4 for bug fixes <!-- see below -->
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #47380 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    <!--
    Replace this notice by a short README for your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Bug fixes must be submitted against the lowest maintained branch where they apply
       (lowest branches are regularly merged to upper ones so they get the fixes too).
     - Features and deprecations must be submitted against the latest branch.
     - For new features, provide some code snippets to help understand usage.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility (see https://symfony.com/bc).
    -->
    
    This feature was removed years ago due to providing no benefit on PHP 7+
    
    Commits
    -------
    
    72afc77ed6 fix bad help message in cache warmup command
    fabpot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bd7d15b View commit details
    Browse the repository at this point in the history
Loading