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: v7.2.7
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: v7.2.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 30, 2025

  1. Fix: Lack of recipient in case DSN does not have optional LIST_ID par…

    …ameter.
    
    According to https://developers.clicksend.com/docs/messaging/sms/other/send-sms#other/send-sms/t=request&path=messages/list_id
    we need to provide the "to" parameter or the "list_id" parameter.
    Also fixed forwarding FROM_EMAIL parameter to request.
    leefant authored and nicolas-grekas committed May 30, 2025
    Configuration menu
    Copy the full SHA
    b596938 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