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: 7.1
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
  • 10 commits
  • 5 files changed
  • 8 contributors

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 '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 23, 2025

  1. [Notifier] Fix Clicksend transport

    BafS authored and fabpot committed May 23, 2025
    Configuration menu
    Copy the full SHA
    4e2dd71 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 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