8000 Comparing 6.4...7.3 · symfony/click-send-notifier · GitHub
[go: up one dir, main page]

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/click-send-notifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.4
Choose a base ref
...
head repository: symfony/click-send-notifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
  • 17 commits
  • 5 files changed
  • 6 contributors

Commits on May 23, 2023

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

Commits on Jan 2, 2024

  1. [Notifier] [Bridges] Use CPP

    OskarStark authored and nicolas-grekas committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2876869 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Fix implicitly-required parameters
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b6e27f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4a37728 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c9090b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0065640 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      Remove subtree split checks
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0209e79 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      Remove subtree split checks
      Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    690df8d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    070174e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 23, 2024

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

Commits on Sep 23, 2024

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

Commits on Sep 25, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    05352b7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    54d9a95 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. feature #58335 [Notifier] deprecate the TransportFactoryTestCase (xab…

    …buh)
    
    This PR was merged into the 7.2 branch.
    
    Discussion
    ----------
    
    [Notifier] deprecate the TransportFactoryTestCase
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.2
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | yes
    | Issues        | Fix #54100
    | License       | MIT
    
    Commits
    -------
    
    c8b0fcc77b deprecate the TransportFactoryTestCase
    fabpot committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f3603e4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [Notifier] Fix Clicksend transport
      validate translate src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf:471
      fix: Add argument as integer
    nicolas-grekas committed May 25, 2025
    Configuration menu
    Copy the full SHA
    07641a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      switch to Composer 2 metadata
      Fix `ContainerDebugCommandTest::testNoDumpedXML`
      doc: update UserInterface header comments
      Fix: Lack of recipient in case DSN does not have optional LIST_ID parameter.
      [PhpUnitBridge] Mark as dev package
      [DependencyInjection] Make `YamlDumper` quote resolved env vars if necessary
      Bump Symfony version to 6.4.23
      Update VERSION for 6.4.22
      Update CONTRIBUTORS for 6.4.22
      Update CHANGELOG for 6.4.22
      fixed Via regex
    alexandre-daubois committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    be96bc8 View commit details
    Browse the repository at this point in the history
Loading
0